Hi,


I have a problem, with generating struct related stuff (concretely validations).
I'm using JBoss-IDE 1.2.2 for Eclipse. When I run xdoclet-build.xml file, I receive error
message: BUILD FAILED: file:/home/laco/workspace/Tarbos/xdoclet-build.xml:30: Can't create a strutsconfigxml element under webdoclet. Make sure the jar file containing the corresponding subtask class is on the classpath specified in the <taskdef> that defined {2}.


Here's my xdoclet-build.xml file:

<target name="N10004" description="WEB">
<taskdef classpathref="xdoclet.classpath" classname="xdoclet.modules.web.WebDocletTask" name="webdoclet"/><webdoclet destDir="src/WEB-INF" mergeDir="metadata/web" verbose="true" >


<fileset dir="src"  includes="**/*Form.java" >
</fileset>

<deploymentdescriptor Servletspec="2.3" distributable="false" sessiontimeout="60" destDir="src/WEB-INF" >
</deploymentdescriptor>


<jbosswebxml Version="3.0" >
</jbosswebxml>

<strutsconfigxml Version="1.1"  validateXML="true" >
</strutsconfigxml>

<strutsvalidationxml>
<strutsvalidationxml>

</webdoclet>
</target>

I really don't know how to fix this.

Thanx for your help.

Sincerely, L. Martincik



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to