Bug 138540 - Patch to add support for -Xset: options
Summary: Patch to add support for -Xset: options
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Ant (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.5.2   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-25 20:18 EDT by Ron Bodkin CLA
Modified: 2012-04-03 14:14 EDT (History)
0 users

See Also:


Attachments
add -Xset option support for AspectJ ant task (982 bytes, patch)
2006-04-25 20:21 EDT, Ron Bodkin CLA
aclement: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ron Bodkin CLA 2006-04-25 20:18:31 EDT
I needed to add X="set:activateLightweightDelegates=false” to my ant build configuration, to troubleshoot the out of memory permgen condition. However, the ant task support doesn't currently support adding the new -Xset style options Andy added.

Here is a small patch to pass any -Xset: options through, that worked for me.
Comment 1 Ron Bodkin CLA 2006-04-25 20:21:41 EDT
Created attachment 39494 [details]
add -Xset option support for AspectJ ant task

I didn't see any place to add a test for this kind of thing.
Comment 2 Andrew Clement CLA 2006-04-26 03:38:51 EDT
patch committed. thanks.
Comment 3 Andrew Clement CLA 2006-04-26 08:11:15 EDT
fix available.