-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] execute autocode from maven #531
base: XML-autocoder
Are you sure you want to change the base?
Conversation
Thanks @t-8ch . I've not looked over this yet as the changes are extensive. I assume that the real changes are only to the POM? Is it possible to leave the existing code included in the repo for now, or does this not work for some reason? |
I also note that the build seems to be failing (according the to LGTM CI anyway)... |
You should be able to ignore the first commit completely. |
Ah, LGTM uses gradle. Is there an inherent reason for both build systems? |
Some systems needed to use gradle (some users needed it for Android).
… On 12 Feb 2019, at 19:07, Thomas Weißschuh ***@***.***> wrote:
Ah, LGTM uses gradle. Is there an inherent reason for both build systems?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#531 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA_kQ1ZMk3qd4FCxZMJxzQBAklHsgaphks5vMxDjgaJpZM4a3v5k>.
|
Hm, shouldn't users only consume the .jar file? |
As said, this was required in some systems.
… On 12 Feb 2019, at 19:19, Thomas Weißschuh ***@***.***> wrote:
Hm, shouldn't users only consume the .jar file?
It shouldn't matter how it is generated.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#531 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA_kQ9G5VaYvdwVyEHFU7b6E7jPYxJzpks5vMxOmgaJpZM4a3v5k>.
|
I will see how it can support both |
e6df9bd
to
4be095b
Compare
2eb8eb3
to
1b00b84
Compare
cc0204a
to
a47ff1b
Compare
a47ff1b
to
25887e1
Compare
5c4c587
to
d364c8e
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
As discussed in #527 . This is an early prototype to gather feedback.
The commits are structured as follows:
Caveats: