Hello,

 

I would really to use ASIS on the sources/includes attribute of CSC, so that I could catch files that a developer forgot to check in.

 

I

Our build uses an adapted version of Gordon Weakliem’s great nant XSL to transform to the nant build file.  Sometimes, a developer will neglect to check in a source file.  Catching this condition at the project’s compile time is the best time to do so – hence, I want to name the files explicitly, instead of using the **/*.cs wildcard.

 

                                                <includes name="test.cs" asis=”true” />

 

In NANT 0.8.4 and before, using the ASIS it causes the incremental compilation to disregard files newer than the output binary, and thus ignores the build even when the source file is newer.

 

This appears to be a bug; can someone on the project team verify that this behaves as designed?

 

Thanks for a great product.  In particular, 0.8.4 radically simplifies the problem of including resource files.

 

Bruce Hearn

Alameda, CA

 

 

 

Reply via email to