You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by Thilina Gunarathne <cs...@gmail.com> on 2007/10/01 21:46:53 UTC

Compile Errors in the latest SVN Head.

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

Re: Compile Errors in the latest SVN Head.

Posted by Thilina Gunarathne <cs...@gmail.com>.
Great.. That's what I wanted.

thanks,
Thilina

On 10/2/07, Alex Boisvert <bo...@intalio.com> wrote:
> On 10/2/07, Thilina Gunarathne <cs...@gmail.com> wrote:
> >
> > But I'm still struggling  to get the full package created. The build
> > gets stuck when generating java docs. Only the source and doc dists
> > get created.
> >
> > 1 error
> > 1220 warnings
> > rake aborted!
> > Failed to generate Javadocs, see errors above
> >
> > Is there a swtich to turn off the java doc generation?
>
>
> "rake ode:package"
>
> will simply build all the .jars, .wars, and .zip for JBI deployment.  It
> will not generate the distros (and therefore not the javadoc).
>
> alex
>


-- 
Thilina Gunarathne  - http://thilinag.blogspot.com

Re: Compile Errors in the latest SVN Head.

Posted by Alex Boisvert <bo...@intalio.com>.
On 10/2/07, Thilina Gunarathne <cs...@gmail.com> wrote:
>
> But I'm still struggling  to get the full package created. The build
> gets stuck when generating java docs. Only the source and doc dists
> get created.
>
> 1 error
> 1220 warnings
> rake aborted!
> Failed to generate Javadocs, see errors above
>
> Is there a swtich to turn off the java doc generation?


"rake ode:package"

will simply build all the .jars, .wars, and .zip for JBI deployment.  It
will not generate the distros (and therefore not the javadoc).

alex

Re: Compile Errors in the latest SVN Head.

Posted by Thilina Gunarathne <cs...@gmail.com>.
Hi,
I got an update last night and a compile build ran well... Thanks a
lot for the support..

I still see some compile errors when compiling APT generated classes.
But those errors does not seem to hurt the build. (but that's ugly :(
)... Also my eclipse project does not show those errors.

But I'm still struggling  to get the full package created. The build
gets stuck when generating java docs. Only the source and doc dists
get created.

1 error
1220 warnings
rake aborted!
Failed to generate Javadocs, see errors above

Is there a swtich to turn off the java doc generation?

thanks,
Thilina

On 10/1/07, Alex Boisvert <bo...@intalio.com> wrote:
> The trunk builds fine for me with a clean checkout and "rake package
> TEST=no"
>
> Double-check that you have JAVA_HOME pointing to JDK 1.5+ and that you don't
> have any of the GCJ binaries in your PATH, such as "java", "javac", "apt",
> ...
>
> alex
>
>
> On 10/1/07, Thilina Gunarathne <cs...@gmail.com> wrote:
> >
> > Thank a lot for the quick response...
> >
> > Actually I'm trying to build a fresh checkout (first time!!).
> > I even tried with "rake clean compile", but it failed. Anyway I'll try
> > again.
> >
> > Is it compiling well for you??
> >
> > thanks,
> > Thilina
> >
> >
> > On 10/1/07, Maciej Szefler <mb...@intalio.com> wrote:
> > > Do an update and clean (important). Some files have changed that buildr
> > > sometimes forgets to build.
> > > -mbs
> > >
> > > On 10/1/07, Thilina Gunarathne <cs...@gmail.com> wrote:
> > > >
> > > > 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
> > > >
> > >
> >
> >
> > --
> > Thilina Gunarathne  - http://thilinag.blogspot.com
> >
>


-- 
Thilina Gunarathne  - http://thilinag.blogspot.com

Re: Compile Errors in the latest SVN Head.

Posted by Alex Boisvert <bo...@intalio.com>.
The trunk builds fine for me with a clean checkout and "rake package
TEST=no"

Double-check that you have JAVA_HOME pointing to JDK 1.5+ and that you don't
have any of the GCJ binaries in your PATH, such as "java", "javac", "apt",
...

alex


On 10/1/07, Thilina Gunarathne <cs...@gmail.com> wrote:
>
> Thank a lot for the quick response...
>
> Actually I'm trying to build a fresh checkout (first time!!).
> I even tried with "rake clean compile", but it failed. Anyway I'll try
> again.
>
> Is it compiling well for you??
>
> thanks,
> Thilina
>
>
> On 10/1/07, Maciej Szefler <mb...@intalio.com> wrote:
> > Do an update and clean (important). Some files have changed that buildr
> > sometimes forgets to build.
> > -mbs
> >
> > On 10/1/07, Thilina Gunarathne <cs...@gmail.com> wrote:
> > >
> > > 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
> > >
> >
>
>
> --
> Thilina Gunarathne  - http://thilinag.blogspot.com
>

Re: Compile Errors in the latest SVN Head.

Posted by Thilina Gunarathne <cs...@gmail.com>.
Thank a lot for the quick response...

Actually I'm trying to build a fresh checkout (first time!!).
I even tried with "rake clean compile", but it failed. Anyway I'll try again.

Is it compiling well for you??

thanks,
Thilina


On 10/1/07, Maciej Szefler <mb...@intalio.com> wrote:
> Do an update and clean (important). Some files have changed that buildr
> sometimes forgets to build.
> -mbs
>
> On 10/1/07, Thilina Gunarathne <cs...@gmail.com> wrote:
> >
> > 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
> >
>


-- 
Thilina Gunarathne  - http://thilinag.blogspot.com

Re: Compile Errors in the latest SVN Head.

Posted by Maciej Szefler <mb...@intalio.com>.
Do an update and clean (important). Some files have changed that buildr
sometimes forgets to build.
-mbs

On 10/1/07, Thilina Gunarathne <cs...@gmail.com> wrote:
>
> 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
>