Hi Matt,
Yes: I would like to add this dependency from the Eclipse Foundation
to a config so that it gets included in the assemblies:
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.5.2a</version>
</dependency>
My understanding is that the AspectJ tools are provided under the
"Eclipse Public License Version 1.0" license: http://www.eclipse.org/
legal/epl-v10.html
At this stage, I would like to simply change the licensing files of
the config:
* mofify the NOTICE.txt to include a one liner pointing to the EPL; and
* add a LICENSE-EPL-V10.txt, which is a CC of http://www.eclipse.org/
legal/epl-v10.html.
However, I am not sure that we can include AspectJ jars in the
assemblies.
Thanks,
Gianny
On 03/10/2007, at 12:49 PM, Matt Hogstrom wrote:
Gianny, this looks pretty good. So for users that have large
session objects this looks like a way to effectively manage them.
Is your question about the license used for AspectJ from the
Eclipse Foundation ?
On Sep 28, 2007, at 9:23 PM, Gianny Damour wrote:
Hi,
I would like to add a dependency to a new wadi module, wadi-aop,
relying on AspectJ JARs.
The goal it to allow users to configure delta session replication
for their clustered Web applications. I capture here how this works:
http://docs.codehaus.org/display/WADI/5.+Delta+Session+Replication
Is this an issue from a license perspective?
Thanks,
Gianny