diff options
Diffstat (limited to 'build/release')
-rw-r--r-- | build/release/build.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/build/release/build.xml b/build/release/build.xml index 83105d192..84f0ee976 100644 --- a/build/release/build.xml +++ b/build/release/build.xml @@ -61,12 +61,13 @@ aspectj.workspace location for new cvs tree aspectj.modules.dir ... for existing cvs tree aj.build.install.dir ... for installed dist - + -- when running behind a proxy server (currently only necessary for test-doc-links target) proxy.host name of proxy server proxy.port proxy port number + Example command lines for using this script: - define variable for standard properties @@ -427,7 +428,7 @@ <fileset dir="${tjm.copy.todir}" includes="**/*"/> </delete> <property name="xmlSrcDir" - location="${aspectj.tests.dir}/bin/junitXmlOutput"r" type="file"/> + location="${aspectj.tests.dir}/bin/junitXmlOutput"/> type="file"/> </target> @@ -435,7 +436,7 @@ unless="sources.available"> <available property="sources.available" file="${aspectj.modules.dir}/build/build.xml"/> - <failcheck against distribution"> + <fail ueck against distribution"> <antcall target="do-java13-setup"/> <property file="${java.home.file}"/> <fail unless="build.java.home" |