Details
Description
The grape command has options to install and list the currently installed "grapes". It needs an option to remove a "grape" as well.
The problem of the moment is pre-release snapshot software, e.g. groovyx.gpars:gpars:0.9-beta-1-SNAPSHOT. I keep updating this in my Maven cache but Grape never sees that it needs to re-grab from the Maven cache to the Grape cache. Currently I have to manually delete the files in teh Grape cache – which is silly.
Alternatively this could be seen as a bug in that Grape has no way of checking to see if it needs to do an update – it assumes the version number uniquely determines a jar, which is simply not true for SNAPSHOTs.
Activity
Paul King
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | grape_uninstall.patch [ 53625 ] |
Paul King
made changes -
| Attachment | grape_uninstall_B.patch [ 53648 ] |
Paul King
made changes -
| Attachment | grape_uninstall.patch [ 53625 ] |
Paul King
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Paul King [ paulk ] | |
| Fix Version/s | 1.8-rc-1 [ 17132 ] | |
| Fix Version/s | 1.7.9 [ 17164 ] | |
| Resolution | Fixed [ 1 ] |
Paul King
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
blackdrag blackdrag
made changes -
| Affects Version/s | 1.7.x [ 15538 ] |
Is this really a grape issue or is it related to ivy?