free software
IvyDependencyImportor
Products:
IntelliJ IDEA
Vendor:
Kane Gong
Email:
Website:
N/A
Description:
Import all the libs which described in the ivy.xml will be imported to the current module library.
If you have any suggestion, please mail to me.
Downloads: 6724
Rating:
Participated in rating: 1
General usage instructions:
Open \"Project\" tab on the left side of IDEA
Right click on ivy.xml
Choose \"Import from ivy.xml\"
This finds the jars in your distribution
folder which are in your ivy.xml
file and adds them to IDEA\'s classpath
Comments:
Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(360,69),absolute(356,65),button=1,modifiers=Button1,clickCount=1] on frame0
java.lang.NullPointerException
y.IvyUtil.getArtifactFile(IvyUtil.java:112)
at gz.plugin.ivy.IvyUtil.getLibsFromIvy(IvyUtil.java:100)
at gz.plugin.ivy.IvyUtil.getLibsUrlFromIvy(IvyUtil.java:63)
at gz.plugin.ivy.ImportAction.actionPerformed(ImportAction.java:40)
at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter$1.run(ActionMenuItem.java:234)
at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:645)
at
What version of IVY is used in this project
In my case when i'm using 2.0.0 beta 1 the plugin generates incorrect paths.
Another issues is with parsin ivy.xml. When i'm using patterns for defining artifact version for ex 2.+ - the path is generated incorrectly.
Thnx !