yWorks Ant Explorer issue.
I have an ant build file that references a few inexistent targets
in tasks. When opening the file, Ant Explorer throws
an exception and doesn't display anything in its tabbed window.
IDEA 3487, Ant Explorer 1.0.1.
for example,
com.yworks.ax.ke: No target found for some-inexistent-target
at com.yworks.ax.kc.a(Unknown Source)
at com.yworks.ax.j1.a(DashoA10*..)
at com.yworks.ax.e8.b(Unknown Source)
at com.yworks.ax.e8.(Unknown Source)
at com.yworks.ax.b4.c(Unknown Source)
at com.yworks.ax.b.a(DashoA10*..)
at com.yworks.ax.b.a(DashoA10*..)
at com.yworks.ax.d.a(DashoA10*..)
at com.yworks.ax.c.a(DashoA10*..)
at com.yworks.antvis.idea.AntEditor.]]>(DashoA10*..)
at com.yworks.antvis.idea.AntEditorProvider.createEditor(Unknown
Source)
at
com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl3(FileEditorManagerImpl.java:178)
at
com.intellij.openapi.fileEditor.impl.EditorsSplitters.readExternalPanel(EditorsSplitters.java:26)
at
com.intellij.openapi.fileEditor.impl.EditorsSplitters.openFiles(EditorsSplitters.java:103)
at
com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$5$1$1.run(FileEditorManagerImpl.java:3)
at
com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:71)
at
com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:108)
at
com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$5$1.run(FileEditorManagerImpl.java:2)
at
com.intellij.openapi.wm.impl.commands.InvokeLaterCmd.run(InvokeLaterCmd.java)
at
com.intellij.openapi.application.impl.LaterInvocatorEx$FlushQueue.run(LaterInvocatorEx.java:24)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at
com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:121)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:2)
at
com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:88)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Thanks,
Vince.
请先登录再写评论。
Thanks for the report. I will take a deeper look into it.
Johannes Schneider
Vincent Mallet wrote:
A smaller issue that's bugged me about it is that when I use alt-left and alt-right to move between tabs yWorks Ant explorer tabs capture it and move between the yWorks tabs. Small thing but rather annoying.
Yes, this is very annoying. But I think it is an Idea bug :(
I think I cannot work around, because the problem also occurs if
alt-left is pressed within the XML editor...
Johannes Schneider
Glen Stampoultzis wrote:
Hi,
I have released a new version (1.0.2). Should be show up in the plugin
manager in a few minutes...
Johannes Schneider
Vincent Mallet wrote:
It's much better, thanks.
Vince.