Re: Setting an absolute path to an other PC

2008-07-01 Thread Gilbert Rebhan
Stéphane Vandenbogaerde schrieb: Actually, I don't code in Java. I use Ant with Eclipse only for Buckminster (used for C++ projects). I am delighted to see that I can use the Windows syntax. i strongly recommend using the unix syntax with ant, means always use '/' instead of '\' if possible.

Re: Setting an absolute path to an other PC

2008-07-01 Thread Stéphane Vandenbogaerde
ar.gz' from UNC: > > > > > > > > Hope this helps, > > Raymond > > > -Original Message- > From: Stéphane Vandenbogaerde [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2008 6:48 AM > To: Ant Users List > Subject: Re: Setting an abso

RE: Setting an absolute path to an other PC

2008-07-01 Thread Raymond Berg (ALLETE)
ow to extract a sample archive 'sample.tar.gz' from UNC: Hope this helps, Raymond -Original Message- From: Stéphane Vandenbogaerde [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2008 6:48 AM To: Ant Users List Subject: Re: Setting an absolute path to an other PC 2008

Re: Setting an absolute path to an other PC

2008-07-01 Thread Stéphane Vandenbogaerde
2008/7/1 Raymond Berg (ALLETE) <[EMAIL PROTECTED]>: > This question is a little unclear. Do you wish to untar this to a remote > machine with a UNC network share (\\server\share) ? I want to untar from a remote machine with a UNC network share. > As of Ant 1.7.0, UNC names are allowable absol

RE: Setting an absolute path to an other PC

2008-07-01 Thread Raymond Berg (ALLETE)
this is not what you meant. Cheers, Raymond -Original Message- From: Stéphane Vandenbogaerde [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2008 5:24 AM To: user@ant.apache.org Subject: Setting an absolute path to an other PC Hello, How can I set an an absolute path (for the untar

Setting an absolute path to an other PC

2008-07-01 Thread Stéphane Vandenbogaerde
Hello, How can I set an an absolute path (for the untar task) to a remote PC ? Thanks.