jhm 2005/08/01 08:30:27 Modified: docs/manual tutorial-HelloWorldWithAnt.html Log: typo, typo and explanation for Log4J Revision Changes Path 1.4 +3 -3 ant/docs/manual/tutorial-HelloWorldWithAnt.html Index: tutorial-HelloWorldWithAnt.html =================================================================== RCS file: /home/cvs/ant/docs/manual/tutorial-HelloWorldWithAnt.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tutorial-HelloWorldWithAnt.html 4 Jun 2005 07:34:02 -0000 1.3 +++ tutorial-HelloWorldWithAnt.html 1 Aug 2005 15:30:27 -0000 1.4 @@ -112,7 +112,7 @@ <h2>Enhance the build file</h2> </p>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.</p> -<p>The first and second point would be adressed with <i>properties</i>, the thirs with a special property - an attribute +<p>The first and second point would be adressed with <i>properties</i>, the third with a special property - an attribute of the <project>-tag and the fourth problem can be solved using dependencies.</p> <pre class="code"> @@ -214,7 +214,7 @@ } </pre> -<p>Most of the modifications are "framework overhead" which has to be done once. The red line is our "old System-out" +<p>Most of the modifications are "framework overhead" which has to be done once. The blue line is our "old System-out" statement.</p> <p>Don't try to run <tt>ant</tt> - 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 @@ <li><i>[main]</i> the running thread from our application </li> <li><i>INFO</i> log level of that statement</i> <li><i>oata.HelloWorld</i> source of that statement</i> -<li><i>-</i> <font size="-1">sorry don't know - some Log4J stuff</font></li> +<li><i>-</i> separator</li> <li><i>Hello World</i> the message</li> </ul> For another layout ... have a look inside Log4J's documentation about using other PatternLayout's.</p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]