diff --git a/build.bat b/build.bat index c0aecfc9a..c3c315c4f 100755 --- a/build.bat +++ b/build.bat @@ -5,6 +5,9 @@ set REAL_ANT_HOME=%ANT_HOME% set ANT_HOME=bootstrap if exist bootstrap\lib\ant.jar if exist bootstrap\bin\ant.bat if exist bootstrap\bin\lcp.bat if exist bootstrap\bin\antRun.bat goto runAnt call bootstrap.bat +if exist bootstrap\lib\ant.jar if exist bootstrap\bin\ant.bat if exist bootstrap\bin\lcp.bat if exist bootstrap\bin\antRun.bat goto runAnt +echo Bootstrap FAILED +goto cleanup :runAnt set LOCALCLASSPATH=lib\crimson.jar;lib\jaxp.jar;bootstrap\lib\ant.jar diff --git a/build.sh b/build.sh index 629d16920..b62086766 100755 --- a/build.sh +++ b/build.sh @@ -8,6 +8,11 @@ if test ! -f bootstrap/lib/ant.jar -o ! -x bootstrap/bin/ant -o ! -x bootstrap/ /bin/sh ./bootstrap.sh fi +if test ! -f bootstrap/lib/ant.jar -o ! -x bootstrap/bin/ant -o ! -x bootstrap/bin/antRun ; then + echo Bootstrap FAILED + exit +fi + LOCALCLASSPATH=lib/crimson.jar:lib/jaxp.jar # add in the dependency .jar files DIRLIBS=lib/optional/*.jar diff --git a/build.xml b/build.xml index 4d9cd729f..fcb344dc3 100644 --- a/build.xml +++ b/build.xml @@ -68,21 +68,17 @@ --> - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -334,7 +330,7 @@ =================================================================== --> - + @@ -390,7 +386,7 @@ =================================================================== --> - + @@ -402,7 +398,6 @@ =================================================================== --> @@ -471,7 +466,7 @@ description="--> creates a binary distribution"> - + - + - + - + @@ -722,7 +717,7 @@ --> - + diff --git a/webpage/build.xml b/webpage/build.xml index 942ed599e..503646241 100644 --- a/webpage/build.xml +++ b/webpage/build.xml @@ -28,7 +28,7 @@ - + diff --git a/webpage/docs/antnews.html b/webpage/docs/antnews.html index c02e4d206..de7b43619 100644 --- a/webpage/docs/antnews.html +++ b/webpage/docs/antnews.html @@ -4,36 +4,39 @@ + + + - - - - + + + + - + - - The Jakarta Site - Ant News - - - - - - - + + + + + +
+ + The Jakarta Site - Ant News + + + + + + + - -
- - - - - - +
-
-
-

Ant

+
+ + + + + + - + +
+
+
+

Ant

-
- - - + - - - - - -
- - Ant Needs a Logo - -
-
-

Ant still doesn't have a Logo, but it sure deserves one. We've +

+ + + -
+ + Ant Needs a Logo + +
+
+

Ant still doesn't have a Logo, but it sure deserves one. We've put together a page with proposed logos, please take a look at them and tell us what you think. If you have a nice logo idea yourself, just submit it to the mailing lists.

-
-
- - - + +
- - Ant 2.0 Requirements Collected - Next is Design - -
-
-

A commented version of the collected user requirements is now +

+

+

+ + + -
+ + Ant 2.0 Requirements Collected - Next is Design + +
+
+

A commented version of the collected user requirements is now available here - it is not complete as some details still have to be defined, but it should give you an idea of what Ant2 is going to look like.

-

Several details can only be decided in the light of real code +

