Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] How to make cruisecontrol work with aspectJ compiler

Hi George,

The cruisecontrol problem is fixed. The reason for
that was that an OutOfMemoryError was thrown when
cruisecontrol tried to compile with AspectJ. The
solution is to add <JVMArg arg="-Xmx512m"/> into the
"ant" element in config.xml and add -Xmx512m to the
command line for starting the cruisecontrol.

Thanks a lot,

Guangjing

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


Back to the top