--- Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> The <webinf> element is doing that.  You probably wanted to say
> 
> <war warfile="H:\config\mydomain\applications\myBean.war"
>      webxml="META-INF\web.xml">
>       <webinf dir="WEB-INF">
>                 <exclude name="classes/**" />
>         </webinf>
>       <classes dir="WEB-INF\classes\rhiuk\test"/>
>               <exclude name="**/*.java"/>  
>         </classes>
> </war>

Assuming that's really what you have (the closing slash on the initial
<classes> tag), what you probably really wanted to say is:
        <classes dir="WEB-INF\classes\rhiuk\test">
                <exclude name="**/*.java"/>  
        </classes>

(But I'm surprised nothing barked at you about syntax rather than simply
creating your war-file with files you didn't want.)

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to