Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Fixed the $ missing
and added fork and maxmem properties
I'm having some trouble, seems that aspectj eats up my memory (maybe the 1.2rc1 version or the fork option). I'll keep trying.
- <ant:iajc fork="false"
- incremental="{maven.aspectj.incremental}"
+ <ant:iajc
+ fork="${maven.aspectj.fork}"
+ maxmem="${maven.aspectj.maxmem}"
+ incremental="${maven.aspectj.incremental}"
Applied. Thanks.