Durham David R Jr penned
 
> That doesn't work for me.  This:
> 
>         <war destfile="${dist}/${ant.project.name}-prototype.war"
>                  webxml="${prototype.src.web-inf}/web.xml"
>                  excludesfile="${prototype.src.web-inf}/web.xml">
> 
>             <fileset dir="${prototype.dest}"/>
> 
>         </war>
 
The excludesFile attribute specifies the name of a file containing the names of 
files to be excluded -- not a single file to exclude. You need to add an 
include and exclude (or just exclude? Been a while) to your <fileset> instead.
 
Peace,
Dave
 
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to