Sunday 22 December 2013

Ant - read from build.properties

While performing builds using Ant, you must be aware about the build.xml file. The build.xml can read the parameter values from the build.properties file, which usually is one level up.

You have to define a property which mentions the properties file from which the script would read the values.

<property file = "build.properties" />

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...
eXTReMe Tracker