[ http://issues.apache.org/jira/browse/TUSCANY-317?page=comments#action_12378881 ]
ant elder commented on TUSCANY-317: ----------------------------------- Crikey, doesn't Groovy have a ton of dependencies. This NoSuchMethodError seems to be a dependency conflict within groovy itself, there's a post about it: http://mail-archives.apache.org/mod_mbox/jakarta-hivemind-dev/200505.mbox/[EMAIL PROTECTED] but thats from a year ago, you'd think it would have been fixed by now so I may be misunderstanding whats going wrong. The only way I've been able to get this to work with both maven and eclipse is by editing the JMock cglib pom in my maven repository and commenting out the cglib dependency: C:\Documents and Settings\ant\.m2\repository\jmock\jmock-cglib\1.0.1\jmock-cglib-1.0.1.pom <!-- dependency> <groupId>cglib</groupId> <artifactId>cglib-full</artifactId> <version>2.0.2</version> </dependency --> There must be a better solution than this? > Java SCA Groovy Container > ------------------------- > > Key: TUSCANY-317 > URL: http://issues.apache.org/jira/browse/TUSCANY-317 > Project: Tuscany > Type: New Feature > Reporter: Meeraj Kunnumpurath > Assignee: Jean-Sebastien Delfino > Priority: Minor > Attachments: container.groovy.zip > > SCA Container for running Groovy scripts. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
