Re: ant unable to find build.xml in another directory?

2009-07-13 Thread starkc
Stefan Bodewig wrote: > > On 2009-07-10, starkc wrote: > >> Stefan Bodewig wrote: > > Maybe there is an ant.bat somewhere prior to c:\dev-jboss\ant\bin in > your PATH? > > So far I have been unable to locate any other ant.bat in the path that would interfer

Re: ant unable to find build.xml in another directory?

2009-07-10 Thread starkc
ddevienne wrote: > > On Fri, Jul 10, 2009 at 1:28 PM, starkc wrote: >> Using "-f [path-to-buildfile]" worked, but it seems like there should be >> a >> way for me to do this without resorting to absolute paths.  Shouldn't >> this >> be somew

Re: ant unable to find build.xml in another directory?

2009-07-10 Thread starkc
ddevienne wrote: > > On Fri, Jul 10, 2009 at 10:31 AM, starkc wrote: >> Here is the resulting log when running that new command with the -verbose >> flag.  I dont believe I missed anything... >> >> maint: >>     [exec] Current OS is Windows XP >>

Re: ant unable to find build.xml in another directory?

2009-07-10 Thread starkc
Stefan Bodewig wrote: > > On 2009-07-10, starkc wrote: > >> As part of compiling my projects in windows, I am required to execute a >> second ant task, defined in my build.xml as follows: > >> >> >> >> >> >

ant unable to find build.xml in another directory?

2009-07-10 Thread starkc
As part of compiling my projects in windows, I am required to execute a second ant task, defined in my build.xml as follows: However, every time I try to run this, I get the following error: maint: [exec] Buildfile: build.xml does not exist! [exec] Build failed Howev