jhm 2005/03/21 10:14:21 Modified: . WHATSNEW docs/manual developlist.html Added: docs/manual tutorial-HelloWorldWithAnt.html Log: New beginner tutorial Revision Changes Path 1.788 +5 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.787 retrieving revision 1.788 diff -u -r1.787 -r1.788 --- WHATSNEW 21 Mar 2005 14:54:10 -0000 1.787 +++ WHATSNEW 21 Mar 2005 18:14:21 -0000 1.788 @@ -289,6 +289,11 @@ * <rpm> has new attributes failonerror and showoutput attributes. +* Added two tutorials + - beginner: introduction into Ant + - task developers: using path, fileset etc + + Fixed bugs: ----------- 1.10 +4 -3 ant/docs/manual/developlist.html Index: developlist.html =================================================================== RCS file: /home/cvs/ant/docs/manual/developlist.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- developlist.html 18 Mar 2005 09:57:27 -0000 1.9 +++ developlist.html 21 Mar 2005 18:14:21 -0000 1.10 @@ -21,9 +21,10 @@ <a href="develop.html#integration">Source-code Integration</a><br> <a href="inputhandler.html">InputHandler</a><br> <a href="antexternal.html">Using Ant Tasks Outside of Ant</a><br> -<br> -<a href="tutorial-writing-tasks.html">Tutorial: Writing Tasks</a><br> -<a href="tutorial-tasks-filesets-properties.html">Tutorial: Tasks using Properties, Filesets & Paths</a><br> +<br>Tutorials<br> +<a href="tutorial-HelloWorldWithAnt.html">Hello World with Ant</a><br> +<a href="tutorial-writing-tasks.html">Writing Tasks</a><br> +<a href="tutorial-tasks-filesets-properties.html">Tasks using Properties, Filesets & Paths</a><br> </body> </html> 1.2 +314 -0 ant/docs/manual/tutorial-HelloWorldWithAnt.html
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]