VirtualWorldsRepos / lslforge

Automatically exported from code.google.com/p/lslforge
0 stars 0 forks source link

New nstal of Eclipse 4.2 prevents installation of LSLForge 0.1.2 #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.On a system that has never had an instal of Eclipse, instal 4.2
2.Download latest LSLForge 0.1.2
3.Attempt to Install New Software.

What is the expected output? What do you see instead?
Expect to see successful installation message/s.
Get instead error message
<q>
Cannot complete the install because one or more required items could not be 
found.
  Software being installed: LSLforge 0.1.2 (lslforge.feature.group 0.1.2)
  Missing requirement: LSLforge 0.1.2 (lslforge.feature.group 0.1.2) requires 'org.eclipse.update.core 0.0.0' but it could not be found
</q>

What version of the product are you using? On what operating system?
The very latest with no previous installations.

Please provide any additional information below.
Many more plugins have been borked by Eclipse changing the way core facilities 
are provided. Google 'org.eclipse.update.core 0.0.0' and you will find them.

New users will not be able to use LSLForge until this is fixed.

Original issue reported on code.google.com by gregorym...@gmail.com on 11 Aug 2012 at 10:01

GoogleCodeExporter commented 9 years ago
This problem occurs even on systems with prior installations of Eclipse.  When 
I updated to Eclipse 4.2, LSLforge ceased to work.  And when I reinstalled, I 
got that very same error.

System is Arch Linux x86_64

Original comment by ZauberEx...@gmail.com on 11 Aug 2012 at 8:33

GoogleCodeExporter commented 9 years ago
With an existing working installation of Eclipse, a (necessary for Java) 
automatic update via the built in 'help'->'Check for updates' function broke 
the LSL editor with a complaint that it could not run the LSL editor due to a 
missing description.

Closing the previously open file and trying to reopen it now invokes the 
default text editor, not the LSL editor.

No combination of uninstalls, purges, and reinstallation will get it to work 
again.

System is Kubuntu 12.4 'Precise' on X86 32 bit runtime.

Original comment by liquor.a...@gmail.com on 17 Aug 2012 at 5:58

GoogleCodeExporter commented 9 years ago
I'll handle this one.

Original comment by elnew...@gmail.com on 16 Sep 2012 at 7:01

GoogleCodeExporter commented 9 years ago
Fixed in v0.1.3

Removed the InstallHandler.java code, which relied on deprecated code not 
supported in 4.2.  Tests indicate the code isn't vital, but if anyone 
encounters a problem installing, please reopen this issue.

Original comment by elnew...@gmail.com on 26 Oct 2012 at 2:54