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 question is a little unclear. Do you wish to untar this to a remote machine with a UNC network share (\\server\share)? As of Ant 1.7.0, UNC names are allowable absolute addresses and can be resolved in java. Simply specifying the network share path should allow for this. Please clarify if