Bugs item #1688162, was opened at 2007-03-26 09:39
Message generated for change (Comment added) made by fcarlier
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1688162&group_id=31650

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: Framework support
Group: cvs
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Frederik Carlier (fcarlier)
Assigned to: Gert Driesen (drieseng)
Summary: Mono 1.2.3.50: resgen supports external file references

Initial Comment:
Mono 1.2.3.50, released at http://mono.ximian.com/monobuild/rtl/download-rtl/, 
contains a build of resgen that supports /usesourcepath.

However, in NAnt.exe.config, the following check happens at line 680:
                        <!-- as from Mono 1.2.4, resgen supports the 
/usesourcepath option -->
                        <if test="${version::parse(mono.version) >= 
version::parse('1.2.4')}">

This should be
                        <!-- as from Mono 1.2.4, resgen supports the 
/usesourcepath option -->
                        <if test="${version::parse(mono.version) >= 
version::parse('1.2.3.50')}">

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

>Comment By: Frederik Carlier (fcarlier)
Date: 2007-03-26 09:48

Message:
Logged In: YES 
user_id=1149415
Originator: YES

Line 978 contains a broken check, too:

                        <!-- as from Mono 1.2.4, resgen supports the
/usesourcepath option -->
                        <if test="${pkg-config::is-atleast-version('mono',
'1.2.4')}">

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

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

-------------------------------------------------------------------------
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
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to