If you are using this feature, is there any way you can get an ivy managed
dependency that is in the workspace to somehow automatically deploy its jar
into a web project ?
My scenario was
Web project A depends on B
B was a J2EE module dependency/web library and eclipse automatically
compiles
"What I did to solve the problem is: Setting the Eclipse Project
dependencies (as without ivy) B -> A. Now you have the 'problem' that the
projects are added twice (Ivy Managed Dependencies and Eclipse Project
dependencies), but on the project Build Path you can adjust the order so
that the wo
What I did to solve the problem is: Setting the Eclipse Project dependencies
(as without ivy) B -> A. Now you have the 'problem' that the projects are added
twice (Ivy Managed Dependencies and Eclipse Project dependencies), but on the
project Build Path you can adjust the order so that the works