Allison, Bob napisał(a):
I am not sure what the problem is, but it is definitely an XDoclet problem, not 
a Maven problem.  You might get better answers on an XDoclet forum.

I am not sure.
xdoclet-maven-plugin is based on antrun plugin. Children of element tasks in configuration are ant task. I have copied them from my ant script. Before I moved to maven I had used this script and it worked fine. From other hand I use similiar configuration to generate ejb descriptors and it works...


 It looks like xdoclet don't find java files.
Does anyone know how to make xdoclet to print which files it scans for tags ?


      <configuration>
              <tasks>
                <mkdir
dir="${project.build.directory}/generated-resources/MATA-INF"/>
                <webdoclet
destdir="${project.build.directory}/generated-resources/MATA-INF"
excludedtags=""  verbose="true" force="true"
                 addedTags="">

                    <jsptaglib   jspversion="1.1" taglibversion="1.2"
shortname="jsp-utils"  filename="jsp-utils.tld" />
                      <fileset dir="${project.build.sourceDirectory}" >
                          <include name="**/*.java"/>
                    </fileset>

                </webdoclet>
              </tasks>
            </configuration>




--
Michał Steiner




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to