The following issue has been updated:
Updater: Carlos Sanchez (mailto:[EMAIL PROTECTED])
Date: Mon, 10 May 2004 10:24 AM
Changes:
Attachment changed to patch.txt
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPASPECTJ-9&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPASPECTJ-9
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPASPECTJ-9
Summary: Fixed property and added new
Type: Bug
Status: Unassigned
Priority: Minor
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-aspectj-plugin
Versions:
3.0
Assignee:
Reporter: Carlos Sanchez
Created: Mon, 10 May 2004 10:22 AM
Updated: Mon, 10 May 2004 10:24 AM
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}"
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]