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
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 same error as before. Is it possible to run ant from a network share on windows? ---