Patches item #659237, was opened at 2002-12-28 03:42
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474853&aid=659237&group_id=54790

Category: None
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Mikhail A Gusarov (gusarov)
Assigned to: Nobody/Anonymous (nobody)
Summary: SLiNgshoT fails to work with big .sln's

Initial Comment:
SLiNgshoT will not to generate correct makefile/.build 
file with .sln containing more than 9 projects. This 
happens due to bug in SLiNgshoT.Core/Solution.

The patch is here:

184c184
<                       string pattern = @"^\t\t(?
<source>\S+).\d+ = (?<target>\S+)";
---
>                       string pattern = @"^\t\t(?<source>\S+)
\.\d+ = (?<target>\S+)";


ps: Tricky bug, isn't it? :)

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

>Comment By: Gert Driesen (drieseng)
Date: 2004-08-02 15:06

Message:
Logged In: YES 
user_id=707851

Slingshot has been deprecated

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

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


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to