diff --git a/docs/manual/tutorial-HelloWorldWithAnt.html b/docs/manual/tutorial-HelloWorldWithAnt.html index c78c31a83..56d61af35 100644 --- a/docs/manual/tutorial-HelloWorldWithAnt.html +++ b/docs/manual/tutorial-HelloWorldWithAnt.html @@ -112,7 +112,7 @@ ant compile jar run
The first and second point would be adressed with properties, the thirs with a special property - an attribute +
The first and second point would be adressed with properties, the third with a special property - an attribute of the <project>-tag and the fourth problem can be solved using dependencies.
@@ -214,7 +214,7 @@ public class HelloWorld { }-
Most of the modifications are "framework overhead" which has to be done once. The red line is our "old System-out" +
Most of the modifications are "framework overhead" which has to be done once. The blue line is our "old System-out" statement.
Don't try to run ant - you will only get lot of compiler errors. Log4J is not inside the classpath so we have to do a little work here. But do not change the CLASSPATH environment variable! This is only for this project and maybe @@ -265,7 +265,7 @@ a jarname and a classpath. So add our class in the red line to the alread