Hi Konstantin,

Thanks for all your help so far, Now I seem to be having problem generating
my deployment descriptor,

I haven't been able to figure out how to replicate this:

<deploymentdescriptor
destdir="${project.build.directory}/${project.build.finalName}/WEB-INF"
servletspec="2.4" validateXML="true">
</deploymentdescriptor>

Using Maven2 Xdoclet2

I have declared my WebPlugin component as follows:
 <component>
                   <classname>org.xdoclet.plugin.web.WebPlugin</classname>
                   <params>
                    
<destdir>${project.build.directory}/${project.build.finalName}/WEB-INF</destdir>
                     <mergedir>src/main/xdoclet/webdoclet</mergedir>
                     <validate>false</validate>
                     <servletversion>2.4</servletversion>
                   </params>
</component>

But the Web.xml file is not been generated properly instead I get contents
looking like this:

<!--start merging from source: src/main/xdoclet/webdocletweb-settings.xml-->
<!--To add context params, description, and display name to your generated
                web.xml add a file to your XDoclet merge director named 
                web-settings.xml that contains elements such as 
                <display-name></display-name>, <description></description>, 
                <context-param> ... </context-param>
                Define root element as <j:jelly xmlns:j="jelly:core"/>-->
<!--end merging from source: src/main/xdoclet/webdocletweb-settings.xml-->







Peter Fajemisin wrote:
> 
> Yes. it does run.
> 
> I will try to examine and change generated contents as adviced, will get
> back to you if needed. 
> Thanks mate.
> 
> 
> 
> Konstantin Priblouda wrote:
>> 
>> 
>> --- Peter Fajemisin <[EMAIL PROTECTED]> wrote:
>> 
>>> 
>>> Thanks Konstantin, I will hold off and just bear
>>> with the warning for now.
>>> 
>>> However, I have another query.
>>> 
>>> My jstl tags does not seem to working in my jsp
>>> pages, amongst other things.
>>> I am guessing  something is wrong with my xdoclet2
>>> plugin definition and its
>>> components and dependencies in my pom.xml.
>>> 
>>> I have included my previous working xdoclet plugin
>>> definition and my new
>>> working but not complete xdoclet2 plugin definition.
>> 
>> definition looks OK for me ( does it run? ) , but I
>> must admit that I do not use jsp and taglibs so I can
>> not give much of help. 
>> 
>> If I were you, I wouild examine generated content and
>> try to change it until it works properly. 
>> 
>> Then it will be possible to examine differences and 
>> decide whether XD2 plugin does something wrong
>> 
>> regards,
>> 
>> ----[ Konstantin Pribluda http://www.pribluda.de ]----------------
>> JTec quality components: http://www.pribluda.de/projects/
>> 
>> 
>>        
>> ____________________________________________________________________________________
>> Looking for a deal? Find great prices on flights and hotels with Yahoo!
>> FareChase.
>> http://farechase.yahoo.com/
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe from this list please visit:
>> 
>>     http://xircles.codehaus.org/manage_email
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Unknown-Tag-Warning-tf4548735.html#a13015250
Sent from the xdoclet - dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to