Disregard.
I changed it to:
<war destfile="${dist}/${ant.project.name}-prototype.war"
webxml="${prototype.dest.web-inf}/web.xml"
excludes="${prototype.dest.web-inf}/web.xml">
<fileset dir="${prototype.dest}"/>
</war>
Key point being the ${...src}, should be ${...dest}.
Thanks for the help,
Dave
> -----Original Message-----
> From: Durham David R Jr Contr 805 CSPTS/SCE
> Sent: Friday, January 14, 2005 3:45 PM
> To: Ant Users List
> Subject: RE: war task webxml attribute
>
> > The excludesFile attribute specifies the name of a file
> > containing the names of files to be excluded
>
> Ok, yeah. That's kind of important. I tried excludes, and it still
> outputs a warning.
>
> <war destfile="${dist}/${ant.project.name}-prototype.war"
> webxml="${prototype.src.web-inf}/web.xml"
> excludes="${prototype.src.web-inf}/web.xml">
> <fileset dir="${prototype.dest}"/>
> </war
>
>
> - Dave
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]