Skip to content
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

maven build, single raw file, and version number from build.properties #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jbuhacoff
Copy link

Added a pom.xml file for people who prefer to use Maven.

Added an ant target "version-number" to keep the version number updated in the build.xml, pom.xml, and Java source. It's part of the default ant build, but Maven users will need to run "ant version-number" between updating the version in build.properties and "mvn package".

Added a new option "-R" to take the file name as a raw single file without a group, so it doesn't require the ".st" suffix. This is helpful when writing scripts to process single files, where the input files names either don't end with ".st" or they have dots like "nginx.conf.st".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant