From: SourceForge.net <no...@so...> - 2006-03-09 06:43:18
|
Bugs item #1227469, was opened at 2005-06-25 14:38 Message generated for change (Comment added) made by glongman You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1227469&group_id=118870 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Resolution: Duplicate Priority: 5 Submitted By: Jan K (codewright) Assigned to: Nobody/Anonymous (nobody) Summary: problems with Eclipse 3.1 RCs Initial Comment: There seems to be a problem with most release candidates of eclipse. when trying to open the debug/run configuration view a Problems occurred when invoking code from plug-in: "org.eclipse.jface". is thrown. The exception behind is: org.eclipse.jdt.internal.core.Assert$AssertionFailedException: Assertion failed; Path for IClasspathEntry must be absolute ... at com.iw.plugins.jetty.launcher.JettyClasspathProvider.setupJettyPaths(JettyClasspathProvider.java:192) at com.iw.plugins.jetty.launcher.JettyClasspathProvider.computeUnresolvedClasspath(JettyClasspathProvider.java:82) ... it seems like the problems is caused by the url pointing at the runtime.jar within the plugin jar. i exported the plugin as directory and it works now. don't know who's to blame, eclipse or jetty launcher ;) ---------------------------------------------------------------------- >Comment By: Geoffrey Longman (glongman) Date: 2006-03-09 01:43 Message: Logged In: YES user_id=387057 this is dupe of [ 1261094 ] Incorrect jar handling ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-02-20 11:43 Message: Logged In: NO cheers ! thank you a lot for this help ! features and plugins as directories work well !) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-11-04 03:10 Message: Logged In: NO thank you, thank you, thank you this was driving me nuts but making dirs works fine!!! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1227469&group_id=118870 |