I have an existing J2EE project with multiple linked directories and ant build.xml files (with all of the XDoclet and Javadoc settings), and a directory structure that needs to remain fixed. JBoss is the app server.
Is it possible to import this into MyEclipse, force the existing build via my linked build.xml files “as is”, and still run it within MyEclipse to get the ability to set breakpoints and step through my JSP and Session Bean bean code?
It’s important for me to do this as a first step, and then go back and set up the entire project the Eclipse way.
Thanks,
Brian