Maven 1.x AspectJ Plugin

Fixed property and added new

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 3.0
  • Fix Version/s: 3.0
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    1

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}"

Activity

Hide
Vincent Massol added a comment -

Applied. Thanks.

Show
Vincent Massol added a comment - Applied. Thanks.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: