|
From: Torsten J. <tor...@on...> - 2004-10-09 00:05:29
|
Haris, thank you for spotting these bugs. I fixed both and updated the plugin's update site with a new version. The version number of the feature and the plugins stayed the same. So you have to delete the feature and the plugins from your Eclipse installation directory first before you can download the new version via Eclipse's update manager. Or you can build the updated plugins from CVS head. Cheers, Torsten On 08.10.2004, at 03:59, snpe wrote: > I find bug for my problem 1 > Method > org.springframework.ide.eclipse.beans.ui.graph.actions.OpenJavaType#run > have in line 64 > IProject project = ((ProjectNode) > bean.getConfigFile().getParent()).getProject(); > I change to > IProject project = bean.getConfigFile().getParent().getProject(); > and it work now > > regards > > On Wednesday 06 October 2004 07:46 pm, snpe wrote: >> Hello, >> I have 2 problems with spring ide 1.1.0 (i try build form cvs and >> your first update for 1.1.0) >> >> 1) when I choose Open Java type in graph editor I get next error : >> java.lang.ClassCastException >> at >> org.springframework.ide.eclipse.beans.ui.graph.actions.OpenJavaType.ru >> n(OpenJavaType.java:64) >> at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) >> at >> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection( >> ActionContributionItem.java:915) >> at >> org.eclipse.jface.action.ActionContributionItem.access$500(ActionContr >> ibutionItem.java:47) >> at >> org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionCo >> ntributionItem.java:785) >> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) >> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954) >> at >> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595) >> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298) >> at >> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377) >> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348) >> at >> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java >> :254) >> at >> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) >> at >> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java: >> 96) >> at >> org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActi >> vator.java:335) >> at >> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.jav >> a:273) >> at >> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.jav >> a:129) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j >> ava:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess >> orImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:324) >> at org.eclipse.core.launcher.Main.basicRun(Main.java:185) >> at org.eclipse.core.launcher.Main.run(Main.java:704) >> at org.eclipse.core.launcher.Main.main(Main.java:688) >> >> 2) I haven't to select to element from beans view and error marker in >> xml editor (I use xml editor from myeclipse - ibm webtools >> contribution) - in text editor I have select and marker error, but >> marker don't disappear when I resolve error >> >> regards >> Haris Peco >> On Tuesday 05 October 2004 11:56 pm, Torsten Juergeleit wrote: >>> I prepared an update site from the current CVS head and uploaded it >>> to >>> the project's web site. The URL for Eclipse's update manager is >>> http://springide-eclip.sourceforge.net/updatesite/ >>> >>> Maybe you can give it a try. >>> >>> Cheers, >>> Torsten >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.net email is sponsored by: IT Product Guide on >>> ITManagersJournal >>> Use IT products in your business? Tell us what you think of them. >>> Give us >>> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find >>> out more >>> http://productguide.itmanagersjournal.com/guidepromo.tmpl >>> _______________________________________________ >>> Springide-eclip-developer mailing list >>> Spr...@li... >>> https://lists.sourceforge.net/lists/listinfo/springide-eclip- >>> developer >>> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: IT Product Guide on >> ITManagersJournal >> Use IT products in your business? Tell us what you think of them. >> Give us >> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find >> out more >> http://productguide.itmanagersjournal.com/guidepromo.tmpl >> _______________________________________________ >> Springide-eclip-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer >> > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on > ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give > us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > |