Hi There,
I have 2 java projects. One of which has the main web application and the second has the web services functionality. Both are dependant on each other. My issue is that I want to run and debug both simultaneously but I am having to compile a jar from the web services project and include that in the web project. This is 1st of all time consuming with every change and I can not get any debugging to work from the jar I compiled for the web services project.
I have searched the forums and found correspondence such as:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-477.html
But I can not find anything more recent and from the options in MyEclipse it looks as though this should be supported. For instance, under my project properties in MyEclipse -> Web -> Deployment[tab]… I have tried selecting the option to “Use Smart deployment for dependent Java projects” but this seems to have no impact on the deployment of either project.
If I am missing something, if there is another forum I could look at, if there is a great tutorial on this please let me know. Any and all suggestions welcome.
Thanks for your help
Daniel (Optimad)
Configuration:
(Tomcat 5, Java 5, MyEclipse 5.1.0 GA, xfire 1.2.4)