Re: Way to not hard-code these values?

2010-10-16 Thread reno
http://lmgtfy.com/?q=ant+properties+file+load Hi, I'm using Ant 1.7. I'm trying to de-hardcode a few things from my script, and would prefer to have them properties-file driven. However, I'm not sure how to go about it.I have I would like to mo

RE: Proper way to translate list of jars from properties file into classpath

2010-10-16 Thread Moore, Kent
We define each reference in a single line of build.properties, then in build.xml do an amalgamation of the references into different patternsets which have different meanings. That gives us the flexibility to use some references in the build time classpath, but not include them in the war/ear, an

Way to not hard-code these values?

2010-10-16 Thread laredotornado
Hi, I'm using Ant 1.7. I'm trying to de-hardcode a few things from my script, and would prefer to have them properties-file driven. However, I'm not sure how to go about it.I have I would like to move the hosts and ports into a properties file a