finishing the mail.. You probably already know that Openejb2 can now be built by just mvn clean install. I do not have access to IBM JDK..
Thanks Anita --- anita kulshreshtha <[EMAIL PROTECTED]> wrote: > The trunk has been updated to use 2.3-incubating-SNAPSHOT version > of > openejb2. The openejb2 can be built just by > mvn -o cle > --- Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote: > > > Donald, > > > > I tried building trunk using IBM JDK 1.5.0 sometime ago and ran > into > > problems in the following modules/apps and assemblies. > > > > modules\geronimo-connector > > modules\geronimo-j2ee-builder > > applications\geronimo-uddi-db > > assemblies\geronimo-boilerplate-minimal > > assemblies\geronimo-boilerplate-j2ee > > assemblies\geronimo-framework > > assemblies\geronimo-tomcat-j2ee > > assemblies\geronimo-tomcat-minimal > > assemblies\geronimo-jetty-j2ee > > assemblies\geronimo-jetty-minimal > > > > modules\geronimo-connector gives compilation errors like > > > C:\GTRUNK\modules\geronimo-connector\src\main\java\org\apache\geronimo\connector\outbound\GeronimoConnectionEventListener.java:[28,34] > > package org.apache.commons.logging does not exist. > > > > I got past this error by commenting out the following in pom.xml > > > > <exclusions> > > <exclusion> > > <groupId>commons-logging</groupId> > > <artifactId>commons-logging</artifactId> > > </exclusion> > > </exclusions> > > > > modules\geronimo-j2ee-builder gave the following error. > > [INFO] Executing tasks > > [mkdir] Created dir: > > C:\GTRUNK\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4- > > unpacked.ear > > [unzip] Expanding: > > > C:\GTRUNK\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear > > into > > C:\GTRUNK\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4- > > unpacked.ear > > [INFO] > > > ------------------------------------------------------------------------ > > [ERROR] BUILD ERROR > > [INFO] > > > ------------------------------------------------------------------------ > > [INFO] Error executing ant tasks > > > > Embedded error: Error while expanding > > > C:\GTRUNK\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear > > > C:\GTRUNK\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear > > (The > > system cannot find the file specified.) > > > > applications\geronimo-uddi-db gave the following error. > > [INFO] > > > ------------------------------------------------------------------------ > > [ERROR] BUILD ERROR > > [INFO] > > > ------------------------------------------------------------------------ > > [INFO] Error executing ant tasks > > > > Embedded error: Unable to delete file > > > C:\GTRUNK\applications\geronimo-uddi-db\target\classes\META-INF\geronimo-uddi-db\var\derby\UddiDatabase\db.lck > > > > assemblies gave the following error > > [INFO] Executing tasks > > [mkdir] Created dir: > > C:\GTRUNK\assemblies\geronimo-boilerplate-minimal\target\ > > classes\schema > > [INFO] > > > ------------------------------------------------------------------------ > > [ERROR] BUILD ERROR > > [INFO] > > > ------------------------------------------------------------------------ > > [INFO] Error executing ant tasks > > > > Embedded error: > > C:\GTRUNK\assemblies\geronimo-boilerplate-minimal\target\scratch\s > > chema not found. > > > > --vamsi > > > > On 11/28/06, Donald Woods <[EMAIL PROTECTED]> wrote: > > > > > > I finally got Rev479804 to build on WinXP with a clean m2 repo, > > using > > > Sun Java 1.5.0_09, Maven 2.0.4 with the default .m2 location and > > the > > > source was on a NTFS drive with a path of e:\g20\server\ > > > > > > I'll have to investigate why building with the IBM 1.5.0 SR3 SDK > > fails > > > and generates a lot of Maven warnings like the following - > > > [WARNING] Component returned which is not the same manager. > > Ignored. > > > component= > > > > > > [EMAIL PROTECTED] > > > [WARNING] Component returned which is not the same manager. > > Ignored. > > > component= > > > > > > [EMAIL PROTECTED] > > > > > > > > > -Donald > > > > > > Christopher M. Cardona wrote: > > > > FYI, I was able to build trunk (rev. 478237) successfully this > > morning: > > > > mvn clean install > > > > > > > > Best wishes, > > > > chris > > > > > > > > > > > > anita kulshreshtha wrote: > > > >> Did you get past this problem? I and others have not > > encountered > > > >> this problem.. > > > >> > > > >> Thanks > > > >> Anita > > > >> --- Donald Woods <[EMAIL PROTECTED]> wrote: > > > >> > > > >> > > > >>> I'm getting the following j2ee-builder error with a clean > repo > > and > > > >>> using the following cmdline to build trunk Rev477664 from > this > > > morning. > > > >>> > > > >>> mvn -Dstage=bootstrap -Dmaven.test.skip=true clean install > > > >>> > > > >>> > > > >>> [INFO] > > > >>> > > > >> > > > > > > ---------------------------------------------------------------------------- > > > >> > > > >> > > > >>> [INFO] Building Geronimo :: J2EE :: Builder > > > >>> [INFO] task-segment: [clean, install] > > > >>> [INFO] > > > >>> > > > >> > > > > > > ---------------------------------------------------------------------------- > > > >> > > > >> > > > >>> Downloading: > > > >>> > > > >> > > > > > > http://repository.codehaus.org/org/codehaus/mojo/dependency-maven-plugin/1.0/dependency-maven-plugin-1.0.pom > > > >> > > > >> > > > >>> [WARNING] Unable to get resource from repository codehaus > > > >>> (http://repository.codehaus.org) > > > >>> Downloading: > > > >>> > > > >> > > > > > > http://repo1.maven.org/maven2/org/codehaus/mojo/dependency-maven-plugin/1.0/dependency-maven-plugin-1.0.pom > > > >> > > > >> > > > >>> 2K downloaded > > > >>> Downloading: > > > >>> > > http://repository.codehaus.org/org/codehaus/mojo/mojo/5/mojo-5.pom > > > >>> [WARNING] Unable to get resource from repository codehaus > > > >>> (http://repository.codehaus.org) > > > >>> Downloading: > > > >>> > > http://repo1.maven.org/maven2/org/codehaus/mojo/mojo/5/mojo-5.pom > > > >>> 4K downloaded > === message truncated === ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com
