On 31/10/05, Telang, Nandan <[EMAIL PROTECTED]> wrote:
>
> That doesn't seem to work for a comma-separated list of files...
>
> -Nandan
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Saturday, October 29, 2005 12:17 AM
> To: Ant Users List; Telang, Nandan
> Subject: RE: Using path elements to use jars
>
> On Fri, 28 Oct 2005 17:48:10 -0700, Telang, Nandan wrote:
>
> >However the classpath has all absolute paths (starting with /) What
> >should the value of dir be in <fileset dir= > in the zip task ?
> >If I give it as / all files are ignored
>
> Use the form <fileset file=... />
>
> Ciao, Jürgen
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
You can try to use the <propertyregex> from AntContrib ant get the desired
path, or simply replace the / symbol with anything you want.
--
Regards, Petar!

Reply via email to