summaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
authorAntoine Levy-Lambert <antoine@apache.org>2010-12-08 22:53:12 +0000
committerAntoine Levy-Lambert <antoine@apache.org>2010-12-08 22:53:12 +0000
commitd21926dbc9679775c251c5222296f9e8dd7429e8 (patch)
tree52a43ad8070579e3df9fad804893eedf1ca3d77b /release.sh
parentb9db9faf83f210da3525bb3b253de576ef07bc6a (diff)
downloadant-d21926dbc9679775c251c5222296f9e8dd7429e8.tar.gz
updating release procedure
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1043755 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/release.sh b/release.sh
index e204c97ba..c6b657d56 100755
--- a/release.sh
+++ b/release.sh
@@ -31,6 +31,9 @@ export PATH=$JAVA_HOME/bin:$PATH
echo ANT_HOME=$ANT_HOME
echo JAVA_HOME=$JAVA_HOME
which java
-echo running second build under JDK 1.5 including tests
-./build.sh distribution run-tests
+echo running second build under JDK 1.5
+./build.sh dist-lite
+echo running third build to run the tests and do the distribution
+dist/bin/ant -nouserlib -lib lib/optional run-tests distribution
+