Title: Re: [Xdoclet-user] Specifying a remove method on the home interface?

Hi all,

            Don’t wanna spam the list, but I can’t figure out what is the problem.

I am using xdoclet -1.2.1 together with maven.

I want to generate the <welcome-files> in web.xml.

So I went to check the maven xdoclet plugin, and found out following lines:

 

<jelant:setProperty name="tagLibs" value="${context.getVariable(prop_name)}"/>

    <j:set var="prop_name" value="maven.xdoclet.webdoclet.deploymentdescriptor.${subelement_index}.welcomeFiles"/>

                    <jelant:setProperty name="welcomeFiles" value="${context.getVariable(prop_name)}"/>

                  

and this is what I am putting in project.properties, but it seems that it does not work since the welcomeFiles does not get generated

 

# Maven properties
# Generate web.xml
maven.xdoclet.webdoclet.fileset.0
=true
maven.xdoclet.webdoclet.fileset.0.include=**/*.java
maven.xdoclet.webdoclet.mergeDir=metadata/web
maven.xdoclet.webdoclet.deploymentdescriptor.0.distributable=false
maven.xdoclet.webdoclet.deploymentdescriptor.0.welcomeFiles
=
welcome.jsp

 

anyone has any clues on what could be wrong?

 

Thanx in advance and regards

            Marco

 

 

Reply via email to