[jboss-dev-forums] [Design of JBoss Tools (dev)] - Can't compile Jbpm tool

paucarre do-not-reply at jboss.com
Wed Feb 25 15:45:04 EST 2009


After 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?

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213168#4213168

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213168



More information about the jboss-dev-forums mailing list