geirm       01/08/21 04:35:08

  Modified:    jjar/examples/ant-task README.txt
  Log:
  update
  
  Revision  Changes    Path
  1.3       +5 -10     jakarta-commons-sandbox/jjar/examples/ant-task/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jjar/examples/ant-task/README.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.txt        2001/08/08 10:57:46     1.2
  +++ README.txt        2001/08/21 11:35:08     1.3
  @@ -4,19 +4,14 @@
   here...  the build.xml expects it to be
   local
   
  -THEN : create the local repository directory.  Call it
  -'repository' as that is what the build script expects.
  -
   THEN : do something... choose among
       ant help
       ant test
       ant test-nodeps
  +    ant test-classpath
   
  -Right now, the support is very simple - just gets a jar
  -from the repository, and any dependencies, and throws
  -into the 'local repository'.
  +The last one, test-classpath will get the jars for 
  +a project (jakarta-velocity), set the classpath 
  +with those jars, and then compile a test program
  +using that classpath.
   
  -When I figure out how to support getting a classpath from
  -ant, I will test the 'verify ignore' feature that 
  -checks for a package/version in the classpath (or a dir, jar...)
  -and doesn't do the fetch if it exists.
  
  
  

Reply via email to