pombreda / ivyidea

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

Don't show error messages for unrecognized artifact types #114

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an ivy module with java jars and, for instance, native libs. Let the 
type of the native lib artifacts be 'lib' in the ivy file.
2. Create a second ivy module, B, that depends on the first module
3. Use IvyIDEA to resolve the dependencies of B

What is the expected output? What do you see instead?
I expect IvyIDEA to put the jars in the classpath, and ignore the lib 
artifacts. Instead I get a lot of scary error messages about unrecognized 
artifact types.

What version of the product are you using? On what operating system?
1.0.4

Please provide any additional information below.
I've attached a patch that simply prevents the error messages. An alternative 
would be to add a fourth text field to the ivy settings where you can specify 
the artifact types to ignore.

Original issue reported on code.google.com by willem.verstraeten on 24 Apr 2013 at 1:36