Re: Building the new trunk

2006-11-28 Thread Donald Woods
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.
[EMAIL PROTECTED]
[WARNING] Component returned which is not the same manager. Ignored.
[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
Downloading:

http://repository.codehaus.org/org/codehaus/mojo/dependency-maven-plugin/1.0/dependency-maven-plugin-1.0.jar 

 
[WARNING] Unable to get resource from repository codehaus 
(http://repository.cod

ehaus.org)
Downloading:

http://repo1.maven.org/maven2/org/codehaus/mojo/dependency-maven-plugin/1.0/dependency-maven-plugin-1.0.jar 

 

15K downloaded
[INFO] [clean:clean]
[INFO] Deleting directory
E:\g20\server\modules\geronimo-j2ee-builder\target
[INFO] Deleting directory 
E:\g20\server\modules\geronimo-j2ee-builder\target\classes
[INFO] Deleting directory 
E:\g20\server\modules\geronimo-j2ee-builder\target\test-classes

[INFO] [tools:require-java-version {execution:
validate-java-version}]
[INFO] [xmlbeans:xmlbeans {execution: default}]
Time to build schema type system: 0.281 seconds
Time to generate code: 0.609 seconds
Time to compile code: 2.547 seconds
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: 
E:\g20\server\modules\geronimo-j2ee-builder\target\classes\META-INF
[INFO] Copying 2 files to 
E:\g20\server\modules\geronimo-j2ee-builder\target\classes\META-INF

[INFO] [antrun:run {execution: generate-resources}]
[INFO] Executing tasks
 [mkdir] Created dir: 
E:\g20\server\modules\geronimo-j2ee-builder\target\clover\classes
  [copy] Copying 37 files to 
E:\g20\server\modules\geronimo-j2ee-builder\target\clover\classes

[INFO] Executed tasks
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 21 source files to 
E:\g20\server\modules\geronimo-j2ee-builder\target\classes

[INFO] [antrun:run {execution: unpack-test-deployments}]
[INFO] Executing tasks
 [mkdir] Created dir:

E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4-unpacked.ear 

 

 [unzip] Expanding:


E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear
 

into

E:\g20\server\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


E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear
  
E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear
 

(The system cannot find the file specified.)



I tried manually building the testsupport\ directory and then
modules\ with the following cmdline -
mvn install
but that didn't fix the above error either...


-Donald

anita kulshreshtha wrote:
   

  I am using manual build process to build the trunk, mvn
-Dstage=bootstrap should also work. It is not necessary to build
openejb2 with 1.2-SNAPSHOT jars. The openejb2 can be built using
mvn -o -DgeronimoVersion=2.0-SNAPSHOT clean install
 
Thanks

Anita


 

  

Re: Building the new trunk

2006-11-28 Thread Vamsavardhana Reddy

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
   groupIdcommons-logging/groupId
   artifactIdcommons-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
 Downloading:


http://repository.codehaus.org/org/codehaus/mojo/dependency-maven-plugin/1.0/dependency-maven-plugin-1.0.jar


 [WARNING] Unable to get resource from repository codehaus
 (http://repository.cod
 ehaus.org)
 Downloading:



Re: Building the new trunk

2006-11-28 Thread anita kulshreshtha
  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
 groupIdcommons-logging/groupId
 artifactIdcommons-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
   

Re: Building the new trunk

2006-11-28 Thread anita kulshreshtha
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
  groupIdcommons-logging/groupId
  artifactIdcommons-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 

Re: Building the new trunk

2006-11-28 Thread Matt Hogstrom

Do you use Linux or Windows ?

If you use Linux you can get it from:

http://www-128.ibm.com/developerworks/java/jdk/linux/download.html


If your on Windows I think you're right :-)


On Nov 28, 2006, at 2:43 PM, anita kulshreshtha wrote:


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
groupIdcommons-logging/groupId
artifactIdcommons-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] 
200a20



-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

Re: Building the new trunk

2006-11-22 Thread anita kulshreshtha
   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
 Downloading: 

http://repository.codehaus.org/org/codehaus/mojo/dependency-maven-plugin/1.0/dependency-maven-plugin-1.0.jar
 [WARNING] Unable to get resource from repository codehaus 
 (http://repository.cod
 ehaus.org)
 Downloading: 

