Re: Implementation.script module is broken due to a change in grovy-all-1.0 POM

2007-10-25 Thread Raymond Feng
Hi, This looks like a diaster in the open source world. http://www.nabble.com/-jira--Created:-(MEV-550)-Missing-castor-version-or-incorrect-groovy-openejb-dependencies-t4683384s177.html. It seems that Geronimo build is broken too. I have to delay the SCA Java 1.0.1 RC as I cannot build it

Re: Implementation.script module is broken due to a change in grovy-all-1.0 POM

2007-10-25 Thread ant elder
It simply needs an exclude of the openejb dependency which will prevent castor being draged in : exclusions exclusion groupIdopenejb/groupId artifactIdopenejb-loader/artifactId /exclusion /exclusions

Re: Implementation.script module is broken due to a change in grovy-all-1.0 POM

2007-10-25 Thread Raymond Feng
Hi, I did try that last night, for some reasone, I saw the same problem. But now it works. Thanks. I'll merge it into the 1.0.1 branch now. Raymond - Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, October 25, 2007 1:42 AM

Implementation.script module is broken due to a change in grovy-all-1.0 POM

2007-10-24 Thread Raymond Feng
Hi, Starting from today, the implementation.script module is broken due to a change of grovy-all-1.0 POM in the maven repo. Please see the similar report at: http://permalink.gmane.org/gmane.comp.lang.groovy.user/25859 It's unfortunate that they could change the POM after the 1.0 release