I have an existing project that is developed using netbeans, and I would like to integrate Apache Ivy in the project. I updated the build.xml generated by netbeans to download ivy (if necesarry) and use it to retrieve the dependencies.
Does anyone know how I can add the downloaded dependencies to the build path of the project, such that it will compile okay and also so that it doesn't show missing libraries errors in the interface.
I would prefer to do this without using a netbeans plugin if this is possible. If not, what plugin would you recommend using.
EDIT: Also I am doint this in the "-pre-init" target right now, if it is of any relevance.