Bugs item #1205509, was opened at 2005-05-20 11:05
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=1205509&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: None
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: orei (orei2002)
Assigned to: Nobody/Anonymous (nobody)
Summary: "Buildfile" url should be rendered encoded

Initial Comment:
When nant builds a file, it writes the buildfile in the 
output, as a non-encoded url. For example:
Buildfile: file:///C:/Temp/Planning Module.build

If the output is redirected to an IDE (like VS2003), then 
the buildfile is understood as a url, and can be used to 
open the build file.

However, as it is not encoded, if the build file contain 
spaces (or other chars), then VS2003 understood the url 
to be "file:///C:/Temp/Planning"

I honestly think that, if a url is used to give the filename, 
it should be encoded (file:///C:/Temp/Planning%
20Module.build). If not, it should be given as a normal 
filename (C:\temp\Planning Module.build)





This is the output I am talking about

NAnt 0.85 (Build 0.85.1932.0; rc3; 16/04/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/Temp/Planning Module.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: build 

.... (rest of output)

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

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


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to