Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 2.0.1Release
-
Fix Version/s: 2.0.2Release
-
Component/s: Build and distribution
-
Labels:None
-
Number of attachments :
Description
I have a project for which I'd like to include Groovy support. Not the whole workbench, but just a copy of the language parser. I would like to have a split like that become part of the org. codehaus.groovy pair? e.g. org.codehaus.groovy (a) and org.codehaus.groovy.core (b) where a depends on b?
As a way of an example, I can use JDT as a plug-in without the workbench
Issue Links
- is superceded by
-
GRECLIPSE-716
Provide headless Groovy-Eclipse feature
-
Robert,
I am reluctant to package the groovy compiler in a way that is not one of the standard packages that you can download from the groovy distro site. However, there is talk about modularizing the groovy-all jar as described here:
http://docs.codehaus.org/display/GROOVY/Groovy+1.8+modularization
This will be one of the features of Groovy 1.8. Is this breakdown of modules the kind of thing that would solve your problem?
I would definitely consider providing different bundles for each of the modules provided.