The <csc> target, when used with <resources>, always
recompiles, irrespective of whether the resx files
were changed or not. I thought the compiler wont be
invoked if none of the dependent source or referenced
files have changed. Isnt that so?

<target name="build">
  <csc target="library"
       output="${bin.dir}/${package}.dll" 
       debug="${debug}">
    <sources>
      <includes name="**/*cs"/>
    </sources>
    <resources>
      <includes name="*resx"/>
    </resources>
  </csc>
</target>



__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to