Migrate a project to use these build scripts (with the standard Java tasks) ${project.dir} Attempting to back up ${project.dir} to ${backup.dir}" (If you don't want a full backup, specify -Dbackup.off=true Backing up existing ${project.dir}/build.xml to ${backup.build.xml} Backing up existing ${project.dir}/build.properties to ${backup.build.properties} ${project.name} (${project.dir}) has been migrated to use the generic build scripts. To see the list of most commonly used targets, go to ${project.dir} and execute "ant -p". NOTE: The build scripts make assumptions about your directory structure. For example, your source files are expected to be in ${project.dir}/src. If this is not the case, edit ${project.dir}/build.properties and update the src property as necessary. Alternatively, rename your current source directory to src. See ${project.dir}/build.properties for the complete list of defaults.