antlr / stringtemplate4

StringTemplate 4
http://www.stringtemplate.org
Other
955 stars 231 forks source link

Update Maven build and fix VERSION property #150

Closed sharwell closed 2 years ago

sharwell commented 8 years ago

:warning: To complete this, one of the following two things needs to happen:

  1. The Ant build script is updated to copy the version.properties resource file and replace ${project.version} with the appropriate value
  2. The Ant build script is removed

:question: @parrt Does one of the two approaches listed here work for you? If so, I will go ahead and make the change and update this pull request.

parrt commented 8 years ago

is it easy to update ant script for (1)?

sharwell commented 8 years ago

is it easy to update ant script for (1)?

It should be straightforward, especially if the only replacement property we need to support is ${project.version}. I'll take a look soon.

parrt commented 6 years ago

Hi @sharwell this is a big change. Do we need this still?

parrt commented 5 years ago

Seems worth doing. Is this still important @sharwell ?

parrt commented 5 years ago

I guess maven is better than ant

sharwell commented 5 years ago

@parrt It's been a while but I can look if you want

parrt commented 5 years ago

Well, lemme just check to see if the silly thing I have now still works. If it does we can just leave it

parrt commented 2 years ago

This is ancient so I will close to be more tidy. going out with minor release shortly.