RE: Newbie Questions

2004-07-23 Thread W. Sean Hennessy
>But I am not aware of any tool for scanning for #includes. One consideration might be a target which uses gcc -M command line option see capture the generated output which will need some transformation or mapper suitable for

setting system properties from an ant task...

2004-07-23 Thread Alan Brown
I'm using to define a custom ant task and setting the classpathref attribute to tell ant the classpath from which to load the classes. However, withing the custom task I am compiling another set of classes (after building the source) and I want to pass on the same classpath to the compiler so

RE: Getting directory information from

2004-07-23 Thread Alan Brown
Basename was all that I needed. Thanks for the pointer. -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 1:12 PM To: Ant Users List Subject: RE: Getting directory information from --- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > From: Al

RE: Getting directory information from

2004-07-23 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > From: Alan Brown [mailto:[EMAIL PROTECTED] > > > > Nice one. > > > > > > All I need to do now is parse the name to get the > last directory out of > > it, which shouldn't be too hard. > > See first example of . --DD > Sounds like he'd need

RE: Getting directory information from

2004-07-23 Thread Dominique Devienne
> From: Alan Brown [mailto:[EMAIL PROTECTED] > > Nice one. > > > All I need to do now is parse the name to get the last directory out of > it, which shouldn't be too hard. See first example of . --DD - To unsubscribe, e-mail: