Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Replacing BeanShell by Groovy

On 11/06/2012 04:53 PM, Wayne Beaton wrote:
Hi Mickael.

Since the groovy scripts are included in the source code and are therefore being distributed, we need to track them.

In this case, a "Build and Test Dependency" is required.

http://wiki.eclipse.org/Development_Resources/IP/Test_and_Build_Dependencies

So if I understand correctly, we need to create a WorksWith CQ asking for maven-invoker-plugin and its dependencies, that means
maven-invoker-plugin 1.0 +
[INFO]    antlr:antlr:jar:2.7.7:compile
[INFO]    asm:asm:jar:3.2:compile
[INFO]    asm:asm-analysis:jar:3.2:compile
[INFO]    asm:asm-commons:jar:3.2:compile
[INFO]    asm:asm-tree:jar:3.2:compile
[INFO]    asm:asm-util:jar:3.2:compile
[INFO]    org.apache.ant:ant:jar:1.8.1:compile
[INFO]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[INFO]    org.beanshell:bsh:jar:2.0b4:compile
[INFO]    org.codehaus.groovy:groovy:jar:1.8.3:compile
[INFO]    org.codehaus.plexus:plexus-utils:jar:2.0.5:compile

We should follow the same pattern as the one used by this CQ: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5252

Is that correct?

--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top