javablogspot

Just another WordPress.com weblog

spring-30-source-build-error

Posted by damuchinni on March 14, 2009

1. dependency jar : “com.springsource.org.xmlpull” verison “1.1.3.4-O” can’t be download automatically. need to be manually download form here and copy it to the \ivy-cache\repository\org.xmlpull\com.springsource.org.xmlpull\1.1.3.4-O

2. set ANT_OPTS before you start if you got a java.lang.OutOfMemoryError: PermGen space exception.

set ANT_OPTS=-Xms256m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256m

Leave a comment