Hi,

I was just playing around with the "I buy spy store" and slingshot to
get a feel for nant and I think I might have found a bug in the
recursive compile.  

What seems to happen is that the top level directory is ignored or
identified as an invalid URI if I attempt to compile my sources from the
same directory as my build file.  I have the following code:

        <sources basedir="">
                <includes name="**/*.cs"/>
        </sources>

(note: it does not seem to matter whether basedir is left in or removed)

which no sources are compiled.  This code:

        <sources basedir="/">
                <includes name="**/*.cs"/>
        </sources>
gives an error in the URI code.

Is this an bug?

The work around of course is to put the build file in a super directory
and use the following:

        <sources basedir="store">
                <includes name="**/*.cs"/>
        </sources>

Anyway, thanks and keep up the great work!



Clayton Harbour
http://the.harbours.ca


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to