You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to be able to use the latest version of the tool, one has to download this repo and rebuild the entire antlr project with the D specific files added. On posix systems this isn't too hard with the Makefile, but it does not work on windows, requiring manually copying the files and building with maven.
The built jar is platform-independent, so only one build is necessary to be distribute it. Publishing to github releases would make it much easier to write build instructions for projects which don't otherwise require maven build tools.
It would also be possible to set up continuous deployment with one of the third party CI providers, so it could build and publish a jar from a build server instead of requiring someone to manually add it to releases.
The text was updated successfully, but these errors were encountered:
Currently, to be able to use the latest version of the tool, one has to download this repo and rebuild the entire antlr project with the D specific files added. On posix systems this isn't too hard with the Makefile, but it does not work on windows, requiring manually copying the files and building with maven.
The built jar is platform-independent, so only one build is necessary to be distribute it. Publishing to github releases would make it much easier to write build instructions for projects which don't otherwise require maven build tools.
It would also be possible to set up continuous deployment with one of the third party CI providers, so it could build and publish a jar from a build server instead of requiring someone to manually add it to releases.
The text was updated successfully, but these errors were encountered: