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,

That's good news. I've recently experienced a lot of OutOfMemoryErrors with CruiseControl myself and appreciate the information on your fix. One to remember for future reference.

Best regards,
George
________________________________________
George C. Harley



Guangjing Zhou <gj_zhou@xxxxxxxxx>
Sent by: aspectj-users-admin@xxxxxxxxxxx

07/10/2003 16:26
Please respond to aspectj-users

       
        To:        aspectj-users@xxxxxxxxxxx
        cc:        
        Subject:        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
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top