You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/06/10 16:06:17 UTC

svn commit: r189960 - /forrest/trunk/plugins/RELEASE_PROCESS.txt

Author: crossley
Date: Fri Jun 10 07:06:16 2005
New Revision: 189960

URL: http://svn.apache.org/viewcvs?rev=189960&view=rev
Log:
We need to use our own Ant.

Modified:
    forrest/trunk/plugins/RELEASE_PROCESS.txt

Modified: forrest/trunk/plugins/RELEASE_PROCESS.txt
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/RELEASE_PROCESS.txt?rev=189960&r1=189959&r2=189960&view=diff
==============================================================================
--- forrest/trunk/plugins/RELEASE_PROCESS.txt (original)
+++ forrest/trunk/plugins/RELEASE_PROCESS.txt Fri Jun 10 07:06:16 2005
@@ -29,8 +29,12 @@
 to the version number in the plugins build.xml file.
 
 To deploy on the Apache Forrest download server you will need to be a committer.
-Simply change directory to the plugin home directory and do "ant deploy". The
-build system will take care of everything else for you.
+Simply change directory to the plugin home directory and deploy the plugin
+by doing 'tools/ant/bin/ant deploy' [1]. The build system will take care of
+everything else for you.
+
+[1] See the note about using our own version of Ant:
+http://forrest.apache.org/0.7/docs/howto/howto-buildPlugin.html#ant
 
 Releasing a Plugin
 ------------------