jvanzyl 02/01/22 06:23:40
Modified: xdocs core-testing.xml
Log:
- some notes on developing with aspects.
Revision Changes Path
1.7 +28 -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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- core-testing.xml 18 Jan 2002 19:13:24 -0000 1.6
+++ core-testing.xml 22 Jan 2002 14:23:40 -0000 1.7
@@ -81,6 +81,34 @@
</section>
+ <section name="Testing With Aspects">
+ <p>
+ Some simple, optional aspects have been added to the turbine development
+ and testing cycle. These aspects are non-invasive so if you choose
+ not to use these aspects then your standard processes shouldn't be
+ affected.
+ </p>
+
+ <p>
+ In order to use these aspects you must first install AspectJ which
+ can be found <a href="http://www.aspectj.org/">here</a>. You must
+ also have a local build.properties file which has the following
+ line:
+ </p>
+
+ <source>
+ develop.with.aspects=true
+ </source>
+
+ <p>
+ 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.
+ </p>
+
+ </section>
+
</body>
</document>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>