Re: [BUILD] trunk: Failed for Revision: 779702

2009-06-05 Thread Shawn Jiang
Hi everyone,   Please use this patch to disable the dependencies change
checking until the problem is resolved.


On Fri, May 29, 2009 at 10:20 PM, Ivan xhh...@gmail.com wrote:

 In the dependencies.removed.xml file, it wrote that xbean-finder shoud be
 removed.
 I attached the treeListing.xml file.
 Ivan

 2009/5/29 David Jencks david_jen...@yahoo.com


 On May 29, 2009, at 9:45 AM, Shawn Jiang wrote:

 I'm looking for a way to shutdown the dependencies checking because I saw:

- keeps historical dependencies in src/main/history/dependencies.xml
- if the file is missing, it creates it with current dependency info
- if the file is there, it compares with current dependency info and
if it's changed writes out dependences.added.xml and
dependencies.removed.xml
- *by default it fails on changes, although this can be turned off.*
- respects current useTransitiveDependencies flag setting.

 in https://issues.apache.org/jira/browse/GERONIMO-4248.  Is there a way
 to turn off the default fail behavior temporarily ?


 I do

 find . -name dependencies.xml | xargs rm

 but I prefer to find and fix the cause.  If someone could send me the
 dependencies.*.xml and treeListing.xml files from one of these failed client
 builds I'd appreciate it.

 thanks
 david jencks



 On Fri, May 29, 2009 at 8:05 PM, Ivan xhh...@gmail.com wrote:

 I tried it on the tck machine, got the same error :-(

 2009/5/29 Joe Bohn joe.b...@earthlink.net

 Building openejb didn't change the result on my system.  I'm not sure why
 we are seeing different results.

 Joe



 Joe Bohn wrote:

 No, I didn't build openejb so perhaps that is the difference.  I'll
 give it a try.  If it works I guess it would be helpful to get a new
 snapshot of openejb published.

 Joe


 David Jencks wrote:


 On May 28, 2009, at 8:53 PM, Joe Bohn wrote:

  I'm hitting this same failure on my mac.   Perhaps you have something
 different in your local repo ... perhaps an older private build of 
 xbean?  I
 hit it after updating xbean trunk, rebuilding xbean, and then rebuilding
 Geronimo.  Mine shows that xbean-finder is no longer a dependency of the
 client plugin.


 IIRC I built xbean, openejb, and then geronimo without problems.  Did
 you build openejb?

 thanks
 david jencks



 Joe


 David Jencks wrote:

 I'm not seeing this error and can't figure out how to see the files
 indicating the problem.
 Is there any documentation about how these builds work?  A short
 description on 
 http://cwiki.apache.org/confluence/display/GMOxDEV/would be great.
 Do we also run builds on the tck machines?  Are the results there
 accessible to, well, me?
 thanks
 david jencks
 On May 28, 2009, at 2:36 PM, ga...@apache.org wrote:

 Geronimo Revision: 779702 built with tests included

 See the full build-1500.log file at
 http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/build-1500.log


 See the unit test reports at
 http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/unit-test-reports

 [INFO]
 
 [INFO] [enforcer:enforce {execution: default}]
 [INFO] [remote-resources:process {execution: process}]
 [INFO] [remote-resources:process {execution: default}]
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/main/resources

 [INFO] Copying 3 resources
 [INFO] Copying 3 resources
 [INFO] [compiler:compile]
 [INFO] Compiling 5 source files to
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/classes
 [INFO] [resources:testResources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/test/resources

 [INFO] Copying 3 resources
 [INFO] Copying 3 resources
 [INFO] [compiler:testCompile]
 [INFO] No sources to compile
 [INFO] [surefire:test]
 [INFO] Surefire report directory:
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/surefire-reports


 ---
 T E S T S
 ---
 There are no tests to run.

 Results :

 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

 [INFO] [jar:jar]
 [INFO] Building jar:
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar

 [INFO] [ianal:verify-legal-files {execution: default}]
 [INFO] Checking legal files in: geronimo-client-2.2-SNAPSHOT.jar
 [INFO] [install:install]
 [INFO] Installing
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar
 to
 /home/geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-client/2.2-SNAPSHOT/geronimo-client-2.2-SNAPSHOT.jar

 [INFO]
 

Re: [BUILD] trunk: Failed for Revision: 779702

2009-05-29 Thread Ivan
I tried it on the tck machine, got the same error :-(

2009/5/29 Joe Bohn joe.b...@earthlink.net

 Building openejb didn't change the result on my system.  I'm not sure why
 we are seeing different results.

 Joe



 Joe Bohn wrote:

 No, I didn't build openejb so perhaps that is the difference.  I'll give
 it a try.  If it works I guess it would be helpful to get a new snapshot of
 openejb published.

 Joe


 David Jencks wrote:


 On May 28, 2009, at 8:53 PM, Joe Bohn wrote:

  I'm hitting this same failure on my mac.   Perhaps you have something
 different in your local repo ... perhaps an older private build of xbean?  
 I
 hit it after updating xbean trunk, rebuilding xbean, and then rebuilding
 Geronimo.  Mine shows that xbean-finder is no longer a dependency of the
 client plugin.


 IIRC I built xbean, openejb, and then geronimo without problems.  Did you
 build openejb?

 thanks
 david jencks



 Joe


 David Jencks wrote:

 I'm not seeing this error and can't figure out how to see the files
 indicating the problem.
 Is there any documentation about how these builds work?  A short
 description on http://cwiki.apache.org/confluence/display/GMOxDEV/would 
 be great.
 Do we also run builds on the tck machines?  Are the results there
 accessible to, well, me?
 thanks
 david jencks
 On May 28, 2009, at 2:36 PM, ga...@apache.org wrote:

 Geronimo Revision: 779702 built with tests included

 See the full build-1500.log file at
 http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/build-1500.log


 See the unit test reports at
 http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/unit-test-reports

 [INFO]
 
 [INFO] [enforcer:enforce {execution: default}]
 [INFO] [remote-resources:process {execution: process}]
 [INFO] [remote-resources:process {execution: default}]
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/main/resources

 [INFO] Copying 3 resources
 [INFO] Copying 3 resources
 [INFO] [compiler:compile]
 [INFO] Compiling 5 source files to
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/classes
 [INFO] [resources:testResources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/test/resources

 [INFO] Copying 3 resources
 [INFO] Copying 3 resources
 [INFO] [compiler:testCompile]
 [INFO] No sources to compile
 [INFO] [surefire:test]
 [INFO] Surefire report directory:
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/surefire-reports


 ---
 T E S T S
 ---
 There are no tests to run.

 Results :

 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

 [INFO] [jar:jar]
 [INFO] Building jar:
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar

 [INFO] [ianal:verify-legal-files {execution: default}]
 [INFO] Checking legal files in: geronimo-client-2.2-SNAPSHOT.jar
 [INFO] [install:install]
 [INFO] Installing
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar
 to
 /home/geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-client/2.2-SNAPSHOT/geronimo-client-2.2-SNAPSHOT.jar

 [INFO]
 
 [INFO] Building Geronimo Plugins, Client :: Client
 [INFO]task-segment: [install]
 [INFO]
 
 [INFO] [enforcer:enforce {execution: default}]
 [INFO] [remote-resources:process {execution: process}]
 [WARNING] org.apache.velocity.runtime.exception.ReferenceException:
 reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $
 license.name is not a valid reference.
 [WARNING] org.apache.velocity.runtime.exception.ReferenceException:
 reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $
 license.name is not a valid reference.
 [INFO] [remote-resources:process {execution: default}]
 [WARNING] org.apache.velocity.runtime.exception.ReferenceException:
 reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $
 license.name is not a valid reference.
 [WARNING] org.apache.velocity.runtime.exception.ReferenceException:
 reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $
 license.name is not a valid reference.
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/geronimo/geronimo/trunk/plugins/client/client/src/main/resources
 [INFO] Copying 3 resources
 [INFO] Copying 3 resources
 [INFO] [car:validate-configuration]
 

Re: [BUILD] trunk: Failed for Revision: 779702

2009-05-29 Thread Shawn Jiang
I'm looking for a way to shutdown the dependencies checking because I saw:

   - keeps historical dependencies in src/main/history/dependencies.xml
   - if the file is missing, it creates it with current dependency info
   - if the file is there, it compares with current dependency info and if
   it's changed writes out dependences.added.xml and dependencies.removed.xml
   - *by default it fails on changes, although this can be turned off.*
   - respects current useTransitiveDependencies flag setting.

in https://issues.apache.org/jira/browse/GERONIMO-4248.  Is there a way to
turn off the default fail behavior temporarily ?


On Fri, May 29, 2009 at 8:05 PM, Ivan xhh...@gmail.com wrote:

 I tried it on the tck machine, got the same error :-(

 2009/5/29 Joe Bohn joe.b...@earthlink.net

 Building openejb didn't change the result on my system.  I'm not sure why
 we are seeing different results.

 Joe



 Joe Bohn wrote:

 No, I didn't build openejb so perhaps that is the difference.  I'll give
 it a try.  If it works I guess it would be helpful to get a new snapshot of
 openejb published.

 Joe


 David Jencks wrote:


 On May 28, 2009, at 8:53 PM, Joe Bohn wrote:

  I'm hitting this same failure on my mac.   Perhaps you have something
 different in your local repo ... perhaps an older private build of xbean? 
  I
 hit it after updating xbean trunk, rebuilding xbean, and then rebuilding
 Geronimo.  Mine shows that xbean-finder is no longer a dependency of the
 client plugin.


 IIRC I built xbean, openejb, and then geronimo without problems.  Did
 you build openejb?

 thanks
 david jencks



 Joe


 David Jencks wrote:

 I'm not seeing this error and can't figure out how to see the files
 indicating the problem.
 Is there any documentation about how these builds work?  A short
 description on http://cwiki.apache.org/confluence/display/GMOxDEV/would 
 be great.
 Do we also run builds on the tck machines?  Are the results there
 accessible to, well, me?
 thanks
 david jencks
 On May 28, 2009, at 2:36 PM, ga...@apache.org wrote:

 Geronimo Revision: 779702 built with tests included

 See the full build-1500.log file at
 http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/build-1500.log


 See the unit test reports at
 http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/unit-test-reports

 [INFO]
 
 [INFO] [enforcer:enforce {execution: default}]
 [INFO] [remote-resources:process {execution: process}]
 [INFO] [remote-resources:process {execution: default}]
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/main/resources

 [INFO] Copying 3 resources
 [INFO] Copying 3 resources
 [INFO] [compiler:compile]
 [INFO] Compiling 5 source files to
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/classes
 [INFO] [resources:testResources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/test/resources

 [INFO] Copying 3 resources
 [INFO] Copying 3 resources
 [INFO] [compiler:testCompile]
 [INFO] No sources to compile
 [INFO] [surefire:test]
 [INFO] Surefire report directory:
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/surefire-reports


 ---
 T E S T S
 ---
 There are no tests to run.

 Results :

 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

 [INFO] [jar:jar]
 [INFO] Building jar:
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar

 [INFO] [ianal:verify-legal-files {execution: default}]
 [INFO] Checking legal files in: geronimo-client-2.2-SNAPSHOT.jar
 [INFO] [install:install]
 [INFO] Installing
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar
 to
 /home/geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-client/2.2-SNAPSHOT/geronimo-client-2.2-SNAPSHOT.jar

 [INFO]
 
 [INFO] Building Geronimo Plugins, Client :: Client
 [INFO]task-segment: [install]
 [INFO]
 
 [INFO] [enforcer:enforce {execution: default}]
 [INFO] [remote-resources:process {execution: process}]
 [WARNING] org.apache.velocity.runtime.exception.ReferenceException:
 reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $
 license.name is not a valid reference.
 [WARNING] org.apache.velocity.runtime.exception.ReferenceException:
 reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $
 license.name is not a valid reference.
 [INFO] 

Re: [BUILD] trunk: Failed for Revision: 779702

2009-05-29 Thread David Jencks


On May 29, 2009, at 9:45 AM, Shawn Jiang wrote:

I'm looking for a way to shutdown the dependencies checking because  
I saw:

keeps historical dependencies in src/main/history/dependencies.xml
if the file is missing, it creates it with current dependency info
if the file is there, it compares with current dependency info and  
if it's changed writes out dependences.added.xml and  
dependencies.removed.xml

by default it fails on changes, although this can be turned off.
respects current useTransitiveDependencies flag setting.
in https://issues.apache.org/jira/browse/GERONIMO-4248.  Is there a  
way to turn off the default fail behavior temporarily ?


I do

find . -name dependencies.xml | xargs rm

but I prefer to find and fix the cause.  If someone could send me the  
dependencies.*.xml and treeListing.xml files from one of these failed  
client builds I'd appreciate it.


thanks
david jencks




On Fri, May 29, 2009 at 8:05 PM, Ivan xhh...@gmail.com wrote:
I tried it on the tck machine, got the same error :-(

2009/5/29 Joe Bohn joe.b...@earthlink.net

Building openejb didn't change the result on my system.  I'm not  
sure why we are seeing different results.


Joe



Joe Bohn wrote:
No, I didn't build openejb so perhaps that is the difference.  I'll  
give it a try.  If it works I guess it would be helpful to get a new  
snapshot of openejb published.


Joe


David Jencks wrote:

On May 28, 2009, at 8:53 PM, Joe Bohn wrote:

I'm hitting this same failure on my mac.   Perhaps you have  
something different in your local repo ... perhaps an older private  
build of xbean?  I hit it after updating xbean trunk, rebuilding  
xbean, and then rebuilding Geronimo.  Mine shows that xbean-finder  
is no longer a dependency of the client plugin.


IIRC I built xbean, openejb, and then geronimo without problems.   
Did you build openejb?


thanks
david jencks



Joe


David Jencks wrote:
I'm not seeing this error and can't figure out how to see the files  
indicating the problem.
Is there any documentation about how these builds work?  A short  
description on http://cwiki.apache.org/confluence/display/GMOxDEV/  
would be great.
Do we also run builds on the tck machines?  Are the results there  
accessible to, well, me?

thanks
david jencks
On May 28, 2009, at 2:36 PM, ga...@apache.org wrote:
Geronimo Revision: 779702 built with tests included

See the full build-1500.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/build-1500.log


See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/unit-test-reports

[INFO]  


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/geronimo/geronimo/ 
trunk/plugins/client/geronimo-client/src/main/resources

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 5 source files to /home/geronimo/geronimo/trunk/ 
plugins/client/geronimo-client/target/classes

[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/geronimo/geronimo/ 
trunk/plugins/client/geronimo-client/src/test/resources

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Surefire report directory: /home/geronimo/geronimo/trunk/ 
plugins/client/geronimo-client/target/surefire-reports


---
T E S T S
---
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: /home/geronimo/geronimo/trunk/plugins/client/ 
geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar

[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: geronimo-client-2.2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing /home/geronimo/geronimo/trunk/plugins/client/ 
geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar to /home/ 
geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-client/ 
2.2-SNAPSHOT/geronimo-client-2.2-SNAPSHOT.jar
[INFO]  


[INFO] Building Geronimo Plugins, Client :: Client
[INFO]task-segment: [install]
[INFO]  


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:  
reference : template = META-INF/DEPENDENCIES.vm [line 40,column  
14] : 

Re: [BUILD] trunk: Failed for Revision: 779702

2009-05-29 Thread Shawn Jiang
Thanks, this is what I'm doing to avoid the errors.  But that will do
modifications to almost all dependencies.xml in svn.   That's annoying when
doing some svn operation like creating patch.

Is there a better way to resolve the original problem stated in G4248 ?  If
not, I would prefer a easy way to to turn off the checking like a
configuration in pom.xml.

On Fri, May 29, 2009 at 10:09 PM, David Jencks david_jen...@yahoo.comwrote:


 On May 29, 2009, at 9:45 AM, Shawn Jiang wrote:

 I'm looking for a way to shutdown the dependencies checking because I saw:

- keeps historical dependencies in src/main/history/dependencies.xml
- if the file is missing, it creates it with current dependency info
- if the file is there, it compares with current dependency info and if
it's changed writes out dependences.added.xml and dependencies.removed.xml
- *by default it fails on changes, although this can be turned off.*
- respects current useTransitiveDependencies flag setting.

 in https://issues.apache.org/jira/browse/GERONIMO-4248.  Is there a way to
 turn off the default fail behavior temporarily ?


 I do

 find . -name dependencies.xml | xargs rm

 but I prefer to find and fix the cause.  If someone could send me the
 dependencies.*.xml and treeListing.xml files from one of these failed client
 builds I'd appreciate it.

 thanks
 david jencks



 On Fri, May 29, 2009 at 8:05 PM, Ivan xhh...@gmail.com wrote:

 I tried it on the tck machine, got the same error :-(

 2009/5/29 Joe Bohn joe.b...@earthlink.net

 Building openejb didn't change the result on my system.  I'm not sure why
 we are seeing different results.

 Joe



 Joe Bohn wrote:

 No, I didn't build openejb so perhaps that is the difference.  I'll give
 it a try.  If it works I guess it would be helpful to get a new snapshot of
 openejb published.

 Joe


 David Jencks wrote:


 On May 28, 2009, at 8:53 PM, Joe Bohn wrote:

  I'm hitting this same failure on my mac.   Perhaps you have something
 different in your local repo ... perhaps an older private build of 
 xbean?  I
 hit it after updating xbean trunk, rebuilding xbean, and then rebuilding
 Geronimo.  Mine shows that xbean-finder is no longer a dependency of the
 client plugin.


 IIRC I built xbean, openejb, and then geronimo without problems.  Did
 you build openejb?

 thanks
 david jencks



 Joe


 David Jencks wrote:

 I'm not seeing this error and can't figure out how to see the files
 indicating the problem.
 Is there any documentation about how these builds work?  A short
 description on http://cwiki.apache.org/confluence/display/GMOxDEV/would 
 be great.
 Do we also run builds on the tck machines?  Are the results there
 accessible to, well, me?
 thanks
 david jencks
 On May 28, 2009, at 2:36 PM, ga...@apache.org wrote:

 Geronimo Revision: 779702 built with tests included

 See the full build-1500.log file at
 http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/build-1500.log


 See the unit test reports at
 http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/unit-test-reports

 [INFO]
 
 [INFO] [enforcer:enforce {execution: default}]
 [INFO] [remote-resources:process {execution: process}]
 [INFO] [remote-resources:process {execution: default}]
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/main/resources

 [INFO] Copying 3 resources
 [INFO] Copying 3 resources
 [INFO] [compiler:compile]
 [INFO] Compiling 5 source files to
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/classes
 [INFO] [resources:testResources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/test/resources

 [INFO] Copying 3 resources
 [INFO] Copying 3 resources
 [INFO] [compiler:testCompile]
 [INFO] No sources to compile
 [INFO] [surefire:test]
 [INFO] Surefire report directory:
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/surefire-reports


 ---
 T E S T S
 ---
 There are no tests to run.

 Results :

 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

 [INFO] [jar:jar]
 [INFO] Building jar:
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar

 [INFO] [ianal:verify-legal-files {execution: default}]
 [INFO] Checking legal files in: geronimo-client-2.2-SNAPSHOT.jar
 [INFO] [install:install]
 [INFO] Installing
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar
 to
 

Re: [BUILD] trunk: Failed for Revision: 779702

2009-05-29 Thread Ivan
In the dependencies.removed.xml file, it wrote that xbean-finder shoud be
removed.
I attached the treeListing.xml file.
Ivan

2009/5/29 David Jencks david_jen...@yahoo.com


 On May 29, 2009, at 9:45 AM, Shawn Jiang wrote:

 I'm looking for a way to shutdown the dependencies checking because I saw:

- keeps historical dependencies in src/main/history/dependencies.xml
- if the file is missing, it creates it with current dependency info
- if the file is there, it compares with current dependency info and if
it's changed writes out dependences.added.xml and dependencies.removed.xml
- *by default it fails on changes, although this can be turned off.*
- respects current useTransitiveDependencies flag setting.

 in https://issues.apache.org/jira/browse/GERONIMO-4248.  Is there a way to
 turn off the default fail behavior temporarily ?


 I do

 find . -name dependencies.xml | xargs rm

 but I prefer to find and fix the cause.  If someone could send me the
 dependencies.*.xml and treeListing.xml files from one of these failed client
 builds I'd appreciate it.

 thanks
 david jencks



 On Fri, May 29, 2009 at 8:05 PM, Ivan xhh...@gmail.com wrote:

 I tried it on the tck machine, got the same error :-(

 2009/5/29 Joe Bohn joe.b...@earthlink.net

 Building openejb didn't change the result on my system.  I'm not sure why
 we are seeing different results.

 Joe



 Joe Bohn wrote:

 No, I didn't build openejb so perhaps that is the difference.  I'll give
 it a try.  If it works I guess it would be helpful to get a new snapshot of
 openejb published.

 Joe


 David Jencks wrote:


 On May 28, 2009, at 8:53 PM, Joe Bohn wrote:

  I'm hitting this same failure on my mac.   Perhaps you have something
 different in your local repo ... perhaps an older private build of 
 xbean?  I
 hit it after updating xbean trunk, rebuilding xbean, and then rebuilding
 Geronimo.  Mine shows that xbean-finder is no longer a dependency of the
 client plugin.


 IIRC I built xbean, openejb, and then geronimo without problems.  Did
 you build openejb?

 thanks
 david jencks



 Joe


 David Jencks wrote:

 I'm not seeing this error and can't figure out how to see the files
 indicating the problem.
 Is there any documentation about how these builds work?  A short
 description on http://cwiki.apache.org/confluence/display/GMOxDEV/would 
 be great.
 Do we also run builds on the tck machines?  Are the results there
 accessible to, well, me?
 thanks
 david jencks
 On May 28, 2009, at 2:36 PM, ga...@apache.org wrote:

 Geronimo Revision: 779702 built with tests included

 See the full build-1500.log file at
 http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/build-1500.log


 See the unit test reports at
 http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/unit-test-reports

 [INFO]
 
 [INFO] [enforcer:enforce {execution: default}]
 [INFO] [remote-resources:process {execution: process}]
 [INFO] [remote-resources:process {execution: default}]
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/main/resources

 [INFO] Copying 3 resources
 [INFO] Copying 3 resources
 [INFO] [compiler:compile]
 [INFO] Compiling 5 source files to
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/classes
 [INFO] [resources:testResources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/test/resources

 [INFO] Copying 3 resources
 [INFO] Copying 3 resources
 [INFO] [compiler:testCompile]
 [INFO] No sources to compile
 [INFO] [surefire:test]
 [INFO] Surefire report directory:
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/surefire-reports


 ---
 T E S T S
 ---
 There are no tests to run.

 Results :

 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

 [INFO] [jar:jar]
 [INFO] Building jar:
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar

 [INFO] [ianal:verify-legal-files {execution: default}]
 [INFO] Checking legal files in: geronimo-client-2.2-SNAPSHOT.jar
 [INFO] [install:install]
 [INFO] Installing
 /home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar
 to
 /home/geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-client/2.2-SNAPSHOT/geronimo-client-2.2-SNAPSHOT.jar

 [INFO]
 
 [INFO] Building Geronimo Plugins, Client :: Client
 [INFO]task-segment: [install]
 [INFO]
 
 

[BUILD] trunk: Failed for Revision: 779702

2009-05-28 Thread gawor
Geronimo Revision: 779702 built with tests included
 
See the full build-1500.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/build-1500.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/unit-test-reports
 
[INFO] 
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/main/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 5 source files to 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/classes
[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/test/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/surefire-reports

---
 T E S T S
---
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: geronimo-client-2.2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-client/2.2-SNAPSHOT/geronimo-client-2.2-SNAPSHOT.jar
[INFO] 
[INFO] Building Geronimo Plugins, Client :: Client
[INFO]task-segment: [install]
[INFO] 
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : 
template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $license.name is not 
a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : 
template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $license.name is not 
a valid reference.
[INFO] [remote-resources:process {execution: default}]
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : 
template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $license.name is not 
a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : 
template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $license.name is not 
a valid reference.
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/plugins/client/client/src/main/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/geronimo/geronimo/trunk/plugins/client/client/target/resources/META-INF/plan.xml
[INFO] [car:verify-no-dependency-change]
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Dependencies have changed:
Removed dependencies are saved here: 
/home/geronimo/geronimo/trunk/plugins/client/client/src/main/history/dependencies.removed.xml
Tree listing is saved here: 
/home/geronimo/geronimo/trunk/plugins/client/client/src/main/history/treeListing.xml
Delete 
/home/geronimo/geronimo/trunk/plugins/client/client/src/main/history/dependencies.xml
 if you are happy with the dependency changes.
[INFO] 
[INFO] Trace
org.apache.maven.BuildFailureException: Dependencies have changed:
Removed dependencies are saved here: 
/home/geronimo/geronimo/trunk/plugins/client/client/src/main/history/dependencies.removed.xml
Tree listing is saved here: 
/home/geronimo/geronimo/trunk/plugins/client/client/src/main/history/treeListing.xml
Delete 
/home/geronimo/geronimo/trunk/plugins/client/client/src/main/history/dependencies.xml
 if you are happy with the dependency changes.
at 

Re: [BUILD] trunk: Failed for Revision: 779702

2009-05-28 Thread David Jencks
I'm not seeing this error and can't figure out how to see the files  
indicating the problem.


Is there any documentation about how these builds work?  A short  
description on http://cwiki.apache.org/confluence/display/GMOxDEV/  
would be great.


Do we also run builds on the tck machines?  Are the results there  
accessible to, well, me?


thanks

david jencks

On May 28, 2009, at 2:36 PM, ga...@apache.org wrote:


Geronimo Revision: 779702 built with tests included

See the full build-1500.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/build-1500.log


See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/unit-test-reports

[INFO]  


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/geronimo/geronimo/ 
trunk/plugins/client/geronimo-client/src/main/resources

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 5 source files to /home/geronimo/geronimo/trunk/ 
plugins/client/geronimo-client/target/classes

[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/geronimo/geronimo/ 
trunk/plugins/client/geronimo-client/src/test/resources

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Surefire report directory: /home/geronimo/geronimo/trunk/ 
plugins/client/geronimo-client/target/surefire-reports


---
T E S T S
---
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: /home/geronimo/geronimo/trunk/plugins/client/ 
geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar

[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: geronimo-client-2.2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing /home/geronimo/geronimo/trunk/plugins/client/ 
geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar to /home/ 
geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-client/ 
2.2-SNAPSHOT/geronimo-client-2.2-SNAPSHOT.jar
[INFO]  


[INFO] Building Geronimo Plugins, Client :: Client
[INFO]task-segment: [install]
[INFO]  


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:  
reference : template = META-INF/DEPENDENCIES.vm [line 40,column  
14] : $license.name is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:  
reference : template = META-INF/DEPENDENCIES.vm [line 40,column  
14] : $license.name is not a valid reference.

[INFO] [remote-resources:process {execution: default}]
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:  
reference : template = META-INF/DEPENDENCIES.vm [line 40,column  
14] : $license.name is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException:  
reference : template = META-INF/DEPENDENCIES.vm [line 40,column  
14] : $license.name is not a valid reference.

[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/geronimo/geronimo/ 
trunk/plugins/client/client/src/main/resources

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: /home/geronimo/geronimo/trunk/plugins/client/ 
client/target/resources/META-INF/plan.xml

[INFO] [car:verify-no-dependency-change]
[INFO]  


[ERROR] BUILD FAILURE
[INFO]  


[INFO] Dependencies have changed:
	Removed dependencies are saved here: /home/geronimo/geronimo/trunk/ 
plugins/client/client/src/main/history/dependencies.removed.xml
	Tree listing is saved here: /home/geronimo/geronimo/trunk/plugins/ 
client/client/src/main/history/treeListing.xml
Delete /home/geronimo/geronimo/trunk/plugins/client/client/src/main/ 
history/dependencies.xml if you are happy with the dependency changes.
[INFO]  


[INFO] Trace
org.apache.maven.BuildFailureException: Dependencies have changed:
	Removed dependencies 

Re: [BUILD] trunk: Failed for Revision: 779702

2009-05-28 Thread Joe Bohn
I'm hitting this same failure on my mac.   Perhaps you have something 
different in your local repo ... perhaps an older private build of 
xbean?  I hit it after updating xbean trunk, rebuilding xbean, and then 
rebuilding Geronimo.  Mine shows that xbean-finder is no longer a 
dependency of the client plugin.


Joe


David Jencks wrote:
I'm not seeing this error and can't figure out how to see the files 
indicating the problem.


Is there any documentation about how these builds work?  A short 
description on http://cwiki.apache.org/confluence/display/GMOxDEV/ would 
be great.


Do we also run builds on the tck machines?  Are the results there 
accessible to, well, me?


thanks

david jencks

On May 28, 2009, at 2:36 PM, ga...@apache.org wrote:


Geronimo Revision: 779702 built with tests included

See the full build-1500.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/build-1500.log 




See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/unit-test-reports 



[INFO] 


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/main/resources 


[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 5 source files to 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/classes 


[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/test/resources 


[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/surefire-reports 



---
T E S T S
---
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar 


[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: geronimo-client-2.2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar 
to 
/home/geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-client/2.2-SNAPSHOT/geronimo-client-2.2-SNAPSHOT.jar 

[INFO] 


[INFO] Building Geronimo Plugins, Client :: Client
[INFO]task-segment: [install]
[INFO] 


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] : 
$license.name is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] : 
$license.name is not a valid reference.

[INFO] [remote-resources:process {execution: default}]
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] : 
$license.name is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] : 
$license.name is not a valid reference.

[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/plugins/client/client/src/main/resources

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/geronimo/geronimo/trunk/plugins/client/client/target/resources/META-INF/plan.xml 


[INFO] [car:verify-no-dependency-change]
[INFO] 


[ERROR] BUILD FAILURE
[INFO] 


[INFO] Dependencies have changed:
Removed dependencies are saved here: 
/home/geronimo/geronimo/trunk/plugins/client/client/src/main/history/dependencies.removed.xml 

Tree listing is saved here: 

Re: [BUILD] trunk: Failed for Revision: 779702

2009-05-28 Thread David Jencks


On May 28, 2009, at 8:53 PM, Joe Bohn wrote:

I'm hitting this same failure on my mac.   Perhaps you have  
something different in your local repo ... perhaps an older private  
build of xbean?  I hit it after updating xbean trunk, rebuilding  
xbean, and then rebuilding Geronimo.  Mine shows that xbean-finder  
is no longer a dependency of the client plugin.


IIRC I built xbean, openejb, and then geronimo without problems.  Did  
you build openejb?


thanks
david jencks




Joe


David Jencks wrote:
I'm not seeing this error and can't figure out how to see the files  
indicating the problem.
Is there any documentation about how these builds work?  A short  
description on http://cwiki.apache.org/confluence/display/GMOxDEV/  
would be great.
Do we also run builds on the tck machines?  Are the results there  
accessible to, well, me?

thanks
david jencks
On May 28, 2009, at 2:36 PM, ga...@apache.org wrote:

Geronimo Revision: 779702 built with tests included

See the full build-1500.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/build-1500.log


See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/unit-test-reports

[INFO]  


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/geronimo/geronimo/ 
trunk/plugins/client/geronimo-client/src/main/resources

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 5 source files to /home/geronimo/geronimo/trunk/ 
plugins/client/geronimo-client/target/classes

[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/geronimo/geronimo/ 
trunk/plugins/client/geronimo-client/src/test/resources

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Surefire report directory: /home/geronimo/geronimo/trunk/ 
plugins/client/geronimo-client/target/surefire-reports


---
T E S T S
---
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: /home/geronimo/geronimo/trunk/plugins/client/ 
geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar

[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: geronimo-client-2.2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing /home/geronimo/geronimo/trunk/plugins/client/ 
geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar to /home/ 
geronimo/.m2/repository/org/apache/geronimo/modules/geronimo- 
client/2.2-SNAPSHOT/geronimo-client-2.2-SNAPSHOT.jar
[INFO]  


[INFO] Building Geronimo Plugins, Client :: Client
[INFO]task-segment: [install]
[INFO]  


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[WARNING]  
org.apache.velocity.runtime.exception.ReferenceException:  
reference : template = META-INF/DEPENDENCIES.vm [line 40,column  
14] : $license.name is not a valid reference.
[WARNING]  
org.apache.velocity.runtime.exception.ReferenceException:  
reference : template = META-INF/DEPENDENCIES.vm [line 40,column  
14] : $license.name is not a valid reference.

[INFO] [remote-resources:process {execution: default}]
[WARNING]  
org.apache.velocity.runtime.exception.ReferenceException:  
reference : template = META-INF/DEPENDENCIES.vm [line 40,column  
14] : $license.name is not a valid reference.
[WARNING]  
org.apache.velocity.runtime.exception.ReferenceException:  
reference : template = META-INF/DEPENDENCIES.vm [line 40,column  
14] : $license.name is not a valid reference.

[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/geronimo/geronimo/ 
trunk/plugins/client/client/src/main/resources

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: /home/geronimo/geronimo/trunk/plugins/client/ 
client/target/resources/META-INF/plan.xml

[INFO] [car:verify-no-dependency-change]
[INFO]  


[ERROR] BUILD FAILURE
[INFO]  


[INFO] Dependencies have changed:
   Removed dependencies are saved here: /home/geronimo/geronimo/ 

Re: [BUILD] trunk: Failed for Revision: 779702

2009-05-28 Thread Joe Bohn
No, I didn't build openejb so perhaps that is the difference.  I'll give 
it a try.  If it works I guess it would be helpful to get a new snapshot 
of openejb published.


Joe


David Jencks wrote:


On May 28, 2009, at 8:53 PM, Joe Bohn wrote:

I'm hitting this same failure on my mac.   Perhaps you have something 
different in your local repo ... perhaps an older private build of 
xbean?  I hit it after updating xbean trunk, rebuilding xbean, and 
then rebuilding Geronimo.  Mine shows that xbean-finder is no longer a 
dependency of the client plugin.


IIRC I built xbean, openejb, and then geronimo without problems.  Did 
you build openejb?


thanks
david jencks




Joe


David Jencks wrote:
I'm not seeing this error and can't figure out how to see the files 
indicating the problem.
Is there any documentation about how these builds work?  A short 
description on http://cwiki.apache.org/confluence/display/GMOxDEV/ 
would be great.
Do we also run builds on the tck machines?  Are the results there 
accessible to, well, me?

thanks
david jencks
On May 28, 2009, at 2:36 PM, ga...@apache.org wrote:

Geronimo Revision: 779702 built with tests included

See the full build-1500.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/build-1500.log 




See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/unit-test-reports 



[INFO] 
 


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/main/resources 


[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 5 source files to 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/classes 


[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/test/resources 


[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/surefire-reports 



---
T E S T S
---
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar 


[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: geronimo-client-2.2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar 
to 
/home/geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-client/2.2-SNAPSHOT/geronimo-client-2.2-SNAPSHOT.jar 

[INFO] 
 


[INFO] Building Geronimo Plugins, Client :: Client
[INFO]task-segment: [install]
[INFO] 
 


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] 
: $license.name is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] 
: $license.name is not a valid reference.

[INFO] [remote-resources:process {execution: default}]
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] 
: $license.name is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] 
: $license.name is not a valid reference.

[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/plugins/client/client/src/main/resources

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/geronimo/geronimo/trunk/plugins/client/client/target/resources/META-INF/plan.xml 


[INFO] [car:verify-no-dependency-change]
[INFO] 
 


[ERROR] BUILD FAILURE

Re: [BUILD] trunk: Failed for Revision: 779702

2009-05-28 Thread Joe Bohn
Building openejb didn't change the result on my system.  I'm not sure 
why we are seeing different results.


Joe


Joe Bohn wrote:
No, I didn't build openejb so perhaps that is the difference.  I'll give 
it a try.  If it works I guess it would be helpful to get a new snapshot 
of openejb published.


Joe


David Jencks wrote:


On May 28, 2009, at 8:53 PM, Joe Bohn wrote:

I'm hitting this same failure on my mac.   Perhaps you have something 
different in your local repo ... perhaps an older private build of 
xbean?  I hit it after updating xbean trunk, rebuilding xbean, and 
then rebuilding Geronimo.  Mine shows that xbean-finder is no longer 
a dependency of the client plugin.


IIRC I built xbean, openejb, and then geronimo without problems.  Did 
you build openejb?


thanks
david jencks




Joe


David Jencks wrote:
I'm not seeing this error and can't figure out how to see the files 
indicating the problem.
Is there any documentation about how these builds work?  A short 
description on http://cwiki.apache.org/confluence/display/GMOxDEV/ 
would be great.
Do we also run builds on the tck machines?  Are the results there 
accessible to, well, me?

thanks
david jencks
On May 28, 2009, at 2:36 PM, ga...@apache.org wrote:

Geronimo Revision: 779702 built with tests included

See the full build-1500.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/build-1500.log 




See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090528/unit-test-reports 



[INFO] 
 


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/main/resources 


[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 5 source files to 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/classes 


[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/src/test/resources 


[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/surefire-reports 



---
T E S T S
---
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar 


[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: geronimo-client-2.2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/trunk/plugins/client/geronimo-client/target/geronimo-client-2.2-SNAPSHOT.jar 
to 
/home/geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-client/2.2-SNAPSHOT/geronimo-client-2.2-SNAPSHOT.jar 

[INFO] 
 


[INFO] Building Geronimo Plugins, Client :: Client
[INFO]task-segment: [install]
[INFO] 
 


[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] 
: $license.name is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] 
: $license.name is not a valid reference.

[INFO] [remote-resources:process {execution: default}]
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] 
: $license.name is not a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: 
reference : template = META-INF/DEPENDENCIES.vm [line 40,column 14] 
: $license.name is not a valid reference.

[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/plugins/client/client/src/main/resources

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/geronimo/geronimo/trunk/plugins/client/client/target/resources/META-INF/plan.xml 


[INFO]