Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.3
-
Component/s: None
-
Labels:None
-
Environment:Affects versions: 1.0-beta-2, 1.0-beta-4-20060921.212218-1
-
Number of attachments :
Description
I am trying to weave a jar with an aspect library. There are no aspects or classes in the project. The plugin exits without weaving the jar. If I run mvn -X, I get this:
[DEBUG] No sources found skipping aspectJ compile
hmm.. tricky
There would be difficult for me figuring out if something has changed in the aspect library or in the jar to weave for that sake, but when you mention it this could also explain some strange behaviour in my own project, forcing me to do a clean install sometimes
But one thought come to mind, would it be ok with a forceCompile flag to be set eighter from the CLI or the pom ?