Re: build.xml file - question

2002-10-14 Thread Primoz . Prislan
cc: Subject: build.xml file - question 15.

Re: build.xml file - question

2002-10-14 Thread Lisa Knee
nday, October 14, 2002 5:49 PM Subject: RE: build.xml file - question > Check the manual at: http://jakarta.apache.org/ant/manual/index.html > > There's a section called "Using Ant" - you can start there. > > ;-) > > Peter. > > > -Original Message-

RE: build.xml file - question

2002-10-14 Thread Peter
ist > Subject: Re: build.xml file - question > > Thanks, Peter. > > So, I need to write a build.xml file and put it in my Ant directory. Any > ideas on where to find good examples? > > thanks again, > > lisa > > > - Original Message - > From: &

RE: build.xml file - question

2002-10-14 Thread Peter
nt Users List > Subject: Re: build.xml file - question > > Thanks, Peter. > > So, I need to write a build.xml file and put it in my Ant directory. Any > ideas on where to find good examples? > > thanks again, > > lisa > > > - Original Message - &g

RE: build.xml file - question

2002-10-14 Thread Kris Henderson
Subject: Re: build.xml file - question Thanks, Peter. So, I need to write a build.xml file and put it in my Ant directory. Any ideas on where to find good examples? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: build.xml file - question

2002-10-14 Thread Lisa Knee
gt; Sent: Monday, October 14, 2002 5:01 PM Subject: RE: build.xml file - question > Ant expects to find a build file called build.xml in the directory where > you execute ant from. > > This file should include all your build rules. > > Cheers, > > Peter. > > &

RE: build.xml file - question

2002-10-14 Thread Peter
; To: [EMAIL PROTECTED] > Subject: build.xml file - question > > hi Folks, > > I am trying to build Ant for the first time and get this error: > > Buildfile: build.xml does not exist! > Build failed > > I've read and read and find no answer to this simple yet perpl

build.xml file - question

2002-10-14 Thread Lisa Knee
hi Folks, I am trying to build Ant for the first time and get this error: Buildfile: build.xml does not exist! Build failed I've read and read and find no answer to this simple yet perplexing question. Does one create this file or is it included in the install? I am working with Ant 1.5.1,