Can't compile Jbpm tool
paucarre Feb 25, 2009 3:45 PMAfter configuring the build_local.properties properly ANT gives me an error:
Buildfile: C:\Users\Pau\workspace\jbpm\builders\org.jboss.tools.flow.jpdl4.builder\build.xml
main:
-properties:
-clean:
[echo] Cleaning directory C:/Users/Pau/workspace/jbpm/builders/org.jboss.tools.flow.jpdl4.builder//target/
[delete] Deleting directory C:\Users\Pau\workspace\jbpm\builders\org.jboss.tools.flow.jpdl4.builder\target
[mkdir] Created dir: C:\Users\Pau\workspace\jbpm\builders\org.jboss.tools.flow.jpdl4.builder\target
-prepare.build.host:
unpack.eclipse:
-unpack.eclipse.ifnecessary:
-build:
-build.internal:
[java] Buildfile: C:/Users/Pau/eclipse/plugins/org.eclipse.pde.build_3.4.1.R34x_v20080805/scripts/build.xml
[java] main:
[java] preBuild:
[java] preSetup:
[java] getMapFiles:
[java] [echo] Copying map files.
[java] [copy] Copying 1 file to C:\Users\Pau\workspace\jbpm\builders\org.jboss.tools.flow.jpdl4.builder\target\maps
[java] postSetup:
[java] fetch:
[java] preFetch:
[java] allElements:
[java] allElementsExceptSvnFetch:
[java] norcpbuild:
[java] init:
[java] fetchElement:
[java] [mkdir] Created dir: C:\Users\Pau\workspace\jbpm\builders\org.jboss.tools.flow.jpdl4.builder\target\features
[java] [mkdir] Created dir: C:\Users\Pau\workspace\jbpm\builders\org.jboss.tools.flow.jpdl4.builder\target\plugins
BUILD FAILED
C:\Users\Pau\workspace\jbpm\builders\org.jboss.tools.flow.jpdl4.builder\build.xml:183: The following error occurred while executing this line:
C:\Users\Pau\workspace\jbpm\builders\org.jboss.tools.flow.jpdl4.builder\build.xml:81: The following error occurred while executing this line:
C:\Users\Pau\workspace\jbpm\builders\org.jboss.tools.flow.jpdl4.builder\build.xml:116: Java returned: 13
Total time: 5 seconds
The configuration file is:
# The location of this pluginbuilder project. It provides the base directory for the build scripts.
# @category localsettings
# @type Directory
buildHome=C:/Users/Pau/workspace/jbpm/builders/org.jboss.tools.flow.jpdl4.builder/
# The directory where the build takes place. This directory WILL BE DELETED before every build.
# @category localsettings
# @type Directory
buildDirectory=${buildHome}/target/
# The eclipse build host. Must be an Eclipse SDK installation with JDT and PDE. And in the case of RCP builds the RCP Delta Pack must be included, too.
# @category localsettings
# @type Directory
eclipseDir=C:/Users/Pau/eclipse/
# Environment for both the Eclipse build and test host. Determines baseos.
# @category localsettings
os=win32
# Environment for both the Eclipse build and test host. Determines basews.
# @category localsettings
ws=win32
# Environment for both the Eclipse build and test host. Determines basearch.
# @category localsettings
arch=x86
The build.xml line that fails is:
java classname="org.eclipse.equinox.launcher.Main" fork="true"
Any idea?