You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Niclas Hedhman <ni...@hedhman.org> on 2004/05/27 07:44:57 UTC

Re: [GUMP@brutus]: avalon-excalibur/excalibur-instrument failed

On Thursday 27 May 2004 04:39, Gump Integration Build wrote:

> CLASSPATH :
<snip/>
>/usr/local/gump/public/workspace/avalon/frame
>work/api/target/avalon-framework-api-20040526.jar:/usr/local/gump/public/wor
>kspace/avalon/framework/impl/target/avalon-framework-impl-20040526.jar

<snip />

> [javac]
> /usr/local/gump/public/workspace/avalon-excalibur/instrument/src/java/org/a
>pache/excalibur/instrument/AbstractLogEnabledInstrumentable.java:22: package
> org.apache.avalon.framework.logger does not exist [javac] import
> org.apache.avalon.framework.logger.AbstractLogEnabled; [javac]             


I have no clue how this can happen.
AbstractLogEnabled is possibly the most used class in Avalon, and is part of 
avalon-framework.api.jar (in classpath), and yet Javac fails.


Niclas
-- 
   +------//-------------------+
  / http://www.bali.ac        /
 / http://niclas.hedhman.org / 
+------//-------------------+


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [GUMP@brutus]: avalon-excalibur/excalibur-instrument failed

Posted by "Adam R. B. Jack" <aj...@trysybase.com>.
> I have no clue how this can happen.
> AbstractLogEnabled is possibly the most used class in Avalon, and is part
of
> avalon-framework.api.jar (in classpath), and yet Javac fails.

When you mark a dependency as optional, and it fails to build, the dependee
still gets built. As such, it ought be optional. :-)

Some annotations (read the last one):

      Info Sole jar [excalibur-instrument-20040526.jar] identifier set to
project name
      Info Dependency on avalon-framework exists, no need to add for
property avalon-framework.jar.
      Info Dependency on junit exists, no need to add for property
junit.jar.
      Info Dependency on checkstyle exists, no need to add for property
checkstyle.jar.
      Info Optional dependency checkstyle prerequisite failed with reason
build failed
      Info Optional dependency avalon-framework prerequisite failed with
reason build failed


See
http://cvs.apache.org/viewcvs.cgi/gump/project/avalon-excalibur.xml?view=markup

 <project name="excalibur-instrument">
 ...
        <!-- optional dependencies -->
        <option project="avalon-framework" runtime="true" id="combined"/>
        <option project="checkstyle" inherit="runtime"/>


regards,

Adam


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


Re: [GUMP@brutus]: avalon-excalibur/excalibur-instrument failed

Posted by "Adam R. B. Jack" <aj...@trysybase.com>.
> I have no clue how this can happen.
> AbstractLogEnabled is possibly the most used class in Avalon, and is part
of
> avalon-framework.api.jar (in classpath), and yet Javac fails.

When you mark a dependency as optional, and it fails to build, the dependee
still gets built. As such, it ought be optional. :-)

Some annotations (read the last one):

      Info Sole jar [excalibur-instrument-20040526.jar] identifier set to
project name
      Info Dependency on avalon-framework exists, no need to add for
property avalon-framework.jar.
      Info Dependency on junit exists, no need to add for property
junit.jar.
      Info Dependency on checkstyle exists, no need to add for property
checkstyle.jar.
      Info Optional dependency checkstyle prerequisite failed with reason
build failed
      Info Optional dependency avalon-framework prerequisite failed with
reason build failed


See
http://cvs.apache.org/viewcvs.cgi/gump/project/avalon-excalibur.xml?view=markup

 <project name="excalibur-instrument">
 ...
        <!-- optional dependencies -->
        <option project="avalon-framework" runtime="true" id="combined"/>
        <option project="checkstyle" inherit="runtime"/>


regards,

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org