====== build.xml ====== My main build.xml file. All properties are set in external property files so you should not have to modify this file. :!: You may of course need to tweak it initially to make it suitable for your work environment! This buildfile will deploy your project files from the SVN repository * modify targets in external property files to accomodate for your needs * be aware that this script deletes files - doublecheck your paths! Before building ensure you have the following setup correctly: * you must add TNS_ADMIN to your System or User variables - this should point to the full path of your tnsnames.ora file (for Oracle) * this can be verified / set via: Control Panel > System > Advanced > Environment Variables * make sure you have the additional tasks setup correctly: * jera ant tasks - for secure password dialog * SVNAnt task - for interacting with Subversion * if you are going to interact with SVN - you will need Subversion installed locally Things you should define * (see property files) 1) source and destination paths for build files (note: beware of case sensitivity when defining paths!!) 2) email address and log file name defined To run the script - run the desired target: 1) run 'build' you will be prompted for a destination