Thanks!
1. Enabled “MyEclipse-XDoclet” by adding “Standard Web” configuration.
2. In “webdoclet” added “jbosswebxml” and checked the following properties:
a. Version
b. securitydomain
3. Unchecked “jsptaglib” and “deploymentdescriptor” thus leaving 2:
a. fileset
b. jbosswebxml
4. Applied, OKed
5. Run XDoclet
6. Got:
Buildfile: C:\Devel\eclipse\workspace\SecMyFacesExamples\.xdoclet-build.tmp.xml
N65540:
BUILD FAILED
C:\Devel\eclipse\workspace\SecMyFacesExamples\.xdoclet-build.xml:50: is not a legal value for this attribute
Total time: 1 second
Line 50 in xdoclet-build.xml reads:
<taskdef name="webdoclet" classname="xdoclet.modules.web.WebDocletTask" classpathref="xdoclet.classpath"/>
<webdoclet excludedTags="@version,@author,@todo" destDir="src" verbose="true" addedTags="@xdoclet-generated at ${TODAY},@copyright The XDoclet Team,@author XDoclet,@version ${version}" >
(all one line)
What’s next?
Is the a way to force myEclipse to generate proper deployment descriptors WITHOUT spending an hour in the tutorial?
Just check a box that says: “Generate Deployment Descriptors” and OK it?
Many thanks!