Title: Re: [Xdoclet-user] Specifying a remove method on the home interface?
Hi Heiko,
    i m using Maven, here is my project.properties
for some reasons, the welcome file does not appear on the generated web.xml...
any reason why?
 
regards
    marco
 
 
 
# 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=${budgetweb.welcome}
 
# Generate Hibernate files
maven.xdoclet.hibernatedoclet.fileset.0=true
maven.xdoclet.hibernatedoclet.fileset.0.include=**/*.java
 

# Generate a struts config descriptor pulling in extra data from   metadata/struts
maven.xdoclet.webdoclet.strutsconfigxml.1=true
maven.xdoclet.webdoclet.strutsconfigxml.1.validateXML=true
maven.xdoclet.webdoclet.strutsconfigxml.1.Version=1.1
maven.xdoclet.webdoclet.strutsconfigxml.1.destDir=${maven.build.dir}/web/WEB-INF
maven.xdoclet.webdoclet.strutsconfigxml.1.mergeDir=metadata/struts
 
# Ejbdoclet for castormapping
maven.xdoclet.ejbdoclet.fileset.0=false
maven.xdoclet.ejbdoclet.fileset.0.include=**/*.java
maven.xdoclet.ejbdoclet.destDir=${maven.build.dir}/xdoclet/ejbdoclet
maven.xdoclet.ejbdoclet.castormapping.0=true
#maven.xdoclet.ejbdoclet.castormapping.0.destDir=${basedir}/src/conf
 

#budgetWeb properties
framework.castormapping=target/xdoclet/ejbdoclet/mapping.xml
framework.hibernatefiles=target/xdoclet/hibernatedoclet
framework.classesDir=target/classes
budgetweb.strutsconfig=target/web/WEB-INF/struts-config.xml
budgetweb.webxml=target/xdoclet/webdoclet/WEB-INF/web.xml
budgetweb.webdir=../Budget-Web/src/webapp
budgetweb.welcome=welcome.jsp
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Rupp, Heiko
Sent: 08 May 2004 15:31
To: [EMAIL PROTECTED]
Subject: Re: [Xdoclet-user] webdoclet. how to include <welcome-file-list>

Use the welcomefiles of the deplomentdescriptor subtask.
 

Reply via email to