Re: IDE doesn't see my breakpoints
Posted By:
Christopher_Koenigsberg
Posted On:
Sunday, September 9, 2007 04:58 PM
You might try exporting your other projects as Jar files and putting copies of them into the WEB-INF/lib of your main Web project. then associate the source location, of each jar, with its corresponding project.
Also in my previous answer to your previous question, I should have suggested that you Jar up your other POJO/Spring code and put the Jar files into your WEB-INF/lib there too.