Hi, Jan

sounds interesting. 

Until now i had no time to take
a detailed look into the new ant 1.7 features.

We're still using ant 1.6.5. here

but i already have downloaded the beta 2 ;-)

Regards, Gilbert


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 19, 2006 2:18 PM
To: [email protected]
Subject: AW: <fileset excludes ...> only basename no filepath ?!

Would be a Selector or a ResourceSelector?

<fileset...>
    <!-- selector -->
    <mycheck>
        <param key="foo" value="bar"/>
        <param key="john" value="doe"/>
    </mycheck>
</fileset>


<resources>
    <fileset...>
    <restrict>
        <!-- ResourceSelector -->
        <mycheck>
            <param key="foo" value="bar"/>
            <param key="john" value="doe"/>
        </mycheck>
    </restrict>
</resources>


Jan

>-----Ursprüngliche Nachricht-----
>Von: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] 
>Gesendet: Dienstag, 19. September 2006 14:08
>An: Ant Users List
>Betreff: Re: <fileset excludes ...> only basename no filepath ?!
>
>Hello Gilbert,
>
>remember that include/exclude patterns are relative to the 
>fileset directory.
>
>so excludes="foobar.jar;dir1\foobar.jar;foo.jar;dir2\foo.jar" 
>should be the right thing.
>
>Regards,
>
>Antoine


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

Reply via email to