http://repo1.maven.org/maven2/org/codehaus/mojo/dependency-maven-plugin/1.0/dependency-maven-plugin-1.0.jar
 15K downloaded
 [INFO] [clean:clean]
 [INFO] Deleting directory
 E:\g20\server\modules\geronimo-j2ee-builder\target
 [INFO] Deleting directory 
 E:\g20\server\modules\geronimo-j2ee-builder\target\classes
 [INFO] Deleting directory 
 E:\g20\server\modules\geronimo-j2ee-builder\target\test-classes
 [INFO] [tools:require-java-version {execution:
 validate-java-version}]
 [INFO] [xmlbeans:xmlbeans {execution: default}]
 Time to build schema type system: 0.281 seconds
 Time to generate code: 0.609 seconds
 Time to compile code: 2.547 seconds
 [INFO] [tools:copy-legal-files {execution: install-legal-files}]
 [INFO] Created dir: 
 E:\g20\server\modules\geronimo-j2ee-builder\target\classes\META-INF
 [INFO] Copying 2 files to 
 E:\g20\server\modules\geronimo-j2ee-builder\target\classes\META-INF
 [INFO] [antrun:run {execution: generate-resources}]
 [INFO] Executing tasks
  [mkdir] Created dir: 
 E:\g20\server\modules\geronimo-j2ee-builder\target\clover\classes
   [copy] Copying 37 files to 
 E:\g20\server\modules\geronimo-j2ee-builder\target\clover\classes
 [INFO] Executed tasks
 [INFO] [resources:resources]
 [INFO] Using default encoding to copy filtered resources.
 [INFO] [compiler:compile]
 Compiling 21 source files to 
 E:\g20\server\modules\geronimo-j2ee-builder\target\classes
 [INFO] [antrun:run {execution: unpack-test-deployments}]
 [INFO] Executing tasks
  [mkdir] Created dir: 

E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4-unpacked.ear
  [unzip] Expanding: 

E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear
 
 into 

E:\g20\server\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 

E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear

E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear
 
 (The system cannot find the file specified.)
 
 
 
 I tried manually building the testsupport\ directory and then
 modules\ 
 with the following cmdline -
 mvn install
 but that didn't fix the above error either...
 
 
 -Donald
 
 anita kulshreshtha wrote:
I am using manual build process to build the trunk, mvn
  -Dstage=bootstrap should also work. It is not necessary to build
  openejb2 with 1.2-SNAPSHOT jars. The openejb2 can be built using
  mvn -o -DgeronimoVersion=2.0-SNAPSHOT clean install

  
  Thanks
  Anita
  
  
   
 


  Sponsored Link
  
  Mortgage rates near 39yr lows. 
  $310k for $999/mo. Calculate new payment! 
  www.LowerMyBills.com/lre
  
  
 



 

Sponsored Link

Rates near 39yr lows. $420,000 Loan for $1399/mo. 
Calcuate new payment. www.LowerMyBills.com/lre



Re: Building the new trunk

2006-11-22 Thread Christopher M. Cardona
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
Downloading: 



http://repository.codehaus.org/org/codehaus/mojo/dependency-maven-plugin/1.0/dependency-maven-plugin-1.0.jar
  
[WARNING] Unable to get resource from repository codehaus 
(http://repository.cod

ehaus.org)
Downloading: 



http://repo1.maven.org/maven2/org/codehaus/mojo/dependency-maven-plugin/1.0/dependency-maven-plugin-1.0.jar
  

15K downloaded
[INFO] [clean:clean]
[INFO] Deleting directory
E:\g20\server\modules\geronimo-j2ee-builder\target
[INFO] Deleting directory 
E:\g20\server\modules\geronimo-j2ee-builder\target\classes
[INFO] Deleting directory 
E:\g20\server\modules\geronimo-j2ee-builder\target\test-classes

[INFO] [tools:require-java-version {execution:
validate-java-version}]
[INFO] [xmlbeans:xmlbeans {execution: default}]
Time to build schema type system: 0.281 seconds
Time to generate code: 0.609 seconds
Time to compile code: 2.547 seconds
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: 
E:\g20\server\modules\geronimo-j2ee-builder\target\classes\META-INF
[INFO] Copying 2 files to 
E:\g20\server\modules\geronimo-j2ee-builder\target\classes\META-INF

[INFO] [antrun:run {execution: generate-resources}]
[INFO] Executing tasks
 [mkdir] Created dir: 
E:\g20\server\modules\geronimo-j2ee-builder\target\clover\classes
  [copy] Copying 37 files to 
E:\g20\server\modules\geronimo-j2ee-builder\target\clover\classes

[INFO] Executed tasks
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 21 source files to 
E:\g20\server\modules\geronimo-j2ee-builder\target\classes

[INFO] [antrun:run {execution: unpack-test-deployments}]
[INFO] Executing tasks
 [mkdir] Created dir: 



E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4-unpacked.ear
  
 [unzip] Expanding: 



E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear
  
into 



E:\g20\server\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 



E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear
  
E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear
  

(The system cannot find the file specified.)



I tried manually building the testsupport\ directory and then
modules\ 
with the following cmdline -

mvn install
but that didn't fix the above error either...


-Donald

anita kulshreshtha wrote:


  I am using manual build process to build the trunk, mvn
-Dstage=bootstrap should also work. It is not necessary to build
openejb2 with 1.2-SNAPSHOT jars. The openejb2 can be built using
mvn -o -DgeronimoVersion=2.0-SNAPSHOT clean install
  


Thanks
Anita


 

  


  

Sponsored Link

Mortgage rates near 39yr lows. 
$310k for $999/mo. Calculate new payment! 
www.LowerMyBills.com/lre



  




 


Sponsored Link

Rates near 39yr lows. $420,000 Loan for $1399/mo. 
Calcuate new payment. www.LowerMyBills.com/lre



  




