diff options
author | acolyer <acolyer> | 2003-10-10 11:34:33 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-10-10 11:34:33 +0000 |
commit | da871bf6f021e8e8a5acd6683e4d43ca319f9044 (patch) | |
tree | 6ab2eaf777e535fa5c95650295e264e2d52375cc /build/release | |
parent | c17805fd948b0efe904e526822313c1a9e1ba8f8 (diff) | |
download | aspectj-da871bf6f021e8e8a5acd6683e4d43ca319f9044.tar.gz aspectj-da871bf6f021e8e8a5acd6683e4d43ca319f9044.zip |
Previous check-in got somehow corrupted.
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" |