Hi Kristian,
Afraid things seem to have got worse, After following instructions below I now can't even build, I'm getting the following error
test:test:
[junit] Running org.apache.geronimo.remoting.MarshalingInterceptorsTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 1.612 sec
[junit] Running org.apache.geronimo.remoting.RemotingInterceptorsTest
[junit] Tests run: 8, Failures: 0, Errors: 1, Time elapsed: 63.992 sec
[junit] [ERROR] TEST org.apache.geronimo.remoting.RemotingInterceptorsTest FAILED
[junit] Running org.apache.geronimo.remoting.transport.AsyncTransportTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.003 sec
I'll try checking out and building again to make sure I haven't done anything wrong.
Colin
Kristian Köhler wrote:
Hi
it works for me. Please try:
maven clean
maven
maven run:main
Hope this helps.
Kristian
Colin Chalmers wrote:
If I use
maven run:main
I get said error message
if I use
maven run
I get another concerning twiddle
:-(
Colin
David Jencks wrote:
Just to check, are you trying to start using
maven run:main
rather than
maven run
(which has always failed for me, but with a different problem than you are seeing)
thanks david jencks
On Saturday, January 10, 2004, at 01:38 AM, Colin Chalmers wrote:
Hi Jacek,
Thx for the reply please see my answers below. For the sake of completeness I'm using the following
1. Geronimo code from two days ago. 2. Maven RC1 3. Java 1.4.1_02-b6
Do you see any exceptions, etc. while building Geronimo?
No don't recall seeing any exceptions whilst building.
It seems as LocalEntityResolver is not ready to be deployed, i.e. the class is not on classpath (classspace).
This class does appear to have built correctly and is present in the Core Jar file
When Geronimo can't get at static method of GMBean - getGeronimoMBeanInfo - it looks for a descriptor and in our case simply fails (expected behaviour as the file does not exist).
Anything else I can check/change/Add???
Colin