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
-
Activity
Andrew Eisenberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Original Estimate | 0 minutes [ 0 ] | |
| Remaining Estimate | 0 minutes [ 0 ] | |
| Assignee | Andrew Eisenberg [ werdna ] | |
| Fix Version/s | 2.0.1Release [ 16074 ] | |
| Affects Version/s | 2.0.1RC1 [ 16073 ] | |
| Priority | Major [ 3 ] | Minor [ 4 ] |
Andrew Eisenberg
made changes -
| Affects Version/s | 2.0.1RC1 [ 16073 ] | |
| Affects Version/s | 2.0.1Release [ 16074 ] |
Andrew Eisenberg
made changes -
| Fix Version/s | 2.0.1Release [ 16074 ] | |
| Fix Version/s | 2.0.2Release [ 16150 ] |
Andrew Eisenberg
made changes -
| Link |
This issue is superceded by |
Andrew Eisenberg
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Duplicate [ 3 ] |
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.