[nant-dev] NAnt Error

2005-12-06 Thread chellu pradeep
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()

RE: [nant-dev] need VS 2005 solution task support

2005-12-06 Thread Martin Aliger
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

Re: [nant-dev] Using ${x} but as a string

2005-12-06 Thread Gary Feldman
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

[nant-dev] Using ${x} but as a string

2005-12-06 Thread Daniel Halan
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