ODE_HOME should point to where you have extracted the distro-jbi-2.0.x.zip. This zip contains all scripts to build and test the examples.
alex On 3/14/07, Dan <[EMAIL PROTECTED]> wrote:
Hi, I have built and deployed Ode onto ServiceMix. I am now trying to assemble and install the PingPong example. Building seems to work fine. When I try to create the assembly by calling ant from the PingPong directory it fails when validating ODE_HOME. I'm not completely sure what ODE_HOME should be set to. Right now I have it pointed to the JBI build target. [PingPong]$ ant Buildfile: build.xml ... validate-ode-home: fail-invalid-ode-home: BUILD FAILED /opt/ode/distro-jbi/target/stage/examples/base.xml:82: Invalid property ' ode.home'=/opt/ode/jbi/target/ode-jbi-2.0-SNAPSHOT-installer Total time: 0 seconds [PingPong]$ find /opt/ode -name ode-bpel-compiler.jar [PingPong]$ find /opt/ode -name ode-bpel-compiler* /opt/ode/jbi/target/ode-jbi-2.0-SNAPSHOT-installer/lib/ode- bpel-compiler-2.0-SNAPSHOT.jar Thanks, Dan