Issue Details (XML | Word | Printable)

Key: MPASPECTJ-10
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: .
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1.x AspectJ Plugin

Warning when nothing to weave, maxmem fix, and doc

Created: 15/May/04 02:21 PM   Updated: 20/Jun/04 05:38 AM   Resolved: 20/Jun/04 05:38 AM
Component/s: None
Affects Version/s: 3.0
Fix Version/s: 3.1

Time Tracking:
Not Specified

File Attachments: 1. Text File patch.txt (9 kB)
2. Text File patch.txt (16 kB)



 Description  « Hide

Warning when nothing to weave
Use maxmem only when fork=true to avoid aspectj warnings
Added "Compiling aspect sources" section to xdoc



. added a comment - 15/May/04 02:22 PM

Note that the patch is bigger because indentation has changed


. added a comment - 16/May/04 05:38 AM

I didn't notice the revision 1.10, so the warning it's not needed.
Forget the older patch,


. added a comment - 16/May/04 05:41 AM

I'm sorry, priority should be MINOR


. added a comment - 15/Jun/04 10:44 AM

In this patch I had disabled forking but that caused me out of memory errors when running multiproject (with 5 projects).

I solved it with fork=true and maxmem=128, so I think fork should be by defauld enabled.