How to merge?
piliptsevich opened this issue · 2 comments
piliptsevich commented
npm install -> done
abapgit package exported -> done
How do I run merge for exported package?
thanks
larshp commented
Hi,
The script for abapGit is located at https://github.com/abapGit/abapGit/blob/master/package.json#L5
it executes abapmerge -f src/zabapgit.prog.abap -c zabapgit_standalone > zabapgit.abap
note that there is a lot of caveats, eg. only global interfaces and classes are merged, and there must be a starting program to gather it all into
piliptsevich commented
Hi,
thank you for quick response