Bug#587657: locally installed plugins aren't loaded

2011-03-15 Thread Borden Rhodes
Is this bug still being worked on?  I don't know if I have the same cause but I have the same symptoms.  I got a new computer, installed Eclipse, moved my ~/.eclipse folder over to the machine and, same as the initial bug report, the local plug-ins show up in Installed Software they're not

Bug#587657: locally installed plugins aren't loaded

2011-03-15 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2011-03-15 21:10, Borden Rhodes wrote: Is this bug still being worked on? [...] Hi Personally I am hoping for a solution from upstream here; at best we can hope to provide some fragile scripts that on a best effort basis attempts to repair

Bug#587657: locally installed plugins aren't loaded

2011-03-15 Thread Borden Rhodes
I'd be happy to help. I thought that architecture dependency was an issue but I didn't realise how fickle Eclipse actually is. In fact, it's really the only program where I haven't been able to copy-and-drop the dot-file/folder to restore my settings. Anyway, that's an upstream problem. I'll

Bug#587657: Re: Bug#587657: locally installed plugins aren't loaded

2010-09-03 Thread Piotr Dąbrowski
@Kevin Locke sed -i 's/^\([^,]*\),[^,]*,\([^,]*\/\1\)_\([^,\/]*\).jar,/\1,\3,\2_\3.jar,/' $(find ~/.eclipse -name bundles.info) Thank you. Android ADT plugin works again :) Regards, Piotr Dąbrowski __ This is the maintainer address of Debian's Java team

Bug#587657: locally installed plugins aren't loaded

2010-09-03 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010-09-03 04:36, Kevin Locke wrote: Just got hit by this bug again. Jim's suggestion about org.apache.lucene was right on. To save time as this bug keeps reappearing, here's a quick fix for the future: sed -ir

Bug#587657: locally installed plugins aren't loaded

