What version of Ant and XDoclet?
What does your taskdef look like?

Aslak

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:xdoclet-user-admin@;lists.sourceforge.net]On Behalf Of Kevin
> Galligan
> Sent: 9. november 2002 22:11
> To: '[EMAIL PROTECTED]'
> Subject: [Xdoclet-user] At least one fileset for webdoclet error
>
>
> I'm trying to run webdoclet, but it keeps bombing with the following...
>
> taglib:
>      [echo] C:\devel\menus\code/webapp
> [webdoclet] file:C:/devel/menus/code/webapp/build.xml:23: At least one
> fileset must be specified
> [webdoclet]     at
> xjavadoc.ant.XJavadocTask.validateOptions(XJavadocTask.java:120)
> [webdoclet]     at xdoclet.DocletTask.validateOptions(DocletTask.java:485)
> [webdoclet]     at
> xdoclet.modules.web.WebDocletTask.validateOptions(WebDocletTask.java:21)
> [webdoclet]     at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:52)
> [webdoclet]     at org.apache.tools.ant.Task.perform(Task.java:317)
> [webdoclet]     at org.apache.tools.ant.Task.perform(Task.java:332)
> [webdoclet]     at org.apache.tools.ant.Target.execute(Target.java:309)
> [webdoclet]     at
> org.apache.tools.ant.Target.performTasks(Target.java:334)
> [webdoclet]     at
> org.apache.tools.ant.Project.executeTarget(Project.java:1306)
> [webdoclet]     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
> [webdoclet]     at
> org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:143)
> [webdoclet]     at org.apache.tools.ant.Task.perform(Task.java:317)
> [webdoclet]     at org.apache.tools.ant.Target.execute(Target.java:309)
> [webdoclet]     at
> org.apache.tools.ant.Target.performTasks(Target.java:334)
> [webdoclet]     at
> org.apache.tools.ant.Project.executeTarget(Project.java:1306)
> [webdoclet]     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
> [webdoclet]     at org.apache.tools.ant.Task.perform(Task.java:317)
> [webdoclet]     at org.apache.tools.ant.Target.execute(Target.java:309)
> [webdoclet]     at
> org.apache.tools.ant.Target.performTasks(Target.java:334)
> [webdoclet]     at
> org.apache.tools.ant.Project.executeTarget(Project.java:1306)
> [webdoclet]     at
> org.apache.tools.ant.Project.executeTargets(Project.java:1250)
> [webdoclet]     at org.apache.tools.ant.Main.runBuild(Main.java:610)
> [webdoclet]     at org.apache.tools.ant.Main.start(Main.java:196)
> [webdoclet]     at org.apache.tools.ant.Main.main(Main.java:235)
>
> Here's the ant xml...
>
> <target name="taglib" depends="init">
>       <echo message="${webapp.basedir}" />
>
>       <webdoclet destdir="${webapp.basedir}">
>          <fileset dir="${webapp.basedir}">
>             <include name="**/*.java" />
>          </fileset>
>
>          <jsptaglib jspversion="1.2" destdir="${webapp.basedir}"
> shortname="heyo" validateXml="false" />
>       </webdoclet>
>    </target>
>
> The directories are a little off, but I changed that to make it simpler
> while trying to sort this out.  Anyway, there is  a fileset
> section, and the
> path is valid.  Its just not working.  Please help.
>
> Thanks in advance,
> -Kevin
>
>
> =================================================================
> This message contains confidential business information that is
> intended for use only by the individual or entity to whom it is
> addressed.  If you are not the intended recipient, you are hereby
> notified that any disclosure, interception, copying, distribution
> or the taking of any action in reliance on the contents of this
> email is prohibited.  If you received this email in error, please
> notify the sender by forwarding the message back to the sender,
> and then delete the original information from your system.
> =================================================================
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to