jvanzyl     02/01/22 08:53:41

  Modified:    xdocs    core-testing.xml
  Log:
  - just a little note on how to run the tests. better stuff will come.
  
  Revision  Changes    Path
  1.9       +20 -0     jakarta-turbine-3/xdocs/core-testing.xml
  
  Index: core-testing.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/xdocs/core-testing.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- core-testing.xml  22 Jan 2002 15:01:54 -0000      1.8
  +++ core-testing.xml  22 Jan 2002 16:53:41 -0000      1.9
  @@ -128,7 +128,27 @@
           $ANT_HOME/lib directory so that you can easily use the
           AspjectJ compiler.
         </p>
  +
  +      <p>
  +        As a quick example, this is what I'm using to run the tests after
  +        I make changes:
  +      </p>
         
  +      <source>
  +        #!/bin/sh
  +
  +        ant clean
  +        ant acompile
  +        ant -buildfile build-test.xml test-servlet
  +      </source>
  +[EOB]
  +      <p>
  +        This can be made into a proper target soon, but this will
  +        give people something to work with now if they want to
  +        try it out.
  +      </p>
  +
  +
       </section>
         
   
  
  
  

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

Reply via email to