The docs on the XDoclet is kind of lite, but is all the output compiled class, web.xml, struts-config.xml suppose to go to the Web Root directory under the proper directory strucutre?
I have been using my own build.xml file from previous apps and was wondering if I use that to compile all my source and generate all the web.xml and struts-config.xml file then move it all to the Web Root is that enough to get it to work? Is that what the built in xdoclet do anyways?
Just want to make sure so that i dont have to create any new xdoclet with myeclipse since i have my file already.
Thanks