Bugs item #902712, was opened at 2004-02-23 15:32 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=902712&group_id=31650
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jos Clijmans (clijmans) Assigned to: Nobody/Anonymous (nobody) Summary: solution task compiles when solution up-to-date Initial Comment: When references get fixed-up, the solution task doesn't update the timestamp of the referenced dll, so the referenced dll has a timestamp of 31/12/9999 The output of the solution is therefore always older than the referenced assembly, causing a compile of the solution. fix : in src\NAnt.VSNet\Reference.cs after line 334 insert following line _referenceTimeStamp = File.GetLastWriteTime (_referenceFile); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=902712&group_id=31650 ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
