From a82bb7bf51eccd8ca3329f21d64157d9c9d79715 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Fri, 20 Jul 2007 07:46:31 +0000 Subject: [PATCH] Simple Installation-Check. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@557912 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.html | 16 ++++++++++++++++ docs/manual/installlist.html | 1 + 2 files changed, 17 insertions(+) diff --git a/docs/manual/install.html b/docs/manual/install.html index 5dd5b4add..54c597586 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -229,6 +229,22 @@ restrictions on the classes which may be loaded by an extension.

+

Check Installation

+

You can check the basic installation with opening a new shell and typing ant. You +should get a message like this +

+Buildfile: build.xml does not exist!
+Build failed
+
+So Ant works. This message is there because you need to write an individual buildfile for your +project. With a ant -version you should get an output like +
+Apache Ant version 1.7.0 compiled on December 13 2006
+
+ + +

+

Optional Tasks

Ant supports a number of optional tasks. An optional task is a task which typically requires an external library to function. The optional tasks are diff --git a/docs/manual/installlist.html b/docs/manual/installlist.html index dcd079e60..1e80d5fdc 100644 --- a/docs/manual/installlist.html +++ b/docs/manual/installlist.html @@ -31,6 +31,7 @@

Getting Ant
System Requirements
Installing Ant
+ Check Installation
Building Ant
Library Dependencies
Platform Specific Issues