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" />
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