Ant newbie

2003-06-17 Thread Faist, Jeff
Hey all! I'm new to ANT but far from a newbie to Make/build or SCM. We are mostly a PC ( VB VC++ Centura ), little java and AS400 server based product. We are now porting to HPUX and converting some of our PC projects to .NET which brings up the need for a better build system. Currently we have

Re: Ant newbie fun

2003-06-17 Thread Neil Walsh
ld.xml for us to > look at. > > Hope this helps > Keith > > > -Original Message- > From: Neil Walsh [mailto:[EMAIL PROTECTED] > Sent: 17 June 2003 17:04 > To: [EMAIL PROTECTED] > Subject: Ant newbie fun > > > > Hi, > > I&#

AW: Ant newbie fun

2003-06-17 Thread Jan . Materne
I think you´re trying to specify a fileset outside of the buildfile. For that you have to use XML-Entities. Jan > -Ursprüngliche Nachricht- > Von: Keith Hatton [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 17. Juni 2003 18:08 > An: Ant Users List > Betreff: RE:

RE: Ant newbie fun

2003-06-17 Thread Keith Hatton
Walsh [mailto:[EMAIL PROTECTED] Sent: 17 June 2003 17:04 To: [EMAIL PROTECTED] Subject: Ant newbie fun Hi, I'm trying to specify a property file on the command line (ie ant -propertyfile properties.txt). So far my properites file has one line in it Running ant with debug on the followi

Ant newbie fun

2003-06-17 Thread Neil Walsh
Hi, I'm trying to specify a property file on the command line (ie ant -propertyfile properties.txt). So far my properites file has one line in it Running ant with debug on the following line is outputted Setting ro project property: id="ndtComponents" dir="NDTComponents/constant"> But furth

RE: Ant newbie - simple question

2003-06-11 Thread jonathan_culli
-661-6354 Avery Marvin R <[EMAIL PROTECTED]> on 06/11/2003 09:55:37 AM Please respond to "Ant Users List" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> cc: Subject: RE: Ant newbie - simple question The classes dir is versi

RE: Ant newbie - simple question

2003-06-11 Thread Nicolas Johnson
constructive. -Original Message- From: Avery Marvin R [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 9:54 AM To: 'Ant Users List' Subject: RE: Ant newbie - simple question OK. This works, but if this is it, something seems broke to me. Thanks William. MRA. -Origin

RE: Ant newbie - simple question

2003-06-11 Thread Lopez, William
Very good, thanks Carsten...I was assuming there were classes in the top directory. -Original Message- From: Bansemir, Carsten [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 9:52 AM To: Ant Users List Subject: AW: Ant newbie - simple question that's not the way it

RE: Ant newbie - simple question

2003-06-11 Thread Avery Marvin R
Users List Subject: RE: Ant newbie - simple question After the classes directory is removed, you might just recreate it with in some sort of initialization target. Jon Culli Senior Developer Bank One (http://www.bankone.com) Phone: 1-312-661-6354 Avery Marvin R <[EMAIL PROTECTED]> on

RE: Ant newbie - simple question

2003-06-11 Thread Sauyet, Scott (OTS-HAR)
> In make: > > $(RM) -f $(DIR_CLASSES)/* > > end of story! Works every time! > > As for ant, what the heck is the "delete dir" construct > used/useful for if it can't do this??? Well, I personally have never had that need. I use in every "clean" target I use. This deletes the

RE: Ant newbie - simple question

2003-06-11 Thread Avery Marvin R
OK. This works, but if this is it, something seems broke to me. Thanks William. MRA. -Original Message- From: Lopez, William [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 9:41 AM To: Ant Users List Subject: RE: Ant newbie - simple question I'm no Ant guru and you

AW: Ant newbie - simple question

2003-06-11 Thread Bansemir, Carsten
EMAIL PROTECTED] Gesendet: Mittwoch, 11. Juni 2003 16:41 An: Ant Users List Betreff: RE: Ant newbie - simple question I'm no Ant guru and you will probably get a better answer to your question but I believe it has to do with the way your delete task is set up...you specified the top-level directory

RE: Ant newbie - simple question

2003-06-11 Thread Avery Marvin R
1, 2003 9:43 AM To: Ant Users List Subject: Re: Ant newbie - simple question On Wednesday 11 June 2003 15:30, Avery Marvin R wrote: > First my complaint: this is trivial using make! what is the command in make and why cannot one use it in ant? > > Now the question: Why does the followin