Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 2.6.1.M1
-
Fix Version/s: 2.6.1.Release
-
Component/s: None
-
Labels:None
-
Environment:Groovy-Eclipse 2.6.1.xx-20120118-1100-e37-M1
on
SpringSource Tool Suite - Version: 2.9.0.M2 - Build Id: 201201191000 (upgraded from 2.8.1)
Description
I've noticed some errors on my workspaces logs, such as:
!ENTRY org.eclipse.jst.jsp.core 2 2 2012-02-07 18:04:47.686
!MESSAGE Taglib Index ZipException: /home/davide/.groovy/greclipse/global_dsld_support error in opening zip file!ENTRY org.eclipse.jst.jsp.core 2 2 2012-02-07 18:04:47.687
!MESSAGE Taglib Index ZipException: /home/davide/opt/springsource/sts-2.8.1.RELEASE/plugins/org.codehaus.groovy_1.7.10.xx-20120118-1100-e37-M1/plugin_dsld_support/ error in opening zip file
The strange thing is that they refer to folders (and not to compressed archives), as you can see:
davide@ws-davide:~$ ls -la /home/davide/.groovy/greclipse/global_dsld_support /home/davide/opt/springsource/sts-2.8.1.RELEASE/plugins/org.codehaus.groovy_1.7.10.xx-20120118-1100-e37-M1/plugin_dsld_support/ /home/davide/.groovy/greclipse/global_dsld_support: total 8 drwxr-xr-x 2 davide davide 4096 Dec 13 18:35 . drwxr-xr-x 3 davide davide 4096 Dec 13 18:35 .. /home/davide/opt/springsource/sts-2.8.1.RELEASE/plugins/org.codehaus.groovy_1.7.10.xx-20120118-1100-e37-M1/plugin_dsld_support/: total 16 drwxr-xr-x 3 davide davide 4096 Feb 1 09:18 . drwxr-xr-x 7 davide davide 4096 Feb 1 09:18 .. drwxr-xr-x 2 davide davide 4096 Feb 1 09:18 dsld -rw-r--r-- 1 davide davide 331 Jan 18 13:27 readme.txt
Interesting...
Some questions: