<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>NAntCollections Forum Rss Feed</title><link>http://www.codeplex.com/NAntCollections/Thread/List.aspx</link><description>NAntCollections Forum Rss Description</description><item><title>NEW POST: Loading list/dictionary from xml files</title><link>http://www.codeplex.com/NAntCollections/Thread/View.aspx?ThreadId=14195</link><description>&lt;div class="wikidoc"&gt;
Thanks for the suggested bhehe1.  Glad to see someone found some use for this project.  I added your suggestion as an issue.&lt;br /&gt; &lt;br /&gt;http://www.codeplex.com/NAntCollections/WorkItem/View.aspx?WorkItemId=7861&lt;br /&gt; &lt;br /&gt;During the next release cycle (not sure when that will be - whenever more interest / requests pile up) we will make sure to add it.&lt;br /&gt; &lt;br /&gt;~ Justin&lt;br /&gt;
&lt;/div&gt;</description><author>jkohlhepp</author><pubDate>Thu, 18 Oct 2007 11:34:21 GMT</pubDate><guid isPermaLink="false">NEW POST: Loading list/dictionary from xml files 20071018113421A</guid></item><item><title>NEW POST: Loading list/dictionary from xml files</title><link>http://www.codeplex.com/NAntCollections/Thread/View.aspx?ThreadId=14195</link><description>&lt;div class="wikidoc"&gt;
It would be &lt;b&gt;very&lt;/b&gt; desirable to have an ability to load the list/dictionary from an external file. I'd have to imagine this is simple to implement though I haven't looked into it yet myself (I've only wrote 1 custom NAnt task myself and found it fairly simple).&lt;br /&gt;
&lt;/div&gt;</description><author>bhehe1</author><pubDate>Wed, 22 Aug 2007 19:46:44 GMT</pubDate><guid isPermaLink="false">NEW POST: Loading list/dictionary from xml files 20070822074644P</guid></item><item><title>NEW POST: Building and running UTs in VS.NET</title><link>http://www.codeplex.com/NAntCollections/Thread/View.aspx?ThreadId=12297</link><description>&lt;div class="wikidoc"&gt;
I just changed the UTs so that they execute NAnt in-process, which is more performant and allows for setting breakpoints in the tasks and having them hit.  The only downside with this is that some NAnt DLLs and the NAnt config file need to get copied to the build output file (i.e bin\Debug) in order for NAnt execution to work.&lt;br /&gt; &lt;br /&gt;Obviously, we want to do this in a way where there are no absolute paths in the solution so that devs can have their own machine setups.  So I made a NAnt build script called PostBuild.build which is executed by the VS.NET post build event.  The build file can use the NAnt properties which are automatically set by NAnt to find the DLLs and config files and copy them.&lt;br /&gt; &lt;br /&gt;The only issue I see with this is that NAnt\bin has to be in the user's %PATH% because the post build script does not specify a path to NAnt.  Are there other issues I'm not forseeing?&lt;br /&gt; &lt;br /&gt;Is there any better way to do this that have less moving parts?&lt;br /&gt; &lt;br /&gt;~ Justin &lt;br /&gt;
&lt;/div&gt;</description><author>jkohlhepp</author><pubDate>Sat, 07 Jul 2007 01:19:54 GMT</pubDate><guid isPermaLink="false">NEW POST: Building and running UTs in VS.NET 20070707011954A</guid></item><item><title>NEW POST: Should clear actually delete the collection?</title><link>http://www.codeplex.com/NAntCollections/Thread/View.aspx?ThreadId=11875</link><description>&lt;div class="wikidoc"&gt;
That sounds reasonable.  I will add a work item for dict::is-empty and list::is-empty.  They should both return true if the collection doesn't exist.&lt;br /&gt;
&lt;/div&gt;</description><author>jkohlhepp</author><pubDate>Thu, 05 Jul 2007 12:44:05 GMT</pubDate><guid isPermaLink="false">NEW POST: Should clear actually delete the collection? 20070705124405P</guid></item><item><title>NEW POST: Should clear actually delete the collection?</title><link>http://www.codeplex.com/NAntCollections/Thread/View.aspx?ThreadId=11875</link><description>&lt;div class="wikidoc"&gt;
nAnt itself currently doesn't unassign variables or &amp;quot;properties&amp;quot;.  Once a property is set, propery::exists will always return true.  In addition, I feel that a build script that is concerned about these extra empty collections taking up resources might already be too unweildy.&lt;br /&gt; &lt;br /&gt;I think that &amp;quot;dict::exists()&amp;quot; should return true if it has been created in the current build, regardless of it being emptied and we need either &amp;quot;dict::has&lt;i&gt;items()&amp;quot; or &amp;quot;dict::is&lt;/i&gt;empty()&amp;quot; (or both).  My question for you is should &amp;quot;dict::is_empty()&amp;quot; return true or false if the dict does not exist?  I personally would, rather than test for the existance of a collection, test for the existance of items in a collection.&lt;br /&gt;
&lt;/div&gt;</description><author>JeffyW</author><pubDate>Thu, 05 Jul 2007 03:52:36 GMT</pubDate><guid isPermaLink="false">NEW POST: Should clear actually delete the collection? 20070705035236A</guid></item><item><title>NEW POST: Should clear actually delete the collection?</title><link>http://www.codeplex.com/NAntCollections/Thread/View.aspx?ThreadId=11875</link><description>&lt;div class="wikidoc"&gt;
Currently we have tasks like dict-clear and list-clear.  These remove all items from the collection.  After these tasks are run, should the collections dict::exists() and list::exists return true or false?  If they should still return true, should we then have dict-delete and list-delete or are they unnecessary?  Thoughts?&lt;br /&gt;
&lt;/div&gt;</description><author>jkohlhepp</author><pubDate>Wed, 27 Jun 2007 01:18:26 GMT</pubDate><guid isPermaLink="false">NEW POST: Should clear actually delete the collection? 20070627011826A</guid></item></channel></rss>