You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Thomas Vandahl <tv...@apache.org> on 2009/06/02 17:54:26 UTC

Re: [GUMP@vmgump]: Project fulcrum-pool (in module turbine-fulcrum) failed

fulcrum-pool development wrote:
> The following work was performed:
> http://vmgump.apache.org/gump/public/turbine-fulcrum/fulcrum-pool/gump_work/build_turbine-fulcrum_fulcrum-pool.html
[...]
> CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/turbine-fulcrum/pool/target/classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/excalibur/framework/api/target/excalibur-framework-api-02062009.jar:/srv/gump/public/workspace/excalibur/framework/impl/target/excalibur-framework-impl-02062009.jar:/srv/gump/public/workspace/turbine-fulcrum/yaafi/target/fulcrum-yaafi-1.0.7-SNAPSHOT.jar:/srv/gump/public/workspace/turbine-fulcrum/testcontainer/target/fulcrum-testcontainer-1.0.7-SNAP
SH
>  OT.jar:/srv/gump/public/workspace/junit/dist/junit-02062009.jar:/srv/gump/public/workspace/turbine-fulcrum/factory/target/fulcrum-factory-1.0.4-SNAPSHOT.jar
> ---------------------------------------------
> public class DefaultPoolService extends AbstractLogEnabled implements PoolService, Serviceable, Disposable, Initializable, Configurable
> 
> /srv/gump/public/workspace/turbine-fulcrum/pool/src/java/org/apache/fulcrum/pool/DefaultPoolService.java:[55,83] cannot find symbol
> symbol: class Serviceable
> public class DefaultPoolService extends AbstractLogEnabled implements PoolService, Serviceable, Disposable, Initializable, Configurable
> 
> /srv/gump/public/workspace/turbine-fulcrum/pool/src/java/org/apache/fulcrum/pool/DefaultPoolService.java:[55,96] cannot find symbol
> symbol: class Disposable
> public class DefaultPoolService extends AbstractLogEnabled implements PoolService, Serviceable, Disposable, Initializable, Configurable
> 
> /srv/gump/public/workspace/turbine-fulcrum/pool/src/java/org/apache/fulcrum/pool/DefaultPoolService.java:[55,108] cannot find symbol
> symbol: class Initializable
> public class DefaultPoolService extends AbstractLogEnabled implements PoolService, Serviceable, Disposable, Initializable, Configurable
> 
> /srv/gump/public/workspace/turbine-fulcrum/pool/src/java/org/apache/fulcrum/pool/DefaultPoolService.java:[55,123] cannot find symbol
> symbol: class Configurable
> public class DefaultPoolService extends AbstractLogEnabled implements PoolService, Serviceable, Disposable, Initializable, Configurable
> 
> /srv/gump/public/workspace/turbine-fulcrum/pool/src/java/org/apache/fulcrum/pool/DefaultPoolService.java:[288,12] cannot find symbol
> symbol  : class ServiceManager
> location: class org.apache.fulcrum.pool.DefaultPoolService
> 
> /srv/gump/public/workspace/turbine-fulcrum/pool/src/java/org/apache/fulcrum/pool/DefaultPoolService.java:[575,26] cannot find symbol
> symbol  : class Configuration
> location: class org.apache.fulcrum.pool.DefaultPoolService
> 
> /srv/gump/public/workspace/turbine-fulcrum/pool/src/java/org/apache/fulcrum/pool/DefaultPoolService.java:[612,24] cannot find symbol
> symbol  : class ServiceManager
> location: class org.apache.fulcrum.pool.DefaultPoolService
> 
> /srv/gump/public/workspace/turbine-fulcrum/pool/src/java/org/apache/fulcrum/pool/DefaultPoolService.java:[577,14] cannot find symbol
> symbol  : class Configuration
> location: class org.apache.fulcrum.pool.DefaultPoolService
> 
> /srv/gump/public/workspace/turbine-fulcrum/pool/src/java/org/apache/fulcrum/pool/DefaultPoolService.java:[580,12] cannot find symbol
> symbol  : class Configuration
> location: class org.apache.fulcrum.pool.DefaultPoolService
> 
> /srv/gump/public/workspace/turbine-fulcrum/pool/src/java/org/apache/fulcrum/pool/DefaultPoolService.java:[587,12] cannot find symbol
> symbol  : class Configuration
> location: class org.apache.fulcrum.pool.DefaultPoolService

Why does that happen? I can see the excalibur-api is in the classpath?!

Your help is appreciated.

Bye, Thomas.


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


Re: [GUMP@vmgump]: Project fulcrum-pool (in module turbine-fulcrum) failed

Posted by Thomas Vandahl <tv...@apache.org>.
Stefan Bodewig wrote:
> OTOH, classpath is completely irrelevant when you use mvn, only the
> stuff that is in your POM matters.  I don't see a dependency on Avalon
> in http://svn.apache.org/viewvc/turbine/fulcrum/trunk/pool/pom.xml or
> http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parent/pom.xml
> which makes me wonder why fulcrum-pool would build for you locally.

Because it gets the avalon-api as a transient dependency for example
from YAAFI or from fulcrum-factory. Wonder why that doesn't work with Gump?

In any case, you are completely right. I need to add the dependency.
Will commit soon.

Thanks for the support,
Bye, Thomas.

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


Re: [GUMP@vmgump]: Project fulcrum-pool (in module turbine-fulcrum) failed

Posted by Stefan Bodewig <bo...@apache.org>.
On 2009-06-02, Thomas Vandahl <tv...@apache.org> wrote:

> Why does that happen? I can see the excalibur-api is in the classpath?!

Yes, it is and it should contain the packages you import.

OTOH, classpath is completely irrelevant when you use mvn, only the
stuff that is in your POM matters.  I don't see a dependency on Avalon
in http://svn.apache.org/viewvc/turbine/fulcrum/trunk/pool/pom.xml or
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parent/pom.xml
which makes me wonder why fulcrum-pool would build for you locally.

Stefan

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