Browse Source

updating release procedure

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1043755 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 14 years ago
parent
commit
d21926dbc9
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      release.sh

+ 5
- 2
release.sh View File

@@ -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



Loading…
Cancel
Save