ivyde

IvyDE + WTP: How to workaround that ivy library is ignored by WTP?

I have found IvyDE which allows me to solve an outstanding problem of having a frozen core version of a web application, which needs to be able to pull in extra code from an update library so it is on the classpath of the web application. For development speed I've found that the "Resolve in Workspace" facility allows Eclipse to put the...

Ivy libs in WAS deployment

I have a war attached to an ear in RAD. I'm using Ivy to manage my project dependencies. My only problem is that when I deploy the ear to my dev instance of WAS through RAD, the deployment doesn't see any dependent libraries from ivy. How can I configure the project so that the ivy dependencies show up when the project is deployed to w...

Publish step to TomCat is too long (Ivy dependencies using) from Eclipse Helios

Hi, In my web project environment i use ivy (with ivyde plugin) to manage all my dependencies (about 40 .jar files). All is ok (dependencies resolve/retrieve - building - final running on my Tomcat server). But, when at each tomcat publishing operation (from Eclipse in the server view), this step is too long (> 10 seconds) because all...