RE: List of directories that contain a file (ignore previous message)

2005-11-08 Thread Marc H. Graham
Just a matter of getting rid of the include, which was restricting it to one level. -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 3:02 PM To: Ant Users List Subject: Re: List of directories that contain a file > Can anyone tell me

RE: List of directories that contain a file

2005-11-08 Thread Marc H. Graham
I can't say I understand this. And I couldn't get it to work. It seems that it will only look in the immediate subdirectories. I need it to go arbitrarily far down. I ran this: And I got (mi

Subant supposed to do this??? (newbie)

2005-11-07 Thread Marc H. Graham
I am using subant like this: When I run it with -v I get: subant: [subant] calling target(s) [compile] in build file K:\BuildDir\WebHeatmaps\Server\SeverEventLogging\makefile.mak parsing buildfile K:\BuildDir\WebHeatmaps\Server\SeverEventLogging\makefile.mak with URI = file://

A newbie question: how not to do anything

2005-11-03 Thread Marc H. Graham
in Ant. A serious drawback, I think. Any workarounds? Marc H. Graham Sr. Director, Technology SS&C Technologies [EMAIL PROTECTED] 412 421 9407

Cpptasks help

2005-11-03 Thread Marc H. Graham
Is there a specialized help group/archive for this topic (cc)? No matter what I do, it (cc) always wants to recompile everything in the source file list. In other words, there's no dependency checking. Is there something I'm missing? Marc H. Graham

CC -- Microsoft -- outtype -- multithreaded

2005-11-02 Thread Marc H. Graham
And here's a part of the ant-output: cl /c /nologo /GX /O1 /DNDEBUG /MD /DCRTAPI1=_cdecl /DCRTAPI2=_cdecl /DWIN32 /DNDEBUG /D_CONSOLE /D_MBCS That /MD is wrong (I'm pretty sure). Any way to fix it? Marc H. Graham