2010-09-03 Thread Kevin Locke
On Fri, 2010-09-03 at 13:35 +0200, Niels Thykier wrote: What version of lucene2 (liblucene2-java) do you have installed? 2.9.2+ds1-1 (Which I don't think has been updated in a while.) But the plugin jar from eclipse-platform (3.5.2-6) is org.apache.lucene_2.9.3.jar. Kevin, thanks for the sed

Bug#587657: locally installed plugins aren't loaded

2010-09-03 Thread Jim Hague
On Friday 03 Sep 2010 12:35:00 Niels Thykier wrote: What version of lucene2 (liblucene2-java) do you have installed? I have liblucene2-java 2.9.2+ds1-1 (recently updated Testing). But the version of lucene picked up is /usr/lib/eclipse/plugins/org.apache.lucene_2.9.3.jar, which is from

Bug#587657: locally installed plugins aren't loaded

2010-09-02 Thread Jim Hague
I updated to 5.3.5-6 today, and lo! The Android plugin again disappears. In case it helps anyone, this patch restores it. --- bundles.info2010-09-02 14:04:23.0 +0100 +++

Bug#587657: locally installed plugins aren't loaded

2010-09-02 Thread Kevin Locke
On Thu, 2010-09-02 at 20:36 -0600, Kevin Locke wrote: sed -ir 's/^([^,]+),[^,]+,([^,]+\/\1)_([^,\/]+).jar,/\1,\3,\2_\3.jar,/' $(find ~/.eclipse -name bundles.info) One quick followup to my last message. Here's a corrected command using BREs instead of EREs so the back-reference is valid. sed

Bug#587657: locally installed plugins aren't loaded

2010-09-02 Thread Kevin Locke
Just got hit by this bug again. Jim's suggestion about org.apache.lucene was right on. To save time as this bug keeps reappearing, here's a quick fix for the future: sed -ir 's/^([^,]+),[^,]+,([^,]+\/\1)_([^,\/]+).jar,/\1,\3,\2_\3.jar,/' $(find ~/.eclipse -name bundles.info) Note: Regex made

Bug#587657: locally installed plugins aren't loaded

2010-08-10 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010-08-09 10:20, Robert Ramiega wrote: On Sun, Aug 08, 2010 at 02:29:02AM +0200, Niels Thykier wrote: [...] You are right, I overlooked that second entry. If you look closely you'll notice that third entry got right version number and

Bug#587657: locally installed plugins aren't loaded

2010-08-07 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010-08-07 13:50, Robert Ramiega wrote: On Sat, Aug 07, 2010 at 01:39:13AM +0200, Niels Thykier wrote: Can you please post the contents of the bundles.info within in your ~/.eclipse [1]? It should be in the attachement. Teoretically it's

Bug#587657: locally installed plugins aren't loaded

2010-08-07 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010-08-07 21:04, Robert Ramiega wrote: On Sat, Aug 07, 2010 at 02:42:07PM +0200, Niels Thykier wrote: Hi I suspect the issue is that you have sat4j 2.2.0-2 from unstable and well i'm running unstable =o)) eclipse has an implicit

Bug#587657: locally installed plugins aren't loaded

2010-08-06 Thread Robert Ramiega
Package: eclipse Version: 3.5.2-5 Severity: normal None of the solutions mentioned on the bug page[1] worked for me. I've installed ADT plugin successfully but still can't use it. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587657 -- System Information: Debian Release: squeeze/sid

Bug#587657: locally installed plugins aren't loaded

2010-08-06 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010-08-06 22:09, Robert Ramiega wrote: Package: eclipse Version: 3.5.2-5 Severity: normal None of the solutions mentioned on the bug page[1] worked for me. I've installed ADT plugin successfully but still can't use it. [1]

Bug#587657: locally installed plugins aren't loaded

2010-07-28 Thread Torsten Werner
On Sun, Jul 25, 2010 at 1:42 PM, Panayiotis Karabassis pan...@gmail.com wrote: Thanks, it worked this time! Jetty migrated to testing. I wonder if that fixes this bug... Cheers, Torsten __ This is the maintainer address of Debian's Java team

Bug#587657: locally installed plugins aren't loaded

2010-07-25 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010-07-25 09:45, Panayiotis Karabassis wrote: [...] I have attached the files you requested. Regards, Panayiotis Hey It looks like you need to do the same change as Jim Hague[1]. You might be able to use Jim's patch too. If not,

Bug#587657: locally installed plugins aren't loaded

2010-07-25 Thread Panayiotis Karabassis
On 07/25/2010 12:08 PM, Niels Thykier wrote: It looks like you need to do the same change as Jim Hague[1]. You might be able to use Jim's patch too. If not, then just open your bundles.info and replace 6.1.22 with 6.1.24 in the two lines starting with org.mortbay.jetty. Thanks, it worked

Bug#587657: locally installed plugins aren't loaded

2010-07-24 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hey The file you posted do not contain any references to locally installed plugins. Is this the bundles.info in /usr/lib/eclipse/configuration/some/path/ or the one from ~/.eclipse/some/path ? If it is the former then you have attached the wrong

Bug#587657: locally installed plugins aren't loaded

2010-07-19 Thread Panayiotis Karabassis
Package: eclipse Version: 3.5.2-5 Severity: normal I am still affected by this bug in 3.5.2-5. The patch did not help. Here is my bundles.info: #version=1 com.ibm.icu,4.0.1.v20100122,plugins/com.ibm.icu_4.0.1.v20100122.jar,4,false com.jcraft.jsch,0.1.42,plugins/com.jcraft.jsch_0.1.42.jar,4,false

Bug#587657: locally installed plugins aren't loaded

2010-07-19 Thread Panayiotis Karabassis
I am affected by this bug in 3.5.2-5. The patch did not help. Here is my bundles.info: #version=1 com.ibm.icu,4.0.1.v20100122,plugins/com.ibm.icu_4.0.1.v20100122.jar,4,false com.jcraft.jsch,0.1.42,plugins/com.jcraft.jsch_0.1.42.jar,4,false

Bug#587657: locally installed plugins aren't loaded

2010-07-09 Thread Jerome Wittmann
Hi, today I've upgraded my testing system and ran into the same issue. All locally installed plugins aren't loaded. The patch from Hannes fixed the problem. Regards Jerome __ This is the maintainer address of Debian's Java team

Bug#587657: locally installed plugins aren't loaded

2010-07-01 Thread Hannes von Haugwitz
Dark LiSNAz wrote: This solves my problem, but it may also means something to Hannes's problem. Thanks for your reply. Unfortunately neither the old nor the new location of the concurrent plugin works (in the original or an clean .eclipse/org.eclipse.platform_*/). Greetings Hannes __

Bug#587657: locally installed plugins aren't loaded

2010-07-01 Thread Niels Thykier
On 2010-07-01 07:57, Hannes von Haugwitz wrote: Dark LiSNAz wrote: This solves my problem, but it may also means something to Hannes's problem. Thanks for your reply. Unfortunately neither the old nor the new location of the concurrent plugin works (in the original or an clean

Bug#587657: locally installed plugins aren't loaded

2010-07-01 Thread Hannes von Haugwitz
Niels Thykier wrote: Hi Do you have any broken symlinks in /usr/lib/eclipse/plugins ? ~Niels No: # find /usr/lib/eclipse/ -type l ! -exec test -r {} \; -print # Greetings Hannes __ This is the maintainer address of Debian's Java team

Bug#587657: locally installed plugins aren't loaded

2010-07-01 Thread Hannes von Haugwitz
Hi, the changes in the attached patch of the bundles.info file finally solve my issue. For some reason the update of these plugins does not work properly. In a brand new sid vm the bundles.info is generated correctly. Thanks for your help Hannes --- bundles.info_orig 2010-07-01

Bug#587657: locally installed plugins aren't loaded

2010-06-30 Thread Hannes von Haugwitz
Package: eclipse Version: 3.5.2-5 Severity: important Hi, With the upgrade from 3.5.2-3 to 3.5.2-4 all locally installed plugins aren't loaded anymore, while they appear in the Installed Software tab. Neither uninstall/install of the plugins nor an clean ~.eclipse/ and ~/workspace folder solves

Bug#587657: locally installed plugins aren't loaded

2010-06-30 Thread Niels Thykier
On 2010-06-30 18:32, Hannes von Haugwitz wrote: Package: eclipse Version: 3.5.2-5 Severity: important Hi, Hi With the upgrade from 3.5.2-3 to 3.5.2-4 all locally installed plugins aren't loaded anymore, while they appear in the Installed Software tab. Neither uninstall/install of the

Bug#587657: locally installed plugins aren't loaded

2010-06-30 Thread Dark LiSNAz
On Thu, Jul 1, 2010 at 3:57 AM, Niels Thykier wrote: With the upgrade from 3.5.2-3 to 3.5.2-4 all locally installed plugins aren't loaded anymore, while they appear in the Installed Software tab. Neither uninstall/install of the plugins nor an clean ~.eclipse/ and ~/workspace folder solves the