Hi,
I like myeclipse and qould like to use it on already existing projects. I have my own build.xml doing the job fine. How can I tell myeclise that I have a struts/ ejb app, but I do not want it to generate any files?
my structure is
build.xml
\resources\
\ear\
\war\
\WEB-INF
\lib
\src
\gensrc
\…
\ejb-jar\
\META-INF
\src
\gensrc
\…
\swing-client\
\…
i just want to keep my build files generating and still be able to use all those nice editors in myeclipse.
brgds,
p.g.taboada