[nant-dev] How to submit a fix?

2006-01-13 Thread Jay Flowers
I have found a couple of bugs and would like to submit fixes. I looked at the patch page on source forge but it seems to have been a year since a patch was accept through it. How can I contribute? -- Jay Flowers --

[nant-dev] Re: XmlPeekTask extention

2006-01-13 Thread John Ludlow
And here it is:project script language=C# prefix=xml imports import namespace=System.Xml/ /imports code ![CDATA[ [Function(value-exists)] public static bool DoesXmlValueExist(string _xmlFile, string _xPath) { XmlDocument xd = new XmlDocument(); xd.Load(_xmlFile); try { string s =

[nant-dev] Re: XmlPeekTask extention

2006-01-13 Thread John Ludlow
Oops. I meant like this:property name=my-xml-value value=${xml::get-value(filepath, xpath)}/Sorry about that.On 13/01/06, John Ludlow [EMAIL PROTECTED] wrote: And here it is:project script language=C# prefix=xml imports import namespace=System.Xml/ /imports code ![CDATA[ [Function(value-exists)]

[nant-dev] [ nant-Bugs-1405061 ] FileSet and DirSet / BuildElement initialization broken

2006-01-13 Thread SourceForge.net
Bugs item #1405061, was opened at 2006-01-13 12:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1405061group_id=31650 Please note that this message will contain a full copy of