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

2004-07-08 Thread Noel J. Bergman
> > Caused by: java.lang.ClassNotFoundException:
> > org.apache.avalon.phoenix.tools.xdoclet.PhoenixXDoclet

> 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.

I don't know what is in /usr/local/gump/packages, but *OUR* jar file
contains:

 $ /usr/local/java/bin/jar tvf phoenix-client.jar  | grep doclet
  0 Sun Oct 20 21:19:40 EDT 2002
org/apache/avalon/phoenix/tools/xdoclet/
   3668 Sun Oct 20 21:19:40 EDT 2002
org/apache/avalon/phoenix/tools/xdoclet/blockinfo.xdt
   1657 Sun Oct 20 21:19:40 EDT 2002
org/apache/avalon/phoenix/tools/xdoclet/BlockInfoSubTask.class
294 Sun Oct 20 21:19:40 EDT 2002
org/apache/avalon/phoenix/tools/xdoclet/manifest.xdt
   1851 Sun Oct 20 21:19:40 EDT 2002
org/apache/avalon/phoenix/tools/xdoclet/ManifestSubTask.class
   2546 Sun Oct 20 21:19:40 EDT 2002
org/apache/avalon/phoenix/tools/xdoclet/mxinfo.xdt
   1590 Sun Oct 20 21:19:40 EDT 2002
org/apache/avalon/phoenix/tools/xdoclet/MxInfoSubTask.class
   1795 Sun Oct 20 21:19:40 EDT 2002
org/apache/avalon/phoenix/tools/xdoclet/PhoenixXDoclet.class

HTH.

--- Noel


-
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 Stephen McConnell
Stefan Bodewig wrote:
On Tue, 06 Jul 2004, Stephen McConnell <[EMAIL PROTECTED]> wrote:


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


This file doesn't exist on brutus 
I should exist i gump - the phoenix project is dead and the supporting 
jars should be immutible artifacts servered up by gump for those few 
dedicated projects that havn't seen the light.

When the site come back you should see phoenix-client as one of those 
"here-it-is-not-built-by-gump-jars".

and I don't know why it should or
how it gets into James' CLASSPATH.  Brutus' website is currently
non-functional, sorry.
*sigh*
I know!

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.
Then my guess is that something is wrong in the definitions somewhere.
The phoenix-client.jar should be a static artifact.
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:

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

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]



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

2004-07-06 Thread Stephen McConnell
Gump Build Robot wrote:

 -INFO- Failed with reason build failed

CLASSPATH : 

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

-
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]