Doing another svn update seems to have fixed this. Thanks.
Dave On 04/13/2010 04:24 PM, Rafal Rusin wrote:
This build has passed, so it should work: http://hudson.zones.apache.org/hudson/job/ODE-1.x/100/ On 13 April 2010 23:54, David Carver<[email protected]> wrote:When trying to build from the ODE 1.x branch with latest code, I'm getting the following error: /home/dcarver/Work/ode-1.x/APACHE_ODE_1.X/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/MockBpelServer.java:55: package org.tranql.connector.derby does not exist import org.tranql.connector.derby.EmbeddedLocalMCF; ^ /home/dcarver/Work/ode-1.x/APACHE_ODE_1.X/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/MockBpelServer.java:207: cannot find symbol symbol : class EmbeddedLocalMCF location: class org.apache.ode.bpel.runtime.MockBpelServer EmbeddedLocalMCF mcf = new org.tranql.connector.derby.EmbeddedLocalMCF(); ^ /home/dcarver/Work/ode-1.x/APACHE_ODE_1.X/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/MockBpelServer.java:207: package org.tranql.connector.derby does not exist EmbeddedLocalMCF mcf = new org.tranql.connector.derby.EmbeddedLocalMCF(); ^ Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 errors Buildr aborted! Failed to compile, see errors above I checked the Rakefile, and the necessary TRANQL dependency is there. I had a similar issue with the dao-hibernate, but that was missing a DERBY dependency in the Rakefile. Adding that fixed that particular issue, but not sure why this isn't working for the bpel-runtime project's tests compile. DaveRegards,
