Global settings:
java.home = ${java.home}
user.home = ${user.home}
java.class.path = ${java.class.path}
Project settings:
Version: ${final.name}
Debug: ${compile.debug}
Optimize: ${compile.optimize}
Deprecation: ${compile.deprecation}
Build settings:
Source Files: ${source.home}
Build Files: ${build.home}
Distribution Files: ${dist.home}
You must first execute "release" target, then sign the distribution
files with your pgp key (creating the needed '.asc'signature files).
You may also need to add the Jsch jar to Ant's classpath to enable the
optional 'scp' task.
Uploading distribution files from
${dist.home}
to
${username}:${password}@${publish.server}:${publish.home}