Now, I get this failure:
[INFO] Executing tasks
[unzip] Expanding: C:\g\modules\geronimo-j2ee-builder\target\test-ear-javaee
_5.ear into C:\g\modules\geronimo-j2ee-builder\target\test-ear-javaee_5-unpacked
.ear
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error executing ant tasks
Embedded error: Error while expanding C:\g\modules\geronimo-j2ee-builder\target\
test-ear-javaee_5.ear
C:\g\modules\geronimo-j2ee-builder\target\test-ear-javaee_5.ear (The system cann
ot find the file specified.)
On 2/9/07, Ted Kirby <[EMAIL PROTECTED]> wrote:
From head 505174, I was getting this error:
Compiling 89 source files to C:\g\modules\geronimo-connector\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
C:\g\modules\geronimo-connector\src\main\java\org\apache\geronimo\connector\outbound\GeronimoConnectionEventListener.java:[28,34]
package org.apache.commons.logging does not exist
C:\g\modules\geronimo-connector\src\main\java\org\apache\geronimo\connector\outbound\Gero
I added the dependency to C:\g\modules\geronimo-connector\pom.xml, and
was able to progress:
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>