Hi,
Nicolas Lalevée wrote:
> I have build one here:
> http://www.hibnet.org/ivyde/updatesite/plugins/
I'm trying to use this one on a project with a really simple ivy.xml file
(see below). Problem is that IvyDE does not seem to resolve or fetch
anything. I didn't do much configuration, except telling IvyDE to retrieve
after resolve. The resolving works fine using the Ant tasks from the
command line.
I have added the IvyDE classpath container using "Add Ivy Library" on the
ivy.xml file, and the Error Log view says "resolved dependencies
of /home/marcus/services/ivy.xml". What did I miss?
Regards,
Marcus
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="org.example" module="services"/>
<publications>
<artifact name="example-services" />
</publications>
<dependencies>
<dependency org="log4j" name="log4j" rev="1.2.15"
conf="default->provided"/>
</dependencies>
</ivy-module>