RE: Ant newbie - simple question

2003-06-11 Thread jonathan_culli
I can see your concern with clearcase, although there are ant tasks to do your clearcase bidding. But why would you need to version control the classes directory? Are you also putting compiled code into source control? Jon Culli Senior Developer Bank One (http://www.bankone.com) Phone: 1-312-6

RE: Ant newbie - simple question

2003-06-11 Thread Nicolas Johnson
I get real sick of people complaining about Ant on the ant user group and talking up Make all the time. If Make is so great and solves all your problems then just use it and shut up. On the other hand offering suggested enhancements to a build tool rather than bashing one or the other is more con

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 works, becau

RE: Ant newbie - simple question

2003-06-11 Thread Avery Marvin R
The classes dir is version controlled in clearcase. We're using snapshot views (since ant needs timestamps). It's a pain to have to do an update after a clean. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 9:43 AM To: Ant Users List Sub

RE: Unknown source with debug=true

2003-06-11 Thread Jeff Guttadauro
Thank you, Josh!! I tried that, and it worked! I trimmed it down to just "lines,source", and it works too. I guess just having "lines" without "source" does nothing... :\ Anyway, that's a huge help. Thanks a million. -Jeff --- "Tharp, Joshua L, SOLGV" <[EMAIL PROTECTED]> wrote: > I have my

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 will probab

AW: Ant newbie - simple question

2003-06-11 Thread Bansemir, Carsten
that's not the way it works, because after deleting all files in "build" this dir is empty and will be deletet too, the correct (tested) way is: -Ursprüngliche Nachricht- Von: Lopez, William [mailto:[EMAIL PROTECTED] Gesen

RE: Ant newbie - simple question

2003-06-11 Thread Avery Marvin R
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??? Marvin Avery -Original Message- From: peter reilly [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 9:43 AM