yogendra / ivyidea

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

Error including different types of dependencies besides jar #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I received this error when trying to include Seam:

org.jboss.seam#jboss-seam;2.1.1.GA: Unrecognized artifact type: ejb, will
not add this as a dependency in IntelliJ.

Here's the slice of ivy.xml I have:

        <dependency org="org.jboss.seam" name="jboss-seam" rev="2.1.1.GA"
conf="runtime,src" />

In the maven repo in JBoss (that's where Seam is kept,
repository.jboss.org/maven2) Seam is set as an ejb type.

Original issue reported on code.google.com by LightGua...@gmail.com on 25 Feb 2009 at 10:57

GoogleCodeExporter commented 9 years ago
This is indeed an error; for now the accepted types are hardcoded but they 
should be
made configurable in (one of) the next release(s).

I'll add the 'ejb' type to the hardcoded list of accepted types.

Original comment by guy.mah...@gmail.com on 26 Feb 2009 at 5:36

GoogleCodeExporter commented 9 years ago

Original comment by guy.mah...@gmail.com on 26 Feb 2009 at 5:36

GoogleCodeExporter commented 9 years ago
Added 'ejb' hardcoded for now.

Original comment by guy.mah...@gmail.com on 20 Mar 2009 at 6:54

GoogleCodeExporter commented 9 years ago

Original comment by guy.mah...@gmail.com on 20 Mar 2009 at 6:55

GoogleCodeExporter commented 9 years ago
These types are now made configurable.

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