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
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
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://
in Ant. A serious
drawback, I think. Any workarounds?
Marc H. Graham
Sr. Director, Technology
SS&C Technologies
[EMAIL PROTECTED]
412 421 9407
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
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