RE: shared ant installation

2008-06-03 Thread Burgess, Benjamin
and the hardcoded version number in that master.build.xml should match the number in the ant distribution's version.txt file (otherwise, you know there is an updated ant distribution available). Ben -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Monday, J

Re: shared ant installation

2008-06-02 Thread Dominique Devienne
On Mon, Jun 2, 2008 at 4:44 PM, Shawn Castrianni <[EMAIL PROTECTED]> wrote: > After more investigation, I guess it isn't even getting to my import. I > think it is dying on just trying to invoke ant from a Windows UNC path. If I > just type: > > \\\dir1\dir2\dir3\ant\bin\ant > > it gives me the

RE: shared ant installation

2008-06-02 Thread Shawn Castrianni
ndows? --- Shawn Castrianni -Original Message- From: Shawn Castrianni [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 4:30 PM To: 'Ant Users List' Subject: shared ant installation I am trying to produce a sandbox with ant and some master build scripts such that all my devel

shared ant installation

2008-06-02 Thread Shawn Castrianni
I am trying to produce a sandbox with ant and some master build scripts such that all my developers can point to the network share for ant. I am hoping to use this to prevent everybody from having to install my ant sandbox locally which can get out of date. By everyone pointing to the network