I'm trying to use IvyDependencyImportor with IDEA 6.0.4. My ivy.xml contains: <dependency org="apache" name="commons-lang" rev="2.1"/> and the jar file is ~/.ivy/cache/apache/commons-lang/jars/commons-lang-2.1.jar In the plugin setup, what should the 'artifact pattern' be in your plugin? How do you make the plugin import the jars? I've tried [organization]/[module]/jars/[module]-[revision].jar and [org]/[name]/jars/[name]-[rev].jar without success. Thanks for any advice.
-- View this message in context: http://www.nabble.com/Has-anyone-used-the-Ivy-Importer-with-IDEA--tf3410208.html#a9501031 Sent from the ivy-user mailing list archive at Nabble.com.
