Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 95239 invoked from network); 2 Jan 2005 18:34:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Jan 2005 18:34:43 -0000 Received: (qmail 96758 invoked by uid 500); 2 Jan 2005 18:34:41 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 96694 invoked by uid 500); 2 Jan 2005 18:34:40 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 96678 invoked by uid 500); 2 Jan 2005 18:34:40 -0000 Received: (qmail 96669 invoked by uid 99); 2 Jan 2005 18:34:40 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 02 Jan 2005 10:34:40 -0800 Received: (qmail 95195 invoked by uid 1939); 2 Jan 2005 18:34:39 -0000 Date: 2 Jan 2005 18:34:39 -0000 Message-ID: <20050102183439.95194.qmail@minotaur.apache.org> From: jglick@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant docs.xml ReleaseInstructions X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jglick 2005/01/02 10:34:39 Modified: . docs.xml ReleaseInstructions Log: Make it possible to use docs.xml even without a jakarta-site2 checkout. Revision Changes Path 1.6 +33 -10 ant/docs.xml Index: docs.xml =================================================================== RCS file: /home/cvs/ant/docs.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- docs.xml 6 Jul 2003 09:03:17 -0000 1.5 +++ docs.xml 2 Jan 2005 18:34:39 -0000 1.6 @@ -1,22 +1,44 @@ + + Build documentation - XDocs and Javadoc. + For building XDocs, edit xdocs/**/*.xml first. + If ../jakarta-site2 does not exist, set -Dsite.dir=... for it, + or just use -Dvelocity.dir=.../velocity-4.x if you have downloaded Velocity somewhere. + + XXX for no apparent reason, your CWD must be the main Ant source dir, or this will fail: + .../docs.xml:64: org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource './site.vsl' + + - - - - - - + + + + + + + + + - + + + + + + + + + + @@ -30,7 +52,7 @@ - + @@ -46,11 +68,12 @@ - + - + + 1.24 +3 -3 ant/ReleaseInstructions Index: ReleaseInstructions =================================================================== RCS file: /home/cvs/ant/ReleaseInstructions,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ReleaseInstructions 2 Jul 2004 10:09:13 -0000 1.23 +++ ReleaseInstructions 2 Jan 2005 18:34:39 -0000 1.24 @@ -65,9 +65,9 @@ * xdocs/srcdownload.xml * xdocs/bindownload.xml - Generate the html files by invoking ant on docs.xml - you need - jakarta-site2 checked out for this. Commit the modified/generated - files + Generate the html files by invoking ant on docs.xml + (use -projecthelp for instructions). + Commit the modified/generated files 6. Ensure you have all the external libraries that Ant uses in your lib/optional directory. To find out what libraries you need, execute --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org