Hi all,
I'm getting the following compile errors while trying to build the
latest svn head.
My environment:
java version "1.5.0_11"
Ubuntu Gutsy Alpha5
ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux]
buildr 1.2.4
Am I doing anything wrong...
thanks.
Thilina
Compiling 165 source files in ode:bpel-runtime:compile
/home/thilina/development/ode/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/SCOPEACT.java:114:
cannot find symbol
symbol : constructor
LinkInfo(org.apache.ode.bpel.o.OLink,org.apache.ode.bpel.runtime.channels.LinkStatusChannel)
location: class org.apache.ode.bpel.runtime.LinkInfo
newframe.links.put(original.olink, new
LinkInfo(original.olink, newchannel));
^
/home/thilina/development/ode/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/SCOPEACT.java:158:
cannot find symbol
symbol : variable channel
location: class org.apache.ode.bpel.runtime.LinkInfo
_linkFrame.resolve(available).channel.linkStatus(_statuses.get(available)
&& _status);
^
/home/thilina/development/ode/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/SCOPEACT.java:172:
cannot find symbol
symbol : variable channel
location: class org.apache.ode.bpel.runtime.LinkInfo
mlset.add(new LinkStatusChannelListener(m.getValue().channel) {
^
/home/thilina/development/ode/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/SCOPEACT.java:178:
cannot find symbol
symbol : variable channel
location: class org.apache.ode.bpel.runtime.LinkInfo
_linkFrame.resolve(m.getKey()).channel.linkStatus(value && _status);
--
Thilina Gunarathne - http://thilinag.blogspot.com