Bugs item #1227469, was opened at 2005-06-25 20:38 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: None 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 ;) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=682377&aid=1227469&group_id=118870 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Jettylauncher-plugin mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jettylauncher-plugin
