Bugs item #1598366, was opened at 2006-11-17 15:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1598366&group_id=54790

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Other
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alex Kucherenko (alexkucherenko)
Assigned to: Nobody/Anonymous (nobody)
Summary: SLiNgshoT

Initial Comment:
Project: SLiNgshoT.Core
File: Solution.cs 
Method: AddProject 

Description:
Method has wrong regular expression that not working correctly with file pathes 
that contains "space".

Correct expression must be:

private void AddProject( string projectLine )
{
  string pattern = @"^Project\(""(?<unknown>\S+)""\) = ""(?<name>\S+)"", 
""(?<path>[^\f\n\r\t\v]+)"", ""(?<id>\S+)""";

...

}

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1598366&group_id=54790

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to