A
asthomas
Guest
you should not need to change the build*.xml files - unless you are adding new features or fixing bugs you find ;-) -D sets a property for Ant. You simply change this to -DBuildJsonProps= The one you are seeing here was written so that you could pass in a parameter when you run the script to set the config file name. Ignore that for now and work with the sample json file and use "prompt" where it makes sense. This gives you more flexibility when testing.
Continue reading...
Continue reading...