Several details can only be decided in the light of real code and prototypes. Several people are working on prototypes (that can be found in Ant's CVS module in the proposals directory) and discussion is going on on the Ant-Dev mailing list.

-
-
- - - + +
- - Best-Practices Profile of Ant at Sun's Dot-Com Builder - -
-
-

Sun has released an introductory article on Ant on their +

+

+

+ + + -
+ + Best-Practices Profile of Ant at Sun's Dot-Com Builder + +
+
+

Sun has released an introductory article on Ant on their Dot-Com Builder site on May 30 2001. See http://dcb.sun.com/practices/profiles/ant.jsp

-
-
- - - + +
- - Ant 2.0 Requirements - -
-
-

Ant has been in use for quite some time and has been used in ways never conceived when it +

+

+

+ + + -
+ + Ant 2.0 Requirements + +
+
+

Ant has been in use for quite some time and has been used in ways never conceived when it was originally written. While Ant 1.x has continued to sucessfully evolve and grow, there are a number of limitations and inconsistencies that are now apparent and which need to be addressed.

-

+

As we continue to evolve and enhance Ant 1.x, it is now time to define what Ant 2.0 will encompass. Ant 2.0 will be a major rearchitecting of Ant. It has a number of goals including:

    @@ -158,7 +167,7 @@ It is expected that Ant 2.0 will break Ant 1.x based build files. The intention is to make this the last time that will happen.

    -

    +

    To advance the definition of Ant, user requirements are now being accepted on the Ant-Dev mailing list. Any requirement will be accepted for consideration. The requirements are being collected into a document which is available @@ -166,58 +175,72 @@ until March 21st, 2001. At that time, each requirement will be discussed for inclusion in an Ant 2.0 requirement document.

    -

    +

    For your reference some of the goals which have shaped the development of Ant 1.x are available here. These continue to be relevant to Ant 2.0.

    -

    +

    If you want to shape the future of Ant, join the Ant-Dev mailing list and contribute your ideas.

    -
-
- - - + +
- - Ant 1.3 Released - -
-
-

+

+

+

+ + + -
+ + Ant 1.3 Released + +
+
+

Ant 1.3 has been released after going through three betas. Thanks to everyone who took the time to test the beta and report bugs and enhancements.

-

You can download the release from +

You can download the release from here. Both source and binary releases are available in zip, tarball and RPM formats.

-

Please report all bugs using the +

Please report all bugs using the Apache Bugzilla

-
-
-
-
-
-
- Copyright © 1999-2001, Apache Software Foundation -
-
- - + +

+

+
+
+
+
+ Copyright © 1999-2001, Apache Software Foundation +
+
+ + + + + + + + + + + + diff --git a/webpage/docs/index.html b/webpage/docs/index.html index 6f5441ac5..457667843 100644 --- a/webpage/docs/index.html +++ b/webpage/docs/index.html @@ -4,36 +4,39 @@ + + + - - - - + + + + - + - - The Jakarta Site - Ant - - - - - - - + + + + + +
+ + The Jakarta Site - Ant + + + + + + + - -
- - - - - - +
-
-
-

Ant

+
+ + + + + + - + +
+
+
+

Ant

-
- - - + - - - - - -
- - Ant - -
-
-

+

+ + + -
+ + Ant + +
+
+

Ant is a Java based build tool. In theory it is kind of like make without make's wrinkles.

-

+

Why another build tool when there is already make, gnumake, nmake, jam, and others? Because all of those tools have limitations that Ant's original author couldn't live with when developing software across multiple platforms. Make-like @@ -105,21 +108,21 @@ can easily extend these tools by using or writing any program for the OS that you are working on. However, this also means that you limit yourself to the OS, or at least the OS type such as Unix, that you are working on.

-

+

Makefiles are inherently evil as well. Anybody who has worked on them for any time has run into the dreaded tab problem. "Is my command not executing because I have a space in front of my tab!!!" said the original author of Ant way too many times. Tools like Jam took care of this to a great degree, but still use yet another format to use and remember.

-

+

Ant is different. Instead of a model where it is extended with shell based commands, it is extended using Java classes. Instead of writing shell commands, the configuration files are XML based calling out a target tree where various tasks get executed. Each task is run by an object which implements a particular Task interface.

-

+

Granted, this removes some of the expressive power that is inherent by being able to construct a shell command such as `find . -name foo -exec rm {}` but it gives you the ability to be cross platform. To work anywhere and everywhere. And @@ -127,39 +130,43 @@ hey, if you really need to execute a shell command, Ant has an exec rule that allows different commands to be executed based on the OS that it is executing on.

-
-
- - - + +
- - Documentation - -
-
-

+

+

+

+ + + -
+ + Documentation + +
+
+

You can view the documentation for the most recent release online

-

+

Comprehensive documentation is included in the source and binary distribtions.

-
-
- - - + +
- - Latest Release - -
-
-

+

+

+

+ + + -
+ + Latest Release + +
+
+

You can download the latest release:

-
-
- - - + +
- - Nightly Builds - -
-
-

+

+

+

+ + + -
+ + Nightly Builds + +
+
+

If you wish to use the latest Ant features, you can try downloading a nightly build from here

-
-
- - - + +
- - Towards Ant2 - -
-
-

+

+

+

+ + + -
+ + Towards Ant2 + +
+
+

We are currently hashing out design details for Ant2. Please read the latest Ant news for more details.

-
-
- - - + +
- - Get Involved - -
-
-
    +
+

+

+ + + -
+ + Get Involved + +
+
+ -
-
-
-
-
-
- Copyright © 1999-2001, Apache Software Foundation -
-
- - + +

+

+
+
+
+
+ Copyright © 1999-2001, Apache Software Foundation +
+
+ + + + + + + + + + + +