diff --git a/docs/manual/tutorial-HelloWorldWithAnt.html b/docs/manual/tutorial-HelloWorldWithAnt.html index 56d61af35..d079ded23 100644 --- a/docs/manual/tutorial-HelloWorldWithAnt.html +++ b/docs/manual/tutorial-HelloWorldWithAnt.html @@ -112,7 +112,7 @@ ant compile jar run

Enhance the build file

Ok, the build works - but it is not as nice as it should: many time you are referencing the same directories, main-class and jar-name are hard coded, and while invocation you have to remember the right order of build steps.

-

The first and second point would be adressed with properties, the third with a special property - an attribute +

The first and second point would be addressed with properties, the third with a special property - an attribute of the <project>-tag and the fourth problem can be solved using dependencies.

@@ -321,4 +321,4 @@ start the application from that directory and these files will included into the
 

Copyright © 2005 The Apache Software Foundation. All rights Reserved.

- \ No newline at end of file +