Nope. One was there but it was too small and could not be opened by Ark. So must be corrupted. Maybe times out on download.

Tried "maven m:default -Dmodules=transaction" several times and the download of howl-logger-0.1.8.jar failed every time.

Trying to open http://www.ibiblio.org/maven/howl/jars/ manually in a browser took over a minute and there was no howl-logger-0.1.8.jar there. Pretty useless.

Trying to open http://openejb.codehaus.org/maven/howl/jars/ manually in a browser took only a few seconds and there was a howl-logger-0.1.8.jar there. Manually copied it to .maven/repository/howl/jars.

Subsequently, the Transaction module built OK and passed the tests.

Thanks for the tip, David.

David Jencks wrote:

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;








Reply via email to