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
--
Kristian Köhler