You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Gump Integration Build <de...@avalon.apache.org> on 2003/02/10 11:08:18 UTC

[GUMP] Build Failure - excalibur-instrument-client

----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2003-02-10/excalibur-instrument-client.html>
----------------------------------------------------

Buildfile: build.xml
Caught exception (org.apache.tools.ant.BuildException) while expanding tools.class.path: /home/rubys/jakarta/jakarta-site/lib not found.

dependencies:

compile:
    [javac] Compiling 23 source files to /home/rubys/jakarta/avalon-excalibur/instrument-client/build/classes
    [javac] /home/rubys/jakarta/avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client/InstrumentManagerConnection.java:40: cannot resolve symbol
    [javac] symbol  : class DefaultConnectionListener 
    [javac] location: package impl
    [javac] import org.apache.excalibur.altrmi.client.impl.DefaultConnectionListener;
    [javac]                                                ^
    [javac] /home/rubys/jakarta/avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client/InstrumentManagerConnection.java:367: cannot resolve symbol
    [javac] symbol  : class DefaultConnectionListener 
    [javac] location: class org.apache.excalibur.instrument.client.InstrumentManagerConnection
    [javac]         altrmiHostContext.setConnectionListener( new DefaultConnectionListener( 0 ) );
    [javac]                                                      ^
    [javac] Note: /home/rubys/jakarta/avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client/InstrumentManagerConnection.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 2 errors

BUILD FAILED
file:///home/rubys/jakarta/avalon-excalibur/instrument-client/build.xml:67: Compile failed; see the compiler error output for details.

Total time: 4 seconds

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: [GUMP] Build Failure - excalibur-instrument-client

Posted by Leo Simons <le...@apache.org>.
Gump Integration Build wrote:
> compile:
>     [javac] Compiling 23 source files to /home/rubys/jakarta/avalon-excalibur/instrument-client/build/classes
>     [javac] /home/rubys/jakarta/avalon-excalibur/instrument-client/src/java/org/apache/excalibur/instrument/client/InstrumentManagerConnection.java:40: cannot resolve symbol
>     [javac] symbol  : class DefaultConnectionListener 
>     [javac] location: package impl
>     [javac] import org.apache.excalibur.altrmi.client.impl.DefaultConnectionListener;

we should make altrmi an optional dependency I guess?

- Leo



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org