Do you have a valid copy of howl-logger-0.1.8.jar in your local maven
repo? Maybe the download got messed up.
(I think this is the current version for geronimo head anyway :-)
thanks
david jencks
On Dec 14, 2004, at 12:23 PM, Craig Johannsen wrote:
Executed "maven m:fresh-checkout" and then "maven m:rebuild-all".
Build failed in Transaction module:
/home/craigj/geronimo/modules/transaction/src/java/org/apache/
geronimo/transaction/log/HOWLLog.java:41: package
org.objectweb.howl.log does not exist
import org.objectweb.howl.log.Configuration;
^
/home/craigj/geronimo/modules/transaction/src/java/org/apache/
geronimo/transaction/log/HOWLLog.java:42: package
org.objectweb.howl.log does not exist
import org.objectweb.howl.log.LogClosedException;
^
/home/craigj/geronimo/modules/transaction/src/java/org/apache/
geronimo/transaction/log/HOWLLog.java:43: package
org.objectweb.howl.log does not exist
import org.objectweb.howl.log.LogConfigurationException;
^
/home/craigj/geronimo/modules/transaction/src/java/org/apache/
geronimo/transaction/log/HOWLLog.java:44: package
org.objectweb.howl.log does not exist
import org.objectweb.howl.log.LogFileOverflowException;
^
/home/craigj/geronimo/modules/transaction/src/java/org/apache/
geronimo/transaction/log/HOWLLog.java:45: package
org.objectweb.howl.log does not exist
import org.objectweb.howl.log.LogRecord;
^
/home/craigj/geronimo/modules/transaction/src/java/org/apache/
geronimo/transaction/log/HOWLLog.java:46: package
org.objectweb.howl.log does not exist
import org.objectweb.howl.log.LogRecordSizeException;
^
/home/craigj/geronimo/modules/transaction/src/java/org/apache/
geronimo/transaction/log/HOWLLog.java:47: package
org.objectweb.howl.log does not exist
import org.objectweb.howl.log.LogRecordType;