jhm 2005/03/21 10:10:22 Modified: . Tag: ANT_16_BRANCH WHATSNEW docs/manual Tag: ANT_16_BRANCH developlist.html Added: docs/manual Tag: ANT_16_BRANCH tutorial-HelloWorldWithAnt.html Log: New beginner tutoial Revision Changes Path No revision No revision 1.503.2.206 +5 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.503.2.205 retrieving revision 1.503.2.206 diff -u -r1.503.2.205 -r1.503.2.206 --- WHATSNEW 21 Mar 2005 14:54:44 -0000 1.503.2.205 +++ WHATSNEW 21 Mar 2005 18:10:22 -0000 1.503.2.206 @@ -132,6 +132,11 @@ * Ant generated jar files should now be detected as jar files by Solaris. Bugzilla Report 32649. + +* Added two tutorials + - beginner: introduction into Ant + - task developers: using path, fileset etc + Fixed bugs: ----------- No revision No revision 1.6.2.4 +4 -3 ant/docs/manual/developlist.html Index: developlist.html =================================================================== RCS file: /home/cvs/ant/docs/manual/developlist.html,v retrieving revision 1.6.2.3 retrieving revision 1.6.2.4 diff -u -r1.6.2.3 -r1.6.2.4 --- developlist.html 18 Mar 2005 10:11:14 -0000 1.6.2.3 +++ developlist.html 21 Mar 2005 18:10:22 -0000 1.6.2.4 @@ -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> No revision Index: developlist.html =================================================================== RCS file: /home/cvs/ant/docs/manual/developlist.html,v retrieving revision 1.6.2.3 retrieving revision 1.6.2.4 diff -u -r1.6.2.3 -r1.6.2.4 --- developlist.html 18 Mar 2005 10:11:14 -0000 1.6.2.3 +++ developlist.html 21 Mar 2005 18:10:22 -0000 1.6.2.4 @@ -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> No revision Index: developlist.html =================================================================== RCS file: /home/cvs/ant/docs/manual/developlist.html,v retrieving revision 1.6.2.3 retrieving revision 1.6.2.4 diff -u -r1.6.2.3 -r1.6.2.4 --- developlist.html 18 Mar 2005 10:11:14 -0000 1.6.2.3 +++ developlist.html 21 Mar 2005 18:10:22 -0000 1.6.2.4 @@ -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.1.2.1 +314 -0 ant/docs/manual/Attic/tutorial-HelloWorldWithAnt.html
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]