Browse Source

provisional change of ReleaseInstructions

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@909392 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 15 years ago
parent
commit
b376b026ff
1 changed files with 27 additions and 3 deletions
  1. +27
    -3
      ReleaseInstructions

+ 27
- 3
ReleaseInstructions View File

@@ -218,13 +218,37 @@ Note: This document was updated in the context of releasing Ant 1.7.

from distribution
to /www/www.apache.org/dist/ant/[source|binaries].

this can be done using the target upload of the build.xml

and

from java-repository/org.apache.ant
to /www/people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.ant
from java-repository
to
/www/people.apache.org/repo/m2-ibiblio-rsync-repository in a maven2
directory structure. You can use the Maven Ant tasks (better) or do it
by hand.
the directory structure for one artefact should look like that
under
/www/people.apache.org/repo/m2-ibiblio-rsync-repository
this is an example for version 1.8.0 of the ant-apache-regexp jar
the build.xml of ant will be changed later to be able to produce this
automatically

./org/apache/ant/ant-apache-regexp/1.8.0/ant-apache-regexp-1.8.0.jar.sha1
./org/apache/ant/ant-apache-regexp/1.8.0/ant-apache-regexp-1.8.0.pom.md5
./org/apache/ant/ant-apache-regexp/1.8.0/ant-apache-regexp-1.8.0.pom.sha1
./org/apache/ant/ant-apache-regexp/1.8.0/ant-apache-regexp-1.8.0.jar.md5
./org/apache/ant/ant-apache-regexp/1.8.0/ant-apache-regexp-1.8.0.pom
./org/apache/ant/ant-apache-regexp/1.8.0/ant-apache-regexp-1.8.0.jar
./org/apache/ant/ant-apache-regexp/1.8.0/ant-apache-regexp-1.8.0.pom.asc
./org/apache/ant/ant-apache-regexp/1.8.0/ant-apache-regexp-1.8.0.jar.asc

this can be done using the target upload of the build.xml

* remove the symbolic links from /www/www.apache.org/dist/ant.



Loading…
Cancel
Save