Bugs item #1323358, was opened at 2005-10-11 01:18
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1323358&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: Tasks
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Adam Dann (dashny)
>Assigned to: Gert Driesen (drieseng)
Summary: Ampersand in the file name

Initial Comment:
I have a C# project that has a file with an ampersand in 
its name, e.g. my&file.gif.
Nant fails with "Error loading project my.csproj.
Error occured while parsing EntityName."

The "&" sign is valid in Windows file names.

Please advise.




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

>Comment By: Gert Driesen (drieseng)
Date: 2005-11-30 10:52

Message:
Logged In: YES 
user_id=707851

VS.NET does not always correctly encode cahracter that are 
not considered valid XML.

To fix your specific problem change all occurrences of "&" 
to "&" in your project file(s).

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to