RE: Refactoring code in dependent projects

2008-12-10 Thread paul . newport
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

RE: Refactoring code in dependent projects

2008-12-02 Thread paul . newport
"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

RE: Refactoring code in dependent projects

2008-12-02 Thread Andreas Schläpfer
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