Compiles fine for me since yesterday.   I just retested "rake clean compile
TEST=no" with trunk r577952.

alex


On 9/20/07, Luciano Resende <[EMAIL PROTECTED]> wrote:
>
> I'm still seeing this issue...
>
> Path: .
> URL: https://svn.apache.org/repos/asf/ode/trunk
> Repository Root: https://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 577949
>
> Looks like the artifact below is missing ?
>
> org.apache.ode.bpel.runtime.channels.ReadWriteLockChannel;
>
>
>
> On 9/19/07, Maciej Szefler <[EMAIL PROTECTED]> wrote:
> > sorry, my bad. fixed.
> >
> > -mbs
> > On 9/19/07, Eduardo Burgos <[EMAIL PROTECTED]> wrote:
> > >
> > > Currently at trunk (rev 577423) I get 13 compilation errors, same
> happens
> > > if
> > > I do it from the jbi folder.
> > > Only some of them are the following:
> > >
> > >
> > >
> > >
> /trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/ScopeFrame.java:51:
> > > cannot find symbol
> > > symbol  : class InstanceGlobals
> > > location: class org.apache.ode.bpel.runtime.ScopeFrame
> > >     final InstanceGlobals globals;
> > >           ^
> > >
> > >
> /trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/ScopeFrame.java:74:
> > > cannot find symbol
> > > symbol  : class InstanceGlobals
> > > location: class org.apache.ode.bpel.runtime.ScopeFrame
> > >                        InstanceGlobals globals) {
> > >                        ^
> > >
> > >
> /trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/ScopeFrame.java:70:
> > > ScopeFrame(org.apache.ode.bpel.o.OScope,java.lang.Long,
> > > org.apache.ode.bpel.runtime.ScopeFrame,java.util.Set<
> > > org.apache.ode.bpel.runtime.CompensationHandler>,
> > > org.apache.ode.bpel.runtime.channels.FaultData) is already defined in
> > > org.apache.ode.bpel.runtime.ScopeFrame
> > >     public ScopeFrame( OScope scopeDef,
> > >            ^
> > >
> > >
> ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/SCOPEACT.java:33:
> > > cannot find symbol
> > > symbol  : class ReadWriteLockChannel
> > > location: package org.apache.ode.bpel.runtime.channels
> > > import org.apache.ode.bpel.runtime.channels.ReadWriteLockChannel;
> > >                                             ^
> > >
> > >
> /trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/SCOPEACT.java:211:
> > > cannot find symbol
> > > symbol  : class ReadWriteLockChannel
> > > location: class org.apache.ode.bpel.runtime.SCOPEACT.IsolationLock
> > >         ReadWriteLockChannel lockChannel;
> > >         ^
> > >
> > >
> /trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/SCOPEACT.java:213:
> > > cannot find symbol
> > > symbol  : class ReadWriteLockChannel
> > > location: class org.apache.ode.bpel.runtime.SCOPEACT.IsolationLock
> > >         public IsolationLock(OScope.Variable go, boolean writeLock,
> > > ReadWriteLockChannel channel) {
> > >                                                                     ^
> > >
> > >
> /trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/PROCESS.java:90:
> > > cannot find symbol
> > > symbol  : class InstanceGlobals
> > > location: class org.apache.ode.bpel.runtime.PROCESS
> > >         _globals = new InstanceGlobals();
> > >                        ^
> > >
> > >
> /trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/PROCESS.java:96:
> > > cannot find symbol
> > > symbol  : class ReadWriteLockChannel
> > > location: class org.apache.ode.bpel.runtime.PROCESS
> > >                 ReadWriteLockChannel vlock = newChannel(
> > > ReadWriteLockChannel.class);
> > >
> >
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>

Reply via email to