I did not get any replies for this post. I'm still
facing this problem. Pl help.

Thanks.
- shiv

Note: forwarded message attached.


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
--- Begin Message ---
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

--- End Message ---

Reply via email to