Full build system
-----------------
Key: LABS-201
URL: https://issues.apache.org/jira/browse/LABS-201
Project: Labs
Issue Type: New Feature
Components: Magma
Reporter: Simone Gianni
Assignee: Simone Gianni
Currently Magma runs in a LTW environment, which is good for development. The
final build system should create a complete WAR, performing all the necessary
weaving optimized.
This task is not simple as it may seem, because each jar to be included in the
WAR have to be passed thru the weaver, and then repackaged to form the weaved
version, avoiding to place duplicated classes (coming from different jars) in
the same output jar.
It needs to be investigated wether playing with current AspectJ configuration
(inpath, aspectpath, classpath, outjar) and iterating over every jar could be
enough, or not.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]