You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2015/01/23 11:56:28 UTC

svn commit: r1654172 - /ant/site/README.txt

Author: jhm
Date: Fri Jan 23 10:56:27 2015
New Revision: 1654172

URL: http://svn.apache.org/r1654172
Log:
update for easyant

Modified:
    ant/site/README.txt

Modified: ant/site/README.txt
URL: http://svn.apache.org/viewvc/ant/site/README.txt?rev=1654172&r1=1654171&r2=1654172&view=diff
==============================================================================
--- ant/site/README.txt (original)
+++ ant/site/README.txt Fri Jan 23 10:56:27 2015
@@ -1,10 +1,11 @@
 
 In this part of the svn tree is maintained the website published at http://ant.apache.org
 
-The website is composed of three part:
+The website is composed of four part:
  * the Ant main site published at http://ant.apache.org
  * the Ivy site published at http://ant.apache.org/ivy
  * the IvyDE site published at http://ant.apache.org/ivy/ivyde
+ * the EasyAnt site published at http://ant.apache.org/easyant/ 
 
 Each website part has a 'sources' folder which contain the sources used to generate the final html files. The generated files are placed into the 'production' folder.
 
@@ -20,4 +21,10 @@ $ ant /all generate-site
 To generate a 'history' sub part of the website (here tunk):
 $ ant generate-history -Dhistory.version=trunk
 
+To generate the site for EasyAnt:
+Generation with xooki requires Java 1.6.
+$ cd site/easyant
+$ easyant publish-shared 
+
+
 Once files are generated in the 'production' folder, commit them and they will go live in few seconds.