Date: 2004-07-07T01:47:16
   Editor: 62.77.1.2 <>
   Wiki: Ant Wiki
   Page: AntTutorialWritingTasks
   URL: http://wiki.apache.org/ant/AntTutorialWritingTasks

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -7,7 +7,7 @@
 == Set up the build environment ==
 Ant builds itself, we are using Ant too (why we would write a task if not? :-) 
therefore we should use Ant for our build.
 
-We choose a directory as root directory. All things will be done here if I say 
nothing different. I will reference this directory as root-directory of our 
project. In this root-directory we create a text file names ''build.xml''. What 
should Ant do for us? 
+We choose a directory as root directory. All things will be done here if I say 
nothing different. I will reference this directory as root-directory of our 
project. In this root-directory we create a text file named ''build.xml''. What 
should Ant do for us? 
  *  compiles my stuff 
  *  make the jar, so that I can deploy it 
  *  clean up everything 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to