Guest User

Untitled

a guest
Apr 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <!-- Check for the build.properties file and force the user to create one before compiling. -->
  2. <available file="build.properties" filePath="." property="customBuildPropertiesExist" />
  3. <fail unless="customBuildPropertiesExist" message="You must create a file called 'build.properties' with your local settings in order to use ant with this project." />
  4. <property file="build.properties" />
  5. <echo message="Successfully loaded properties." />
Add Comment
Please, Sign In to add comment