sorry if it's wrong here, but have a problem to build geronimo.
when i simply call "maven" as suggested in the README i can't compile the
java sources. when i change to modues/core, i can compile the sources an run
the tests.
following first part of the messages:
[EMAIL PROTECTED]:~/apache-projects/incubator-geronimo> maven
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-beta-10
java:prepare-filesystem:
java:compile:
[echo] Compiling to
/home/bowi/apache-projects/incubator-geronimo/target/classes
[javac] Compiling 177 source files to
/home/bowi/apache-projects/incubator-geronimo/target/classes
/home/bowi/apache-projects/incubator-geronimo/modules/core/src/java/org/apache/geronimo/common/AbstractComponent.java:59:
package org.apache.commons.logging does not exist
import org.apache.commons.logging.Log;
any suggestions ?
thanks,
Bodo