From 468c75e85aafb7a3bc21504ef48703228dc01313 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Wed, 31 May 2006 14:56:04 +0000 Subject: [PATCH] Refer the tutorials from a more visible place. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@410552 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/toc.html | 1 + docs/manual/tutorials.html | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 docs/manual/tutorials.html diff --git a/docs/manual/toc.html b/docs/manual/toc.html index 0abb1c0e6..69a6b016b 100644 --- a/docs/manual/toc.html +++ b/docs/manual/toc.html @@ -19,6 +19,7 @@ Loggers & Listeners
Editor/IDE Integration
Developing with Ant
+Tutorials
Ant API
License
Feedback and Troubleshooting
diff --git a/docs/manual/tutorials.html b/docs/manual/tutorials.html new file mode 100644 index 000000000..7e767fe40 --- /dev/null +++ b/docs/manual/tutorials.html @@ -0,0 +1,31 @@ + + + + + +Tutorials + + + + + +

Table of Contents

+ +

Tutorials

+ +

Hello World with Ant
+A step by step tutorial for starting java programming with Ant.

+ +

Writing Tasks
+A step by step tutorial for writing tasks.

+ +

Tasks using Properties, Filesets & Paths
+How to get and set properties and how to use nested filesets and paths +while writing tasks. Finally it explains how to contribute tasks to Ant.

+ +
+

Copyright © 2006 The Apache Software Foundation. +All rights Reserved.

+ + +