Re: [GUMP@brutus]: james-server/james-server failed

2004-07-06 Thread Stephen McConnell
Gump Build Robot wrote:
snip
 -INFO- Failed with reason build failed
snip
CLASSPATH : 
snip
/usr/local/gump/packages/phoenix-client.jar:
/snip
-
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:95)
at org.apache.tools.ant.Task.perform(Task.java:366)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:133)
at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:91)
at org.apache.tools.ant.Main.runBuild(Main.java:658)
at org.apache.tools.ant.Main.startAnt(Main.java:188)
at org.apache.tools.ant.Main.start(Main.java:151)
at org.apache.tools.ant.Main.main(Main.java:241)
Caused by: java.lang.ClassNotFoundException: 
org.apache.avalon.phoenix.tools.xdoclet.PhoenixXDoclet
However - normally speaking the PhoenixXDoclet class is part of the 
phoenix-client jar file.  Could someone please check if the jar file 
referenced by /usr/local/gump/packages/phoenix-client.jar actually 
contains org.apache.avalon.phoenix.tools.xdoclet.PhoenixXDoclet.

Thanks, Steve.
--
|---|
| Magic by Merlin   |
| Production by Avalon  |
|   |
| http://avalon.apache.org  |
|---|
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [GUMP@brutus]: james-server/james-server failed

2004-07-06 Thread Stefan Bodewig
On Tue, 06 Jul 2004, Stephen McConnell [EMAIL PROTECTED] wrote:

 snip
 
 /usr/local/gump/packages/phoenix-client.jar:
 
 /snip

This file doesn't exist on brutus and I don't know why it should or
how it gets into James' CLASSPATH.  Brutus' website is currently
non-functional, sorry.

There should be a phoenix-client.jar created by the avalon-phoenix
project.  Unfortunately there is either currently a Gump instance
running or it failed to build last time, there is no jar right now.

On my own Gump installation (still traditional):

$ zip -Tv /javastuff/gump/avalon-phoenix/target/lib/phoenix-client.jar | fgrep -i 
xdoclet
$

no XDoclet related classes in phoenix-client.jar.  In particular:

$ find /javastuff/gump/avalon-phoenix/ -name PhoenixXDoclet\* -print

comes up empty as well.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]