build error boroko2  2006-07-25 19:47
Status: Closed
 
Hi CPAS,

I tried to build the Cpas sources using intellij IDE but got stuck with some errors
i read some previous posts but seems their error is different from mine
here i've attached the error.log file

thanks for helping ^_^

 
 
jeckels responded:  2006-07-26 10:50
Your build looks like it's failing because it can't find apt, which is a new tool included in JDK 1.5. You might need to add your JAVA_HOME/bin directory to your path before starting IntelliJ.

I'm not sure how IntelliJ's Ant integration interacts with the system environment variables, the JDK you're using to run IntelliJ, and the JDK you've configured IntelliJ to use for the CPAS project.

You could also try to build from the command line. Try running "ant build" from the <cpas-root>/modules directory. You'll need JDK 1.5 and Ant on your path.

 
adam responded:  2007-01-04 09:26