Re: Building the new trunk

2006-11-22 Thread anita kulshreshtha
I am re-posting this message with a different subject. The original
message did not make it to the list
http://mail-archives.apache.org/mod_mbox/geronimo-dev/200611.mbox/[EMAIL 
PROTECTED]
By setting the following property in geronimo.bat I can start the
server (rev 477198, bytecode 1.4, JDK 1.5) without any exceptions. The
required class is in rt.jar. This property is not set by default.
-Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
  
http://forum.java.sun.com/thread.jspa?tstart=30forumID=34threadID=542044trange=15
   
Thanks
Anita
--- Christopher M. Cardona [EMAIL PROTECTED] 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:
 


 

Sponsored Link

Compare mortgage rates for today. 
Get up to 5 free quotes. www2.nextag.com


Re: Building the new trunk

2006-11-22 Thread anita kulshreshtha
   I am reposting this under a different subject
By setting the following property in geronimo.bat I can start the
server (rev 477198, bytecode 1.4, JDK 1.5) without any exceptions. The
required class is in rt.jar. This property is not set by default.
-Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
  
http://forum.java.sun.com/thread.jspa?tstart=30forumID=34threadID=542044trange=15
   
Thanks
Anita
--- Christopher M. Cardona [EMAIL PROTECTED] wrote:

 FYI, I was able to build trunk (rev. 478237) successfully this
 morning: 
 mvn clean install
 
 Best wishes,
 chris
 


 

Sponsored Link

Rates near 39yr lows. $510,000 Loan for $1698/mo. 
Calcuate new payment. www.LowerMyBills.com/lre


Re: Building the new trunk

2006-11-22 Thread anita kulshreshtha
reposting... 
  By setting the following property in geronimo.bat I can start the
server (rev 477198, bytecode 1.4, JDK 1.5) without any exceptions. The
required class is in rt.jar. This property is not set by default.
-Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
  
   
Thanks
Anita

--- Christopher M. Cardona [EMAIL PROTECTED] wrote:

 FYI, I was able to build trunk (rev. 478237) successfully this
 morning: 
 mvn clean install
 
 Best wishes,
 chris
 
 



 

Sponsored Link

Online degrees - find the right program to advance your career. 
www.nextag.com


Re: Building the new trunk

2006-11-21 Thread Donald Woods
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
Downloading: 
http://repository.codehaus.org/org/codehaus/mojo/dependency-maven-plugin/1.0/dependency-maven-plugin-1.0.jar
[WARNING] Unable to get resource from repository codehaus 
(http://repository.cod

ehaus.org)
Downloading: 
http://repo1.maven.org/maven2/org/codehaus/mojo/dependency-maven-plugin/1.0/dependency-maven-plugin-1.0.jar

15K downloaded
[INFO] [clean:clean]
[INFO] Deleting directory E:\g20\server\modules\geronimo-j2ee-builder\target
[INFO] Deleting directory 
E:\g20\server\modules\geronimo-j2ee-builder\target\classes
[INFO] Deleting directory 
E:\g20\server\modules\geronimo-j2ee-builder\target\test-classes

[INFO] [tools:require-java-version {execution: validate-java-version}]
[INFO] [xmlbeans:xmlbeans {execution: default}]
Time to build schema type system: 0.281 seconds
Time to generate code: 0.609 seconds
Time to compile code: 2.547 seconds
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: 
E:\g20\server\modules\geronimo-j2ee-builder\target\classes\META-INF
[INFO] Copying 2 files to 
E:\g20\server\modules\geronimo-j2ee-builder\target\classes\META-INF

[INFO] [antrun:run {execution: generate-resources}]
[INFO] Executing tasks
[mkdir] Created dir: 
E:\g20\server\modules\geronimo-j2ee-builder\target\clover\classes
 [copy] Copying 37 files to 
E:\g20\server\modules\geronimo-j2ee-builder\target\clover\classes

[INFO] Executed tasks
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 21 source files to 
E:\g20\server\modules\geronimo-j2ee-builder\target\classes

[INFO] [antrun:run {execution: unpack-test-deployments}]
[INFO] Executing tasks
[mkdir] Created dir: 
E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4-unpacked.ear
[unzip] Expanding: 
E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear 
into 
E:\g20\server\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 
E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear
E:\g20\server\modules\geronimo-j2ee-builder\target\test-ear-j2ee_1.4.ear 
(The system cannot find the file specified.)




I tried manually building the testsupport\ directory and then modules\ 
with the following cmdline -

   mvn install
but that didn't fix the above error either...


-Donald

anita kulshreshtha wrote:

  I am using manual build process to build the trunk, mvn
-Dstage=bootstrap should also work. It is not necessary to build
openejb2 with 1.2-SNAPSHOT jars. The openejb2 can be built using
mvn -o -DgeronimoVersion=2.0-SNAPSHOT clean install
  


Thanks
Anita


 


Sponsored Link

Mortgage rates near 39yr lows. 
$310k for $999/mo. Calculate new payment! 
www.LowerMyBills.com/lre





smime.p7s
Description: S/MIME Cryptographic Signature