Patches item #896171, was opened at 2004-02-12 15:44
Message generated for change (Settings changed) made by gerfen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474853&aid=896171&group_id=54790
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Gerfen (gerfen)
Assigned to: Nobody/Anonymous (nobody)
>Summary: Patch for gac task - file names with spaces
Initial Comment:
The <gac/> task does not support paths with spaces,
i.e. 'C:\ My Path'. The following patch corrects the
problem.
/// <summary>The name of a file that contains an
assembly manifest.</summary>
[TaskAttribute("assembly")]
public string AssemblyName {
get { return _assemblyName; }
set { _assemblyName = String.Format("\{0}\",
value); }
}
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474853&aid=896171&group_id=54790
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer