INTERNAL ERROR System.MissingMethodException: Method not found: Void NAnt.Core.PropertyDictionary.Remove(System.String). at NAnt.Contrib.Tasks.CatchElement.Catch(BuildException be) at NAnt.Contrib.Tasks.TryCatchTask.ExecuteTask() at NAnt.Core.Task.Execute() at NAnt.Core.Target.Execute()
Hello,
here is first attempt to implement task for MSBuild interation. To
be a little usable for us, NAnt users, I made it atleast little compatible
with task. So its not a simple wrapper around msbuild.exe. Mainly
it accept fileset of projects, which msbuild itself do not. Property names
are co
Daniel Halan wrote:
I cant seem to find any info on how one could use ${xx} without it
tried to be replaced by a var.
Meaning I would want the ${xx} to be left alone...
Was checking the source code but it seems that there is no handling
for it (PropertyDictionary.cs, L:330).
A good
So I tr
Hello,
I cant seem to find any info on how one could use ${xx} without it tried to
be replaced by a var.
Meaning I would want the ${xx} to be left alone...
Was checking the source code but it seems that there is no handling for it
(PropertyDictionary.cs, L:330).
A good
So I tried to add a