larshp / abapmerge

Merge ABAP classes/interfaces/INCLUDEs into single file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for namespaces?

geert-janklaps opened this issue · comments

When I try to build a simple project using a namespace, I get following issue:
image

But the include is defenitely used. Is there any way to get this working with namespaces?

it is just code, so it is possible to get it working, sure

just wondering, what is your usecase for abapmerge? If using abapGit then abapmerge should not be needed? Perhaps you want to distribute your code without using abapGit?

can you help making a public dummy project where it fails with a similar error?

We are building solutions on our rollout template system (that's why we're using namespaces), the customer won't be able to modify the programs (we don't want that, because we'll be providing updates for our solutions).

By having a "build" version of some of our solutions we are able to provide the customer the source code that they can use in a Z-report very easily (and they can do whatever they like with the reports). Another plus, we can even reuse the code to provide it to customers who don't want our namespace and / or abapgit installed in their system.

I've made the dummy project that I used for testing the abapMerge project public and added you as a member. (It's on Gitlab )
https://gitlab.com/Gekke-Jakke/dummy-project/

@Gekke-Jakke try again, version 0.6.4

@larshp It's working perfectly! Thanks for the update! Will do some more tests when I finish a more complex project!