<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/dnpb/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/dnpb/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 29 Dec 2008 19:07:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dnpb/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Platform Selector (x86/x64)</title><link>https://sourceforge.net/p/dnpb/feature-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice to be able choose whether result is explicitly built for 32 bit as included native libraries may be only available as 32 bit. As a result the program should be run as 32 bit in 64 bit oss versions or native libraries will be loaded as 64 bit as well which results in error.&lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tommi Laukkanen</dc:creator><pubDate>Mon, 29 Dec 2008 19:07:44 -0000</pubDate><guid>https://sourceforge.netffecad61a04af523bb0397623fb476ea70c44155</guid></item><item><title>C.J. broke pkg-config parser</title><link>https://sourceforge.net/p/dnpb/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It looks like the pkg-config (.pc) file parser is broken.  I need to fix this.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">C.J. Adams-Collier</dc:creator><pubDate>Tue, 29 May 2007 06:57:13 -0000</pubDate><guid>https://sourceforge.net048a038f0cfeab54f34321fb61d24d826e333f49</guid></item><item><title>Directory exclusion selector</title><link>https://sourceforge.net/p/dnpb/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There needs to be a way of excluding directories from a match.  There should be an option to exclude recursively.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">C.J. Adams-Collier</dc:creator><pubDate>Thu, 19 Apr 2007 05:49:03 -0000</pubDate><guid>https://sourceforge.net9c3fbe91ac2276c2604dfac9a5fe94d527e20c2d</guid></item><item><title>ASP.NET output</title><link>https://sourceforge.net/p/dnpb/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;We have no reliable way to make an ASP.NET deployment package.  This needs some thought and design before we can schedule it.&lt;/p&gt;
&lt;p&gt;Thoughts?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">C.J. Adams-Collier</dc:creator><pubDate>Thu, 19 Apr 2007 05:46:48 -0000</pubDate><guid>https://sourceforge.netc992e7092cffab72530f77c86df3407903fac1a5</guid></item><item><title>New features (asp.net, monodev 2.0, exclude files)</title><link>https://sourceforge.net/p/dnpb/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've been getting my projects to use Prebuild, so I can use nant for command line compiling and monodev and x-develop for my IDE.&lt;/p&gt;
&lt;p&gt;In doing so, I found some problems:&lt;br /&gt;
- ASP.NET projects cannot be created&lt;br /&gt;
- Needed to exclude directories (not just individual files)&lt;br /&gt;
- Monodevelop projects cannot be made to target .NET 2.0&lt;br /&gt;
- NAnt build scripts do not add assembly reference paths, nor can refer to GAC assemblies&lt;/p&gt;
&lt;p&gt;Attached is a patch which provides the following:&lt;/p&gt;
&lt;p&gt;- Project type can now be set to 'AspNet' to generate asp.net project files for vs2003, vs2005, and monodevelop (works with mono 1.2 release).  NAnt, autotools, and sharpdevelop have been updated to act the same as library type.&lt;/p&gt;
&lt;p&gt;This uses the 'web application' type of project file for the vs2005 target (which is similar to the library project save one line).  See &lt;a href="http://webproject.scottgu.com/" rel="nofollow"&gt;http://webproject.scottgu.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- Added an &amp;lt;ExcludeMatch&amp;gt; tag, which is similar to the &amp;lt;Match&amp;gt; tag, but will exclude any files that match a particular path/pattern.&lt;/p&gt;
&lt;p&gt;- Added monodev2 target to build monodevelop project files that will compile/run using .NET 2.0 (gmcs).  Maybe this should be changed to use a command line switch, but works similar to how vs2003 and vs2005 determine the .net version.&lt;/p&gt;
&lt;p&gt;- Reference paths included in the prebuild.xml will be output to NAnt build scripts&lt;/p&gt;
&lt;p&gt;- If assemblies are referenced from the GAC, the full relative path will be used in NAnt build scripts&lt;/p&gt;
&lt;p&gt;I hope these changes can make it into the next release, as they are all pretty much required for my use of prebuild.&lt;/p&gt;
&lt;p&gt;I tried to use a similar style of coding to minimize the changes to the code.  I hope you (and others) find this useful!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Curtis Wensley</dc:creator><pubDate>Thu, 16 Nov 2006 05:09:43 -0000</pubDate><guid>https://sourceforge.netd727080126db9e9c00bbeebcfcd87b6007f095a7</guid></item><item><title>Create an &lt;Include /&gt; node</title><link>https://sourceforge.net/p/dnpb/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add an &amp;lt;Include file="ProjectA.xml"&amp;gt; to allow &lt;br /&gt;
splitting a large solution up into multiple project &lt;br /&gt;
xmls and one solution xml.&lt;/p&gt;
&lt;p&gt;This would make solutions with many projects very &lt;br /&gt;
easy to maintain and re-usable.&lt;/p&gt;
&lt;p&gt;A sample solution would look like:&lt;/p&gt;
&lt;p&gt;&amp;lt;Prebuild version="1.6" &lt;br /&gt;
xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.6.xsd"&amp;gt;&lt;br /&gt;
&amp;lt;Solution name="MySolution"&amp;gt;&lt;br /&gt;
&amp;lt;!-- solution config and other stuff --&amp;gt;&lt;br /&gt;
&amp;lt;Include file="ProjectA/ProjectA.xml" /&amp;gt;&lt;br /&gt;
&amp;lt;Include file="ProjectB/ProjectB.xml" /&amp;gt;&lt;br /&gt;
&amp;lt;Include file="ProjectC/ProjectC.xml" /&amp;gt;&lt;br /&gt;
&amp;lt;/Solution&amp;gt;&lt;br /&gt;
&amp;lt;/Prebuild&amp;gt;&lt;/p&gt;
&lt;p&gt;And the project could look like:&lt;/p&gt;
&lt;p&gt;&amp;lt;Prebuild version="1.6" &lt;br /&gt;
xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.6.xsd"&amp;gt;&lt;br /&gt;
&amp;lt;Project name="ProjectA" path="." type="WinExe" &lt;br /&gt;
assemblyName="ProjectA" rootNamespace="ProjectA"&amp;gt;&lt;br /&gt;
&amp;lt;!-- project related stuff --&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/Project&amp;gt;&lt;br /&gt;
&amp;lt;/Prebuild&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Curtis Wensley</dc:creator><pubDate>Fri, 10 Nov 2006 05:18:03 -0000</pubDate><guid>https://sourceforge.netb7237f7a544d86268dbfddf037266ed87fc319ff</guid></item><item><title>xacc.ide</title><link>https://sourceforge.net/p/dnpb/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Could you add support for the xacc.ide?&lt;br /&gt;
(http://blogs.wdevs.com/leppie/)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 14 Mar 2006 06:10:12 -0000</pubDate><guid>https://sourceforge.net6e3443976099206586354d7ddcb5a8bad3e10c75</guid></item></channel></rss>