Bugs item #953977, was opened at 2004-05-14 15:49
Message generated for change (Settings changed) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=953977&group_id=31650

Category: Tasks
Group: cvs
Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Tomasz Wagnerowski (wadzio)
>Assigned to: Ian MacLean (ianm74)
Summary: MidlTask

Initial Comment:
Bug for <defines> and <options>.
In iterations on <defines> and <options> should be 
define.OptionName and option.OptionName instead of 
define.Name and option.Name.

For example:
now we have:
  writer.WriteLine("/D " + define.Name);
should be:
  writer.WriteLine("/D " + define.OptionName);

Regards
Wadzio


----------------------------------------------------------------------

Comment By: Ian MacLean (ianm74)
Date: 2004-05-14 16:09

Message:
Logged In: YES 
user_id=321872

fixed. I'd already fixed it for options earlier today but I
missed the <defines>. Thanks for the report.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=953977&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to