yogendra / ivyidea

Automatically exported from code.google.com/p/ivyidea
0 stars 0 forks source link

ivyidea bails on resolve when including grizzly-framework as dependency #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Here is the troublesome ivy.xml entry

<dependency org="com.sun.grizzly" name="grizzly-framework" rev="2.0.0-M3"
conf="default"/>

ivy2settings.xml attached.

Error message

Unrecognized artifact type: bundle, will not add this as a dependency in
IntelliJ.

Hard coded ugliness patch attached.

Cheers!

J

Original issue reported on code.google.com by johno.cr...@gmail.com on 29 May 2010 at 8:37

Attachments:

GoogleCodeExporter commented 9 years ago
These types are now made configurable.
Also added 'bundle' to the default types.
Issue should be resolved in next release.

Original comment by guy.mah...@gmail.com on 20 Nov 2010 at 4:32

GoogleCodeExporter commented 9 years ago
Did this patch make it into the beta4 release? I am still seeing an identical 
error message. In this case, the problem is with log4j.

Original comment by stevv...@gmail.com on 8 Jan 2011 at 3:11

GoogleCodeExporter commented 9 years ago
for some reason whoever created the beta4 download did not use the latest 
trunk, either download the trunk and compile or use the zip I attached.

Original comment by sta...@gmail.com on 21 Apr 2011 at 6:16

Attachments: