You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Nicolas Lalevée (JIRA)" <ji...@apache.org> on 2009/02/09 18:10:59 UTC

[jira] Reopened: (IVYDE-162) CLONE -Error while trying to edit an ivy.xml without a configured container

     [ https://issues.apache.org/jira/browse/IVYDE-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Lalevée reopened IVYDE-162:
-----------------------------------


reopening to change the resolution status of this issue

> CLONE -Error while trying to edit an ivy.xml without a configured container
> ---------------------------------------------------------------------------
>
>                 Key: IVYDE-162
>                 URL: https://issues.apache.org/jira/browse/IVYDE-162
>             Project: IvyDE
>          Issue Type: Bug
>          Components: ivy editor
>    Affects Versions: 2.0.0.alpha1
>         Environment: with IVYDE-70 patch
>            Reporter: Zhang JinYan
>            Assignee: Nicolas Lalevée
>             Fix For: 2.0.0.beta1
>
>
> In a project containing an ivy.xml, but with no Ivy classpath container configured, the editor fail to open.
> Here is the stack trace:
> {noformat}
> java.lang.NullPointerException
> at org.apache.ivyde.eclipse.ui.core.model.IvyModel.<init>(IvyModel.java:524)
> at org.apache.ivyde.eclipse.ui.editors.xml.IvyContentAssistProcessor.setFile(IvyContentAssistProcessor.java:255)
> at org.apache.ivyde.eclipse.ui.editors.xml.XMLConfiguration.getContentAssistant(XMLConfiguration.java:101)
> at org.eclipse.jface.text.source.SourceViewer.configure(SourceViewer.java:363)
> at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:3201)
> at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53)
> at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:378)
> at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:190)
> at org.eclipse.ui.forms.editor.FormEditor.addPage(FormEditor.java:343)
> at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:160)
> at org.eclipse.ui.forms.editor.FormEditor.addPage(FormEditor.java:326)
> at org.apache.ivyde.eclipse.ui.editors.IvyEditor.createPageXML(IvyEditor.java:86)
> at org.apache.ivyde.eclipse.ui.editors.IvyEditor.addPages(IvyEditor.java:117)
> at org.eclipse.ui.forms.editor.FormEditor.createPages(FormEditor.java:146)
> at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:283)
> at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)
> at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426)
> at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
> at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:263)
> at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2739)
> at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2651)
> at org.eclipse.ui.internal.WorkbenchPage.access$13(WorkbenchPage.java:2643)
> at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2595)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2590)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2574)
> at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:340)
> at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:328)
> at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:190)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.