IdeaToAnt causes Internal Error on Build #672

Hello,

I am seeing the following error (in system\log\idea.log) when trying to
generate an Ant file using IdeaToAnt.

Anyone else seeing this?

Thanks,
Patrick

2002-11-08 18:14:01,491 INFO -
plugin.idea2ant.Idea2antAction - VirtualFile:
D:\Source\printutil\printutil.ipr
2002-11-08 18:14:01,561 INFO -
plugin.idea2ant.Idea2antAction - project path= D:/Source/printutil
2002-11-08 18:14:01,591 INFO -
n.idea2ant.ProjectTreeVersion2 - --source
2002-11-08 18:14:01,591 INFO -
n.idea2ant.ProjectTreeVersion2 - --class
2002-11-08 18:14:01,601 ERROR -
intellij.ide.IdeEventQueue - Error during dispatching of
java.awt.event.MouseEvent[MOUSE_RELEASED,(75,304),button=1,modifiers=Button1,clickCount=1]
on ###overrideRedirect###
2002-11-08 18:14:01,601 ERROR -
intellij.ide.IdeEventQueue - IntelliJ IDEA 3.0 Build #672
2002-11-08 18:14:01,601 ERROR -
intellij.ide.IdeEventQueue - JDK: 1.4.1_01
2002-11-08 18:14:01,601 ERROR -
intellij.ide.IdeEventQueue - VM: Java HotSpot(TM) Client VM
2002-11-08 18:14:01,601 ERROR -
intellij.ide.IdeEventQueue - Vendor: Sun Microsystems Inc.
2002-11-08 18:14:01,601 ERROR -
intellij.ide.IdeEventQueue - OS: Windows 2000
2002-11-08 18:14:01,601 ERROR -
intellij.ide.IdeEventQueue - Last Action: IDEA2ANT.do
2002-11-08 18:14:01,601 ERROR -
intellij.ide.IdeEventQueue -
java.lang.NullPointerException
at org.apache.tools.ant.util.StringUtils.replace(StringUtils.java:108)
at
sh.aiko.intellij.plugin.idea2ant.ProjectTreeVersion3.parseCompilerConfiguration(ProjectTreeVersion3.java:472)

at
sh.aiko.intellij.plugin.idea2ant.ProjectTreeVersion3.parseProjectTree(ProjectTreeVersion3.java:62)

at
sh.aiko.intellij.plugin.idea2ant.Idea2antAction.actionPerformed(Idea2antAction.java:52)

at com.intellij.openapi.actionSystem.b.l.actionPerformed(l.java:8)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at
com.intellij.openapi.actionSystem.b.bb.fireActionPerformed(bb.java:58)
at com.intellij.ui.a.a.p.doClick(p.java:148)
at com.intellij.ui.a.a.p.access$300(p.java:244)
at com.intellij.ui.a.a.q.mouseReleased(q.java:6)
at java.awt.Component.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at com.intellij.ide.q.a(q.java:114)
at com.intellij.ide.q.dispatchEvent(q.java:95)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)


0

请先登录再写评论。