Thank you very much Dominik!  :)  The:

    maven.xdoclet.webdoclet.jsptaglib.0=false

property worked.

Re 'unknown="false"' appearing in the Struts action
element tag, I will have to look into the XDoclet (or
Maven plugin) source when I have more time. 
Apparently, the struts-config.xml file is still
accepted even with the 'unknown="false"' specified.

Thanks again!  :)




--- Dominik Dahlem <[EMAIL PROTECTED]> wrote:
> Hi Konrad,
> 
> see comments inline:
> 
> On Mon, 2003-09-01 at 22:52, Konrad wrote:
> > Hello.
> > 
> > [ webdoclet (maven plugin) generating action
> element
> > with 'unknown="false"' ]
> > 
> > I'm using XDoclet Maven plugin for generating the
> > struts-config.xml file.  In the .java file for
> > myaction.RedirectAction, I've included the
> following
> > tags:
> > 
> >  * @struts.action
> >  *    path="/redirect" scope="request"
> > validate="false"
> > 
> > After running Maven/XDoclet, the struts-config.xml
> > file contains the following entry:
> > 
> >     <action
> >       path="/redirect"
> >       type="myaction.RedirectAction"
> >       unknown="false"
> >       validate="false"
> >     >
> >     </action>
> > 
> > 
> > Is there a reason why 'unknown="false"' is being
> > generated?
> > 
> 
> [Dominik] : can't help you with this one...
> 
> > 
> > 
> > 
> > [ "Running <jsptaglib/>" ]
> > 
> > Also, can someone please explain why the webdoclet
> > subtask "jsptaglib" is being executed (appears in
> > output), even though I have not specified this as
> one
> > of the subtasks to run in the project.properties
> file?
> > 
> 
> [ Dominik ] : there is a property you can set in
> your project.properties
> file which determines to run jsptaglib task. If you
> set
>   maven.xdoclet.webdoclet.jsptaglib.0=false
> your jsptaglib task will be excluded.
> 
> 
> > 
> > Thank you.
> > 
> 
> [ Dominik ] : Hope that helps,
> 
> Dominik

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-------------------------------------------------------
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