i have built development version of idempiere in eclipse following the wiki and running in browser as shown in
demo.idempiere.org. However i need to have a jar file build of idempiere which can be run as an executable from desktop or a war file.
For that i am trying to build idempiere with ant from console . The development platform is ubuntu 12.04.3 LTS,
java - java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1ubuntu0.12.04.2)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
i have cloned from mercurial in /home/idempiere/idempiere folder and then locally clone the idempiere folder into myexperiment folder. I have placed the build.xml file in /home/idempiere. I have put all jar files of idempiere folder into CLASSPATH. But the compile fails. The output of the compile is in the log1.txt file.
i am trying to integrate idempiere into apache servicemix as shown in the video
http://www.youtube.com/watch?v=Z0Z6u9BMGXo