source: other-projects/trunk/realistic-books/packages/AntInstaller/web/manual/manual/tutorials.html@ 19253

Last change on this file since 19253 was 19253, checked in by davidb, 15 years ago

Establishing a source code repository for Veronica's Realistic Book's software

File size: 1.6 KB
Line 
1<!--
2 Licensed to the Apache Software Foundation (ASF) under one or more
3 contributor license agreements. See the NOTICE file distributed with
4 this work for additional information regarding copyright ownership.
5 The ASF licenses this file to You under the Apache License, Version 2.0
6 (the "License"); you may not use this file except in compliance with
7 the License. You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17<html>
18
19<head>
20<meta http-equiv="Content-Language" content="en-us">
21<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
22<title>Tutorials</title>
23<base target="mainFrame">
24</head>
25
26<body>
27
28<h2><a href="toc.html" target="navFrame">Table of Contents</a></h2>
29
30<h3>Tutorials</h3>
31
32<p><a href="tutorial-HelloWorldWithAnt.html">Hello World with Ant</a><br>
33A step by step tutorial for starting java programming with Ant.</p>
34
35<p><a href="tutorial-writing-tasks.html">Writing Tasks</a><br>
36A step by step tutorial for writing tasks.</p>
37
38<p><a href="tutorial-tasks-filesets-properties.html">Tasks using Properties, Filesets & Paths</a><br>
39How to get and set properties and how to use nested filesets and paths
40while writing tasks. Finally it explains how to contribute tasks to Ant.</p>
41
42
43
44</body>
45</html>
Note: See TracBrowser for help on using the repository browser.