[jboss-cvs] JBossAS SVN: r79811 - projects/aop/trunk/aophelper.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 21 07:06:59 EDT 2008


Author: stalep
Date: 2008-10-21 07:06:59 -0400 (Tue, 21 Oct 2008)
New Revision: 79811

Added:
   projects/aop/trunk/aophelper/README
Log:
[JBAOP-538] a simple readme


Added: projects/aop/trunk/aophelper/README
===================================================================
--- projects/aop/trunk/aophelper/README	                        (rev 0)
+++ projects/aop/trunk/aophelper/README	2008-10-21 11:06:59 UTC (rev 79811)
@@ -0,0 +1,17 @@
+Aophelper is an attempt to make it easier for people to start using aop.
+It will set up all the different jars and its possible to select different settings.
+
+Aophelper has two modes. One compile mode and one run mode; 
+The compile mode will only try to aopcompile already compiled javacode.
+Run mode will try to run a aopcompiled program. It can also run it with loadtime weaving 
+(which means that no aopcompile step is necessary.
+
+Note that Aophelper is still in a early beta stage, please report any issues/ideas to the
+aop dev team either to our forum or mailling list.
+
+
+TODO:
+1. genereate a simple ant script from the settings.
+2. rewrite the ui
+3. +++
+




More information about the jboss-cvs-commits mailing list