On Tue, Jul 1, 2008 at 10:11 AM, Matthieu Riou <[EMAIL PROTECTED]> wrote:
> That gets me to a bunch of actual legitimate issues like this: >> /usr/local/java/ode/odetrunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/READWRITELOCK.java:34: >> cannot find symbol >> symbol : class ReadWriteLockChannel >> location: class org.apache.ode.bpel.runtime.READWRITELOCK >> public READWRITELOCK(ReadWriteLockChannel self) { >> > > I don't see that. Try cleaning, it's probably a missing generated interface > due to your previous segfault. > Yup. Seems to be working now, and it even builds twice in a row, so I'll give it the slight edge on the maven pain-o-meter scale. ;-) thanks! -d