jvanzyl     02/01/22 07:01:54

  Modified:    xdocs    core-testing.xml
  Log:
  - some more notes on using aspectj
  
  Revision  Changes    Path
  1.8       +23 -1     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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- core-testing.xml  22 Jan 2002 14:23:40 -0000      1.7
  +++ core-testing.xml  22 Jan 2002 15:01:54 -0000      1.8
  @@ -104,7 +104,29 @@
           The easiest way to install AspectJ for use with the Turbine build
           is to install it in a similiar fashion to ant. Specify an
           ${aspectj.home} property in your ${user.home}/build.properties file.
  -        This is what the Turbine build files currently expect.
  +        This is what the Turbine build files currently expect. Here's what
  +        your ${aspectj.home} directory structure should look like:
  +      </p>
  +
  +      <source>
  +        .
  +        |-- LICENSE-TOOLS.html
  +        |-- README-TOOLS.html
  +        |-- bin
  +        |   |-- ajbrowser
  +        |   |-- ajc
  +        |   |-- ajdb
  +        |   `-- ajdoc
  +        |-- lib
  +            |-- aspectj-ant.jar
  +            |-- aspectjrt.jar
  +            `-- aspectjtools.jar
  +      </source>
  +      
  +      <p>
  +        You will also want to place the apsectj-ant.jar in your
  +        $ANT_HOME/lib directory so that you can easily use the
  +        AspjectJ compiler.
         </p>
         
       </section>
  
  
  

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

Reply via email to