From 753a6c60f47f3ac4f270005b65e9d6481de8eb68 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 23 Oct 2015 10:00:02 -0700 Subject: Adding maven and ant source trees Change-Id: I0a39b9add833a31b9c3f98d193983ae2f3a5a445 Signed-off-by: Ashlee Young --- .../src/ant/apache-ant-1.9.6/manual/tutorials.html | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 framework/src/ant/apache-ant-1.9.6/manual/tutorials.html (limited to 'framework/src/ant/apache-ant-1.9.6/manual/tutorials.html') diff --git a/framework/src/ant/apache-ant-1.9.6/manual/tutorials.html b/framework/src/ant/apache-ant-1.9.6/manual/tutorials.html new file mode 100644 index 00000000..5720473a --- /dev/null +++ b/framework/src/ant/apache-ant-1.9.6/manual/tutorials.html @@ -0,0 +1,45 @@ + + + + + + +Tutorials + + + + + +

Table of Contents

+ +

Tutorials

+ +

Hello World with Apache 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.

+ + + + + -- cgit 1.2.3-korg