Message:

   The following issue has been closed.

   Resolver: Vincent Massol
       Date: Mon, 10 May 2004 2:23 PM

Applied. Thanks.
---------------------------------------------------------------------
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: Closed
   Priority: Minor
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-aspectj-plugin
   Fix Fors:
             3.0
   Versions:
             3.0

   Assignee: Vincent Massol
   Reporter: Carlos Sanchez

    Created: Mon, 10 May 2004 10:22 AM
    Updated: Mon, 10 May 2004 2:23 PM

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]

Reply via email to