Re: Proper location of build.xml file

2006-08-01 Thread glenn opdycke-hansen
iately by telephone or email and destroy the original > message without making a copy. Thank you. > > > > - Original Message - > From: "Laura Stewart" <[EMAIL PROTECTED]> > To: > Sent: Thursday, July 27, 2006 12:58 PM > Subject: Proper l

Re: Proper location of build.xml file

2006-07-27 Thread prashanth . l/Polaris
allocate more memory. By the way, what kind of stuff are you trying to build with ant, and also you may consider updgrading to Ant 1.6.5. Prashanth "Laura Stewart" <[EMAIL PROTECTED]> 07/27/2006 11:02 PM Please respond to "Ant Users List" To "Ant Users List"

Re: Proper location of build.xml file

2006-07-27 Thread prashanth . l/Polaris
fyi prashanth.l/Polaris 07/27/2006 11:24 PM To "Ant Users List" , [EMAIL PROTECTED] cc Subject Re: Proper location of build.xml file There was similar kind of problem sometime back .. I am just pasting the reply below just check if it works for you. The only that comes in m

Re: Proper location of build.xml file

2006-07-27 Thread Laura Stewart
r immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Laura Stewart" <[EMAIL PROTECTED]> To: Sent: Thursday, July 27, 2006 12:58 PM Subject: Proper location of build.xml file > Hi - I am trying to w

Re: Proper location of build.xml file

2006-07-27 Thread Martin Gainty
Proper location of build.xml file > Hi - I am trying to work with ANT to generate output for Derby documentation. > I have ANT installed in this path: > > C:\Authoring\Derby\apache-ant-1.6.5 > > When I run ant to build html output for the doc "ref" in a comma

Re: Proper location of build.xml file

2006-07-27 Thread Martin Gainty
essage - From: "Laura Stewart" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Thursday, July 27, 2006 1:32 PM Subject: Re: Proper location of build.xml file > Correction, the message is: > > BUILD FAILED > C:\Authoring\Derby\Derby1057\trunk\build.xml:72: The fol

RE: Proper location of build.xml file

2006-07-27 Thread Anderson, Rob (Global Trade)
Your JVM ran out of memory. Hard to say why whithout seeing the build.xml. -Rob A > -Original Message- > From: Laura Stewart [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 27, 2006 10:33 AM > To: Ant Users List > Subject: Re: Proper location of build.xml file >

Re: Proper location of build.xml file

2006-07-27 Thread Laura Stewart
Correction, the message is: BUILD FAILED C:\Authoring\Derby\Derby1057\trunk\build.xml:72: The following error occurred while executing this line: C:\Authoring\Derby\Derby1057\trunk\build.xml:93: The following error occurred while executing this line: java.lang.OutOfMemoryError: Java heap space T

Re: Proper location of build.xml file

2006-07-27 Thread Laura Stewart
Thanks. The build runs now but fails. I get this message: BUILD FAILED C:\Authoring\Derby\Derby1057\trunk\build.xml ile executing this line: C:\Authoring\Derby\Derby1057\trunk\build.xml ile executing this line: java.lang.OutOfMemoryError: Java heap space Any suggestions? Laura On 7/27/06, Dom

Re: Proper location of build.xml file

2006-07-27 Thread Dominique Devienne
the build is almost always at the top level of a project, in trunk in your case. Ant looks for build.xml in the current dir. Use -f path_to_build to find it in a different directory. --DD On 7/27/06, Laura Stewart <[EMAIL PROTECTED]> wrote: Hi - I am trying to work with ANT to generate output fo

Proper location of build.xml file

2006-07-27 Thread Laura Stewart
Hi - I am trying to work with ANT to generate output for Derby documentation. I have ANT installed in this path: C:\Authoring\Derby\apache-ant-1.6.5 When I run ant to build html output for the doc "ref" in a command window, I get a message indicating that build.xml does not exist. I presume that