<rss version="2.0">
<channel>
<title>YouTrack - Comments of: </title>
<link>http://youtrack.codebetter.com/_rss/comments?p=NUPRJ</link>
<description></description>
<item>
<title>Brendan (brendanjerwin) commented NUPRJ-1: nu update - LOW PRIORITY</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-1#comment=48-15</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Brendan (brendanjerwin)</strong>
<br/>
2 years ago (28 Aug 2010 23:30)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-1#comment=48-15">reply</a>
</div>
<div class="comment-body">
<div class="wiki text">Now that the individual package&#39;s gemspec is serialized into it&#39;s directory, Nu is in a good position to do this. It can find each of the projects that are at the tops of the dependency graphs and, with each of them:<br/> 1) ask gem to update to the latest version<br/> 2) remove all dependencies (owned only by that project)<br/> 3) `nu install` the project again<br/><br/>We should probably keep track, for each top-most project, if a specific version was requested with the &ndash;version flag. If so, it would be opted-out of the `nu update` command.</div>
</div>
</div>

]]></description>
<pubDate>Sun, 29 Aug 2010 04:30:03 UT</pubDate>
</item>
<item>
<title>Brendan (brendanjerwin) commented NUPRJ-5: Enhancement - nu help should list commands and some meaning - LOW PRIORITY</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-5#comment=48-14</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Brendan (brendanjerwin)</strong>
<br/>
2 years ago (28 Aug 2010 23:22)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-5#comment=48-14">reply</a>
</div>
<div class="comment-body">
<div class="wiki text">In my latest pull request: <a href="http://github.com/brendanjerwin/nu/tree/cli_and_settings_restructure">http://github.com/brendanjerwin/nu/tree/cli_and_settings_restructure</a> this is taken care of.</div>
</div>
</div>

]]></description>
<pubDate>Sun, 29 Aug 2010 04:22:30 UT</pubDate>
</item>
<item>
<title>Brendan (brendanjerwin) commented NUPRJ-4: Enhancement - Add the ability to specify framework subfolder on command line - MEDIUM PRIORITY</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-4#comment=48-13</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Brendan (brendanjerwin)</strong>
<br/>
2 years ago (28 Aug 2010 23:20)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-4#comment=48-13">reply</a>
</div>
<div class="comment-body">
<div class="wiki text">I have the beginnings of a solution to this in place (in my branch).<br/><br/><h4>Here is the idea:</h4><br/>  1) The gem packager may include in the gem a platforms.yaml file that will contain a predefined list of platforms each with a value identifying which subdirectory to use for them. <br/>  2) The end-user may(must?) specify their platform for nu using `nu config platform net3.5`<br/>  3) At install time, nu will utilize the platforms.yaml to find the best bins to copy.<br/><br/><h4>Exception Cases:</h4><br/>  <strong>Unsupported Platforms:</strong> A packager may set a particular platform to &quot;NOT SUPPORTED&quot; in the platforms.yaml so nu knows to error out when the user attempts to install on an unsupported platform.<br/>  <strong>Requested Platform Not Specified (platforms.yaml is present):</strong> Nu can present the user with the option to install one of the specified platforms instead.<br/>  <strong>Platforms.yaml Not Present in the Gem:</strong> Nu will fall back to just installing the bins as it does today, perhaps with a warning message that things might not be perfect. </div>
</div>
</div>

]]></description>
<pubDate>Sun, 29 Aug 2010 04:20:19 UT</pubDate>
</item>
<item>
<title>Dru Sellers (drusellers) commented NUPRJ-16: BUG - Nu is not picking up the correct version of the dependency - HIGH PRIORITY</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-16#comment=48-12</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Dru Sellers (drusellers)</strong>
<br/>
2 years ago (25 Aug 2010 06:56)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-16#comment=48-12">reply</a>
</div>
<div class="comment-body">
<div class="wiki text">Thanks Brendan 0.1.18</div>
</div>
</div>

]]></description>
<pubDate>Wed, 25 Aug 2010 11:56:05 UT</pubDate>
</item>
<item>
<title>Dru Sellers (drusellers) commented NUPRJ-17: Respect &#39;require_path&#39;</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-17#comment=48-11</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Dru Sellers (drusellers)</strong>
<br/>
2 years ago (25 Aug 2010 06:55)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-17#comment=48-11">reply</a>
</div>
<div class="comment-body">
<div class="wiki text">Thanks Brendan 0.0.18</div>
</div>
</div>

]]></description>
<pubDate>Wed, 25 Aug 2010 11:55:44 UT</pubDate>
</item>
<item>
<title>Brendan (brendanjerwin) commented NUPRJ-2: Enhancement - Specify version of a gem - MEDIUM PRIORITY</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-2#comment=48-10</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Brendan (brendanjerwin)</strong>
<br/>
2 years ago (25 Aug 2010 03:41)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-2#comment=48-10">reply</a>
</div>
<div class="comment-body">
<div class="wiki text">As a side effect of some work put in by someone else, and the work I did to fix the dependencies, this appears to be working. I don&#39;t think it will work with a list of gems, but a single gem will respect the &ndash;version param.<br/><br/><pre class="prettyprint">
$ nu install nunit --version=2.4.8.0
c:/Ruby/lib/ruby/1.8/fileutils.rb:93: warning: already initialized constant OPT_TABLE
c:/Ruby/lib/ruby/1.8/fileutils.rb:1163: warning: already initialized constant S_IF_DOOR
c:/Ruby/lib/ruby/1.8/fileutils.rb:1513: warning: already initialized constant METHODS
Gem nunit 2.4.8.0 is not installed locally - I am now going to try and install it
Successfully installed nunit-2.4.8.0
Copy From: c:/Ruby/lib/ruby/gems/1.8/gems/nunit-2.4.8.0/lib
Copy To: c:/Projects/nu_test/lib/nunit-2.4.8.0
</pre><br/><br/>This is the repo with my changes. I&#39;ve already requested a pull associated with two other tickets.<br/><br/><a href="http://github.com/brendanjerwin/nu/tree/NUPRJ-16_NUPRJ-17_refactoring_and_tests/">http://github.com/brendanjerwin/nu/tree/NUPRJ-16_NUPRJ-17_refactoring_and_tests/</a></div>
</div>
</div>

]]></description>
<pubDate>Wed, 25 Aug 2010 08:41:19 UT</pubDate>
</item>
<item>
<title>Brendan (brendanjerwin) commented NUPRJ-16: BUG - Nu is not picking up the correct version of the dependency - HIGH PRIORITY</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-16#comment=48-9</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Brendan (brendanjerwin)</strong>
<br/>
2 years ago (25 Aug 2010 03:22)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-16#comment=48-9">reply</a>
</div>
<div class="comment-body">
<div class="wiki text">I have a fix for this issue here:<br/><br/><a href="http://github.com/brendanjerwin/nu/tree/NUPRJ-16_NUPRJ-17_refactoring_and_tests">http://github.com/brendanjerwin/nu/tree/NUPRJ-16_NUPRJ-17_refactoring_and_tests</a><br/><br/>Pull request sent.</div>
</div>
</div>

]]></description>
<pubDate>Wed, 25 Aug 2010 08:22:10 UT</pubDate>
</item>
<item>
<title>Brendan (brendanjerwin) commented NUPRJ-17: Respect &#39;require_path&#39;</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-17#comment=48-8</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Brendan (brendanjerwin)</strong>
<br/>
2 years ago (25 Aug 2010 03:21)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-17#comment=48-8">reply</a>
</div>
<div class="comment-body">
<div class="wiki text">Better yet, use this branch:<br/><br/><a href="http://github.com/brendanjerwin/nu/tree/NUPRJ-16_NUPRJ-17_refactoring_and_tests">http://github.com/brendanjerwin/nu/tree/NUPRJ-16_NUPRJ-17_refactoring_and_tests</a></div>
</div>
</div>

]]></description>
<pubDate>Wed, 25 Aug 2010 08:21:46 UT</pubDate>
</item>
<item>
<title>Brendan (brendanjerwin) commented NUPRJ-17: Respect &#39;require_path&#39;</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-17#comment=48-7</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Brendan (brendanjerwin)</strong>
<br/>
2 years ago (24 Aug 2010 22:13)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-17#comment=48-7">reply</a>
</div>
<div class="comment-body">
<div class="wiki text"><a href="http://github.com/brendanjerwin/nu/tree/NUPRJ-17_fix_require_path">http://github.com/brendanjerwin/nu/tree/NUPRJ-17_fix_require_path</a><br/><br/>Pull Request sent.</div>
</div>
</div>

]]></description>
<pubDate>Wed, 25 Aug 2010 03:13:26 UT</pubDate>
</item>
<item>
<title>Brendan (brendanjerwin) commented NUPRJ-17: Respect &#39;require_path&#39;</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-17#comment=48-6</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Brendan (brendanjerwin)</strong>
<br/>
2 years ago (24 Aug 2010 21:27)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-17#comment=48-6">reply</a>
</div>
<div class="comment-body">
<div class="wiki text">I&#39;m working on a fix for this one in my fork.</div>
</div>
</div>

]]></description>
<pubDate>Wed, 25 Aug 2010 02:27:32 UT</pubDate>
</item>
<item>
<title>Matt Michielsen (mattmichielsen) commented NUPRJ-2: Enhancement - Specify version of a gem - MEDIUM PRIORITY</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-2#comment=48-5</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Matt Michielsen (mattmichielsen)</strong>
<br/>
2 years ago (10 Aug 2010 11:02)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-2#comment=48-5">reply</a>
</div>
<div class="comment-body">
<div class="wiki text">Is anyone working on this?</div>
</div>
</div>

]]></description>
<pubDate>Tue, 10 Aug 2010 16:02:33 UT</pubDate>
</item>
<item>
<title>Dru Sellers (drusellers) commented NUPRJ-9: Set up Apache / Passenger</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-9#comment=48-3</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Dru Sellers (drusellers)</strong>
<br/>
2 years ago (03 Aug 2010 15:49)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-9#comment=48-3">reply</a>
</div>
<div class="comment-body">
<div class="wiki text"><a href="http://www.modrails.com/documentation/Users%20guide%20Apache.html">http://www.modrails.com/documentation/Users%20guide%20Apache.html</a></div>
</div>
</div>

]]></description>
<pubDate>Tue, 03 Aug 2010 20:49:41 UT</pubDate>
</item>
<item>
<title>Rob Reynolds (ferventcoder) commented NUPRJ-4: Enhancement - Add the ability to specify framework subfolder on command line - MEDIUM PRIORITY</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-4#comment=48-2</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Rob Reynolds (ferventcoder)</strong>
<br/>
2 years ago (03 Aug 2010 12:27)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-4#comment=48-2">reply</a>
</div>
<div class="comment-body">
<div class="wiki text">Here as well <a href="http://groups.google.com/group/nu-net/browse_thread/thread/7e322716b2c311e7">http://groups.google.com/group/nu-net/browse_thread/thread/7e322716b2c311e7</a></div>
</div>
</div>

]]></description>
<pubDate>Tue, 03 Aug 2010 17:27:29 UT</pubDate>
</item>
<item>
<title>Rob Reynolds (ferventcoder) commented NUPRJ-4: Enhancement - Add the ability to specify framework subfolder on command line - MEDIUM PRIORITY</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-4#comment=48-1</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Rob Reynolds (ferventcoder)</strong>
<br/>
2 years ago (03 Aug 2010 12:27)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-4#comment=48-1">reply</a>
</div>
<div class="comment-body">
<div class="wiki text">Discussion here: <a href="http://groups.google.com/group/nu-net/browse_thread/thread/c82a7e618203d7b7">http://groups.google.com/group/nu-net/browse_thread/thread/c82a7e618203d7b7</a> </div>
</div>
</div>

]]></description>
<pubDate>Tue, 03 Aug 2010 17:27:04 UT</pubDate>
</item>
<item>
<title>Travis (Smith) commented NUPRJ-3: Deploy gem to GAC - NOT PRIORITIZED</title>
<link>http://youtrack.codebetter.com/issue/NUPRJ-3#comment=48-0</link>
<description><![CDATA[
<div class="comment">
<div class="comment-head">
<strong>Travis (Smith)</strong>
<br/>
2 years ago (29 Jul 2010 11:52)
<br/>
<a href="http://youtrack.codebetter.com/issue/NUPRJ-3#comment=48-0">reply</a>
</div>
<div class="comment-body">
<div class="wiki text"><a href="http://msdn.microsoft.com/en-us/library/ex0ss12c.aspx">http://msdn.microsoft.com/en-us/library/ex0ss12c.aspx</a> gacutil.exe<br/><br/>Likely useful.</div>
</div>
</div>

]]></description>
<pubDate>Thu, 29 Jul 2010 16:52:33 UT</pubDate>
</item>
</channel>
</rss>
