<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-27020</id>
	<title>Nabble - NetBeans Ruby Project Developers (not for user help)</title>
	<updated>2009-05-29T05:44:09Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/NetBeans-Ruby-Project-Developers-(not-for-user-help)-f27020.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NetBeans-Ruby-Project-Developers-%28not-for-user-help%29-f27020.html" />
	<subtitle type="html">dev@ruby.netbeans.org is a mailing list for discussing the development of the Ruby features for the NetBeans IDE.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-23779310</id>
	<title>Re: JRuby Debug Finds Driver Jars</title>
	<published>2009-05-29T05:44:09Z</published>
	<updated>2009-05-29T05:44:09Z</updated>
	<author>
		<name>Erno Mononen</name>
	</author>
	<content type="html">Hi Paul,
&lt;br&gt;&lt;br&gt;The debugger shouldn't really do much additional loading, so not sure 
&lt;br&gt;now how come it behaves differently under the debugger. I'll check what 
&lt;br&gt;I can find in the code, but you may want to check the actual command 
&lt;br&gt;that the IDE executes when debugging (perhaps it will give some hints) 
&lt;br&gt;-- &amp;nbsp;turn on detailed logging in Tools -&amp;gt; Options -&amp;gt; Misc -&amp;gt; Ruby -&amp;gt; Ruby 
&lt;br&gt;IDE Logging and debug the program, the command is then logged into the 
&lt;br&gt;IDE's log file (View -&amp;gt; IDE Log, search for &amp;quot;Running:&amp;quot;).
&lt;br&gt;&lt;br&gt;Erno
&lt;br&gt;&lt;br&gt;&lt;br&gt;Paul F Fraser wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Using netbeans Build 200905120201, &amp;nbsp;Vista Business SP1
&lt;br&gt;&amp;gt; I have a h2 database driver jar located in the project lib directory 
&lt;br&gt;&amp;gt; and NOT referenced in the JRuby classpath screen.
&lt;br&gt;&amp;gt; When I run the program normally, it fails to find the driver jar, but 
&lt;br&gt;&amp;gt; when debugging &amp;nbsp;it all works OK.
&lt;br&gt;&amp;gt; What is netbeans and/or the debugger doing to locate the jar in debug 
&lt;br&gt;&amp;gt; mode?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jruby has a problem locating Jdbc drivers when called in a require 
&lt;br&gt;&amp;gt; statement as detailed in an email from Nick Sieger in the Jruby mail 
&lt;br&gt;&amp;gt; list. I am hoping that the nb debugger might have a simple solution....
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; =====================================
&lt;br&gt;&amp;gt; We have to jump through some hoops with AR-JDBC in order to use jar
&lt;br&gt;&amp;gt; files require'd by JRuby -- perhaps you're running into this issue.
&lt;br&gt;&amp;gt; The issue is the following:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://java.sun.com/j2se/1.5.0/docs/api/java/sql/DriverManager.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/j2se/1.5.0/docs/api/java/sql/DriverManager.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;When the method getConnection is called, the DriverManager will
&lt;br&gt;&amp;gt; attempt to locate a suitable driver from amongst those loaded at
&lt;br&gt;&amp;gt; initialization and those loaded explicitly using the same classloader
&lt;br&gt;&amp;gt; as the current applet or application.&amp;quot;
&lt;br&gt;&amp;gt; =======================================
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; Paul F Fraser
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23779310&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23779310&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23779310&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23779310&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JRuby-Debug-Finds-Driver-Jars-tp23777442p23779310.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23777442</id>
	<title>JRuby Debug Finds Driver Jars</title>
	<published>2009-05-29T03:12:28Z</published>
	<updated>2009-05-29T03:12:28Z</updated>
	<author>
		<name>Paul F Fraser</name>
	</author>
	<content type="html">Using netbeans Build 200905120201, &amp;nbsp;Vista Business SP1
&lt;br&gt;I have a h2 database driver jar located in the project lib directory and 
&lt;br&gt;NOT referenced in the JRuby classpath screen.
&lt;br&gt;When I run the program normally, it fails to find the driver jar, but 
&lt;br&gt;when debugging &amp;nbsp;it all works OK.
&lt;br&gt;What is netbeans and/or the debugger doing to locate the jar in debug mode?
&lt;br&gt;&lt;br&gt;Jruby has a problem locating Jdbc drivers when called in a require 
&lt;br&gt;statement as detailed in an email from Nick Sieger in the Jruby mail 
&lt;br&gt;list. I am hoping that the nb debugger might have a simple solution....
&lt;br&gt;&lt;br&gt;=====================================
&lt;br&gt;We have to jump through some hoops with AR-JDBC in order to use jar
&lt;br&gt;files require'd by JRuby -- perhaps you're running into this issue.
&lt;br&gt;The issue is the following:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://java.sun.com/j2se/1.5.0/docs/api/java/sql/DriverManager.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/j2se/1.5.0/docs/api/java/sql/DriverManager.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;When the method getConnection is called, the DriverManager will
&lt;br&gt;attempt to locate a suitable driver from amongst those loaded at
&lt;br&gt;initialization and those loaded explicitly using the same classloader
&lt;br&gt;as the current applet or application.&amp;quot;
&lt;br&gt;=======================================
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;Paul F Fraser
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23777442&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23777442&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JRuby-Debug-Finds-Driver-Jars-tp23777442p23777442.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23529411</id>
	<title>Issue with debug-commons repository?</title>
	<published>2009-05-13T12:54:29Z</published>
	<updated>2009-05-13T12:54:29Z</updated>
	<author>
		<name>Peter Williams-4</name>
	</author>
	<content type="html">I get the following message attempting to update my debug-commons sources.
&lt;br&gt;&lt;br&gt;Fetching external item into 'jruby-debug/trunk/bin'
&lt;br&gt;svn: Connection closed unexpectedly
&lt;br&gt;&lt;br&gt;Net searches on the general message suggest network or server problems 
&lt;br&gt;on whatever external server is being used to host whatever external 
&lt;br&gt;component was requested...
&lt;br&gt;&lt;br&gt;Anyone know anything about this? &amp;nbsp;Is there a way to find out what 
&lt;br&gt;connection is causing trouble?
&lt;br&gt;&lt;br&gt;-Peter
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23529411&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23529411&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Issue-with-debug-commons-repository--tp23529411p23529411.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23414390</id>
	<title>Re: over aggressive linking in ruby server (any server) console</title>
	<published>2009-05-06T13:02:01Z</published>
	<updated>2009-05-06T13:02:01Z</updated>
	<author>
		<name>Erno Mononen</name>
	</author>
	<content type="html">Hi Peter,
&lt;br&gt;You're welcome to fix it, I don't think there is an issue for this or 
&lt;br&gt;that someone would be working on it.
&lt;br&gt;&lt;br&gt;Erno
&lt;br&gt;&lt;br&gt;&lt;br&gt;Peter Williams wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I've noticed that in 6.7 the ruby highlighters are over aggressively 
&lt;br&gt;&amp;gt; binding links to non-linking lines (any server, certainly WEBrick and 
&lt;br&gt;&amp;gt; GlassFish Gem, haven't checked mongrel but I'm sure it's affected too).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there a bug filed on this? &amp;nbsp;Anyone working on it? &amp;nbsp;(If not, I'm 
&lt;br&gt;&amp;gt; going to fix it.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Peter
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23414390&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23414390&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23414390&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23414390&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/over-aggressive-linking-in-ruby-server-%28any-server%29-console-tp23414031p23414390.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23414031</id>
	<title>over aggressive linking in ruby server (any server) console</title>
	<published>2009-05-06T12:42:23Z</published>
	<updated>2009-05-06T12:42:23Z</updated>
	<author>
		<name>Peter Williams-4</name>
	</author>
	<content type="html">I've noticed that in 6.7 the ruby highlighters are over aggressively 
&lt;br&gt;binding links to non-linking lines (any server, certainly WEBrick and 
&lt;br&gt;GlassFish Gem, haven't checked mongrel but I'm sure it's affected too).
&lt;br&gt;&lt;br&gt;Is there a bug filed on this? &amp;nbsp;Anyone working on it? &amp;nbsp;(If not, I'm going 
&lt;br&gt;to fix it.)
&lt;br&gt;&lt;br&gt;-Peter
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23414031&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23414031&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/over-aggressive-linking-in-ruby-server-%28any-server%29-console-tp23414031p23414031.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23395970</id>
	<title>Re: &quot;rails not installed&quot;??? -- solved</title>
	<published>2009-05-05T14:08:24Z</published>
	<updated>2009-05-05T14:08:24Z</updated>
	<author>
		<name>Peter Williams-4</name>
	</author>
	<content type="html">GEM_HOME and GEM_PATH in the shell's build enviroment was prohibiting 
&lt;br&gt;&amp;quot;ant install-gems&amp;quot; on 
&lt;br&gt;o.jruby.distro/unpatched_source/jruby-1.2.0/build.xml from executing 
&lt;br&gt;correctly.
&lt;br&gt;&lt;br&gt;IMO this is a bug in the build system -- it should have ignored these. &amp;nbsp;
&lt;br&gt;Not sure what we can do about it though, as this build.xml comes from 
&lt;br&gt;jruby and they probably did it this way for a reason.
&lt;br&gt;&lt;br&gt;Normally I don't have these assigned, but this particular shell did due 
&lt;br&gt;to prior ruby stuff I'd been doing there.
&lt;br&gt;&lt;br&gt;-Peter
&lt;br&gt;&lt;br&gt;Peter Williams wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Erno Mononen wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi Peter,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Peter Williams wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I updated web-main and did a clean build of my custom config (java, 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; javaee, ruby, groovy) which ought to include full ruby and rails 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; support --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; According to the &amp;quot;New Project | Rails | ...&amp;quot; wizard, Rails is not 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; installed.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Other gems installed and show they are present. &amp;nbsp;Checking the gem 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; repository embedded in this build shows rails 2.1.0.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; so (a) I thought we were using Rails 2.3.x now so why is it an old 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; version and (b) even though it is an old version, why aren't we 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; using it? &amp;nbsp;Incompatible?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We bundle 2.3.2, and the wizard should accept any Rails version. It 
&lt;br&gt;&amp;gt;&amp;gt; checks that the Rails gems are present and that the rails executable 
&lt;br&gt;&amp;gt;&amp;gt; is found; not sure why it complains in your case. Could you turn on 
&lt;br&gt;&amp;gt;&amp;gt; detailed logging (in Options -&amp;gt; Ruby -&amp;gt; Misc) and send the log file 
&lt;br&gt;&amp;gt;&amp;gt; to me?
&lt;br&gt;&amp;gt; Enabling logging produces no messages in the log I wasn't already 
&lt;br&gt;&amp;gt; getting. &amp;nbsp;I will email it to you anyway...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I assume you're trying to create a Rails project using the bundled 
&lt;br&gt;&amp;gt;&amp;gt; JRuby 1.2.0, right? There might be some bug in the build scripts 
&lt;br&gt;&amp;gt;&amp;gt; causing old artifacts to be left behind, or I can't now think of 
&lt;br&gt;&amp;gt;&amp;gt; another explanation for how come you still have 2.1.0 installed.
&lt;br&gt;&amp;gt; I'm thinking build issue, but short of pulling a new repository (which 
&lt;br&gt;&amp;gt; I'm not convinced will fix this), I don't know why it's doing what 
&lt;br&gt;&amp;gt; it's doing. &amp;nbsp;Maybe I'm checking the wrong thing?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; o.jruby.distro is supposed to build the jruby + gems folder under 
&lt;br&gt;&amp;gt; ruby2 cluster, correct? &amp;nbsp;I can see rails 2.3.2 in o.jruby.distro, but 
&lt;br&gt;&amp;gt; doing a clean build produces a jruby 1.2.0 install under ruby2 that 
&lt;br&gt;&amp;gt; contains rails 2.1.0.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm not sure why, I guess I need to run a full verbose build and dig 
&lt;br&gt;&amp;gt; through the ant logs now.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If there is a way to invoke a build of &amp;quot;just the jruby distro&amp;quot;, let me 
&lt;br&gt;&amp;gt; know. &amp;nbsp;I tried building both o.jruby and o.jruby.distro and just doing 
&lt;br&gt;&amp;gt; that didn't generate the correct steps to produce 
&lt;br&gt;&amp;gt; nbbuild/netbeans/ruby2/jruby so there must be some other target or 
&lt;br&gt;&amp;gt; defines required to make that work (or another module maybe).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Peter
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Erno
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Or maybe I missed a module when I updated my config definition, but 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; this seems unlikely.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -Peter
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23395970&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23395970&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23395970&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23395970&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23395970&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23395970&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23395970&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23395970&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%22rails-not-installed%22----tp23379649p23395970.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23395482</id>
	<title>Re: &quot;rails not installed&quot;???</title>
	<published>2009-05-05T13:15:28Z</published>
	<updated>2009-05-05T13:15:28Z</updated>
	<author>
		<name>Peter Williams-4</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Erno Mononen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Peter,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Peter Williams wrote:
&lt;br&gt;&amp;gt;&amp;gt; I updated web-main and did a clean build of my custom config (java, 
&lt;br&gt;&amp;gt;&amp;gt; javaee, ruby, groovy) which ought to include full ruby and rails 
&lt;br&gt;&amp;gt;&amp;gt; support --
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; According to the &amp;quot;New Project | Rails | ...&amp;quot; wizard, Rails is not 
&lt;br&gt;&amp;gt;&amp;gt; installed.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Other gems installed and show they are present. &amp;nbsp;Checking the gem 
&lt;br&gt;&amp;gt;&amp;gt; repository embedded in this build shows rails 2.1.0.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; so (a) I thought we were using Rails 2.3.x now so why is it an old 
&lt;br&gt;&amp;gt;&amp;gt; version and (b) even though it is an old version, why aren't we using 
&lt;br&gt;&amp;gt;&amp;gt; it? &amp;nbsp;Incompatible?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We bundle 2.3.2, and the wizard should accept any Rails version. It 
&lt;br&gt;&amp;gt; checks that the Rails gems are present and that the rails executable 
&lt;br&gt;&amp;gt; is found; not sure why it complains in your case. Could you turn on 
&lt;br&gt;&amp;gt; detailed logging (in Options -&amp;gt; Ruby -&amp;gt; Misc) and send the log file to 
&lt;br&gt;&amp;gt; me?
&lt;/div&gt;Enabling logging produces no messages in the log I wasn't already 
&lt;br&gt;getting. &amp;nbsp;I will email it to you anyway...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I assume you're trying to create a Rails project using the bundled 
&lt;br&gt;&amp;gt; JRuby 1.2.0, right? There might be some bug in the build scripts 
&lt;br&gt;&amp;gt; causing old artifacts to be left behind, or I can't now think of 
&lt;br&gt;&amp;gt; another explanation for how come you still have 2.1.0 installed.
&lt;br&gt;I'm thinking build issue, but short of pulling a new repository (which 
&lt;br&gt;I'm not convinced will fix this), I don't know why it's doing what it's 
&lt;br&gt;doing. &amp;nbsp;Maybe I'm checking the wrong thing?
&lt;br&gt;&lt;br&gt;o.jruby.distro is supposed to build the jruby + gems folder under ruby2 
&lt;br&gt;cluster, correct? &amp;nbsp;I can see rails 2.3.2 in o.jruby.distro, but doing a 
&lt;br&gt;clean build produces a jruby 1.2.0 install under ruby2 that contains 
&lt;br&gt;rails 2.1.0.
&lt;br&gt;&lt;br&gt;I'm not sure why, I guess I need to run a full verbose build and dig 
&lt;br&gt;through the ant logs now.
&lt;br&gt;&lt;br&gt;If there is a way to invoke a build of &amp;quot;just the jruby distro&amp;quot;, let me 
&lt;br&gt;know. &amp;nbsp;I tried building both o.jruby and o.jruby.distro and just doing 
&lt;br&gt;that didn't generate the correct steps to produce 
&lt;br&gt;nbbuild/netbeans/ruby2/jruby so there must be some other target or 
&lt;br&gt;defines required to make that work (or another module maybe).
&lt;br&gt;&lt;br&gt;-Peter
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Erno
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Or maybe I missed a module when I updated my config definition, but 
&lt;br&gt;&amp;gt;&amp;gt; this seems unlikely.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -Peter
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23395482&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23395482&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23395482&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23395482&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23395482&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23395482&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%22rails-not-installed%22----tp23379649p23395482.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23382382</id>
	<title>Re: Rails app WAR-based deployment to v2.x servers</title>
	<published>2009-05-05T00:25:44Z</published>
	<updated>2009-05-05T00:25:44Z</updated>
	<author>
		<name>Erno Mononen</name>
	</author>
	<content type="html">&lt;br&gt;Hi Arun,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Arun Gupta wrote:
&lt;br&gt;&amp;gt; Any updates on the following RFE:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=117915&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=117915&lt;/a&gt;&lt;br&gt;&lt;br&gt;No updates from my part, I think it has to wait for 6.8 if nobody else 
&lt;br&gt;gets to implement it (it would be useful for Java web apps too).
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Selecting GlassFish Gem as deployment platform and selecting &amp;quot;Add Rake
&lt;br&gt;&amp;gt; targets to support App Server Development&amp;quot; is contradictory.
&lt;br&gt;&lt;br&gt;Yeah, good point. I guess the check box could be disabled, though I 
&lt;br&gt;guess some folks might still want to deploy to v2 in some cases even 
&lt;br&gt;when they use v3 gem for development (at least until v3 gem reaches 1.0).
&lt;br&gt;&lt;br&gt;Erno
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; -Arun
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23382382&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23382382&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Rails-app-WAR-based-deployment-to-v2.x-servers-tp23339205p23382382.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23382284</id>
	<title>Re: &quot;rails not installed&quot;???</title>
	<published>2009-05-05T00:16:40Z</published>
	<updated>2009-05-05T00:16:40Z</updated>
	<author>
		<name>Erno Mononen</name>
	</author>
	<content type="html">Hi Peter,
&lt;br&gt;&lt;br&gt;Peter Williams wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I updated web-main and did a clean build of my custom config (java, 
&lt;br&gt;&amp;gt; javaee, ruby, groovy) which ought to include full ruby and rails 
&lt;br&gt;&amp;gt; support --
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; According to the &amp;quot;New Project | Rails | ...&amp;quot; wizard, Rails is not 
&lt;br&gt;&amp;gt; installed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Other gems installed and show they are present. &amp;nbsp;Checking the gem 
&lt;br&gt;&amp;gt; repository embedded in this build shows rails 2.1.0.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; so (a) I thought we were using Rails 2.3.x now so why is it an old 
&lt;br&gt;&amp;gt; version and (b) even though it is an old version, why aren't we using 
&lt;br&gt;&amp;gt; it? &amp;nbsp;Incompatible?
&lt;/div&gt;&lt;br&gt;We bundle 2.3.2, and the wizard should accept any Rails version. It 
&lt;br&gt;checks that the Rails gems are present and that the rails executable is 
&lt;br&gt;found; not sure why it complains in your case. Could you turn on 
&lt;br&gt;detailed logging (in Options -&amp;gt; Ruby -&amp;gt; Misc) and send the log file to me?
&lt;br&gt;&lt;br&gt;I assume you're trying to create a Rails project using the bundled JRuby 
&lt;br&gt;1.2.0, right? There might be some bug in the build scripts causing old 
&lt;br&gt;artifacts to be left behind, or I can't now think of another explanation 
&lt;br&gt;for how come you still have 2.1.0 installed.
&lt;br&gt;&lt;br&gt;Erno
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Or maybe I missed a module when I updated my config definition, but 
&lt;br&gt;&amp;gt; this seems unlikely.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Peter
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23382284&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23382284&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23382284&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23382284&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%22rails-not-installed%22----tp23379649p23382284.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23379649</id>
	<title>&quot;rails not installed&quot;???</title>
	<published>2009-05-04T18:38:44Z</published>
	<updated>2009-05-04T18:38:44Z</updated>
	<author>
		<name>Peter Williams-4</name>
	</author>
	<content type="html">I updated web-main and did a clean build of my custom config (java, 
&lt;br&gt;javaee, ruby, groovy) which ought to include full ruby and rails support --
&lt;br&gt;&lt;br&gt;According to the &amp;quot;New Project | Rails | ...&amp;quot; wizard, Rails is not installed.
&lt;br&gt;&lt;br&gt;Other gems installed and show they are present. &amp;nbsp;Checking the gem 
&lt;br&gt;repository embedded in this build shows rails 2.1.0.
&lt;br&gt;&lt;br&gt;so (a) I thought we were using Rails 2.3.x now so why is it an old 
&lt;br&gt;version and (b) even though it is an old version, why aren't we using 
&lt;br&gt;it? &amp;nbsp;Incompatible?
&lt;br&gt;&lt;br&gt;Or maybe I missed a module when I updated my config definition, but this 
&lt;br&gt;seems unlikely.
&lt;br&gt;&lt;br&gt;-Peter
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23379649&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23379649&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%22rails-not-installed%22----tp23379649p23379649.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23339205</id>
	<title>Rails app WAR-based deployment to v2.x servers</title>
	<published>2009-05-01T13:25:20Z</published>
	<updated>2009-05-01T13:25:20Z</updated>
	<author>
		<name>Arun Gupta</name>
	</author>
	<content type="html">Any updates on the following RFE:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=117915&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=117915&lt;/a&gt;&lt;br&gt;&lt;br&gt;Selecting GlassFish Gem as deployment platform and selecting &amp;quot;Add Rake
&lt;br&gt;targets to support App Server Development&amp;quot; is contradictory.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;-Arun
&lt;br&gt;-- 
&lt;br&gt;Application Platform, Sun Microsystems, Inc.
&lt;br&gt;Blog: &lt;a href=&quot;http://blogs.sun.com/arungupta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/arungupta&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23339205&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23339205&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Rails-app-WAR-based-deployment-to-v2.x-servers-tp23339205p23339205.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23323198</id>
	<title>Re: Rails + GlassFish + NetBeans 6.7 beta = stuck!</title>
	<published>2009-04-30T12:50:04Z</published>
	<updated>2009-04-30T12:50:04Z</updated>
	<author>
		<name>Arun Gupta</name>
	</author>
	<content type="html">Thanks!
&lt;br&gt;&lt;br&gt;Filed &lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=164245&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=164245&lt;/a&gt;&amp;nbsp;for that.
&lt;br&gt;&lt;br&gt;-Arun
&lt;br&gt;&lt;br&gt;Petr Jiricka wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; In the latest builds it already honors your default JDK setting, so this 
&lt;br&gt;&amp;gt; workaround is only needed for beta. However, you are right that there is 
&lt;br&gt;&amp;gt; no way to do this from NetBeans itself.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Petr
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Apr 30, 2009, at 5:47 PM, Arun Gupta wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; So does it work when you use the --jdkhome parameter and point it to 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; JDK 6? Is that a suitable workaround?
&lt;br&gt;&amp;gt;&amp;gt; Yes. How will it be fixed in the IDE itself ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -Arun
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt; Application Platform, Sun Microsystems, Inc.
&lt;br&gt;&amp;gt;&amp;gt; Blog: &lt;a href=&quot;http://blogs.sun.com/arungupta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/arungupta&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23323198&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23323198&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23323198&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23323198&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Application Platform, Sun Microsystems, Inc.
&lt;br&gt;Blog: &lt;a href=&quot;http://blogs.sun.com/arungupta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/arungupta&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23323198&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23323198&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Rails-%2B-GlassFish-%2B-NetBeans-6.7-beta-%3D-stuck%21-tp23308063p23323198.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23319285</id>
	<title>Re: Rails + GlassFish + NetBeans 6.7 beta = stuck!</title>
	<published>2009-04-30T08:59:03Z</published>
	<updated>2009-04-30T08:59:03Z</updated>
	<author>
		<name>Petr Jiricka</name>
	</author>
	<content type="html">In the latest builds it already honors your default JDK setting, so &amp;nbsp;
&lt;br&gt;this workaround is only needed for beta. However, you are right that &amp;nbsp;
&lt;br&gt;there is no way to do this from NetBeans itself.
&lt;br&gt;&lt;br&gt;Petr
&lt;br&gt;&lt;br&gt;On Apr 30, 2009, at 5:47 PM, Arun Gupta wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; So does it work when you use the --jdkhome parameter and point it &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; to JDK 6? Is that a suitable workaround?
&lt;br&gt;&amp;gt; Yes. How will it be fixed in the IDE itself ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Arun
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Application Platform, Sun Microsystems, Inc.
&lt;br&gt;&amp;gt; Blog: &lt;a href=&quot;http://blogs.sun.com/arungupta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/arungupta&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23319285&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23319285&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23319285&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23319285&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Rails-%2B-GlassFish-%2B-NetBeans-6.7-beta-%3D-stuck%21-tp23308063p23319285.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23319015</id>
	<title>Re: Rails + GlassFish + NetBeans 6.7 beta = stuck!</title>
	<published>2009-04-30T08:47:03Z</published>
	<updated>2009-04-30T08:47:03Z</updated>
	<author>
		<name>Arun Gupta</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So does it work when you use the --jdkhome parameter and point it to JDK 
&lt;br&gt;&amp;gt; 6? Is that a suitable workaround?
&lt;br&gt;Yes. How will it be fixed in the IDE itself ?
&lt;br&gt;&lt;br&gt;-Arun
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Application Platform, Sun Microsystems, Inc.
&lt;br&gt;Blog: &lt;a href=&quot;http://blogs.sun.com/arungupta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/arungupta&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23319015&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23319015&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Rails-%2B-GlassFish-%2B-NetBeans-6.7-beta-%3D-stuck%21-tp23308063p23319015.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23315207</id>
	<title>Re: Rails + GlassFish + NetBeans 6.7 beta = stuck!</title>
	<published>2009-04-30T05:21:20Z</published>
	<updated>2009-04-30T05:21:20Z</updated>
	<author>
		<name>Petr Jiricka</name>
	</author>
	<content type="html">On Apr 30, 2009, at 2:25 AM, Arun Gupta wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; On my MacBookPro, NB 6.7 beta does not seem to pick/configure the &amp;nbsp;
&lt;br&gt;&amp;gt; default JDK. The default on my box is JDK 6 but NB still configures &amp;nbsp;
&lt;br&gt;&amp;gt; JDK 1.5.0 as the default Java platform in the IDE. And then there &amp;nbsp;
&lt;br&gt;&amp;gt; seems to be no intuitive way to change the default platform from &amp;nbsp;
&lt;br&gt;&amp;gt; within the IDE. Anyway, filed a bug:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=164133&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=164133&lt;/a&gt;&lt;br&gt;&lt;br&gt;This is a known issue, fixed in the post-beta builds: &lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=159846&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=159846&lt;/a&gt;&amp;nbsp;
&lt;br&gt;.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Moving forward
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Trying to create a Rails application and run on GlassFish gem using &amp;nbsp;
&lt;br&gt;&amp;gt; NB 6.7 beta. Because I could not find a way to change the default &amp;nbsp;
&lt;br&gt;&amp;gt; Java platform (other than explicitly passing --jdkhome or editing &amp;nbsp;
&lt;br&gt;&amp;gt; netbeans.conf) to JDK 6, the Rails application can not run on &amp;nbsp;
&lt;br&gt;&amp;gt; GlassFish Gem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A different error is encountered with NB 6.5.1:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- cut here --
&lt;br&gt;&amp;gt; /Applications/NetBeans/NetBeans 6.5.1.app/Contents/Resources/ 
&lt;br&gt;&amp;gt; NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/rubygems.rb:578:in &amp;nbsp;
&lt;br&gt;&amp;gt; `report_activate_error': Could not find RubyGem test-spec (&amp;gt;= 0) &amp;nbsp;
&lt;br&gt;&amp;gt; (Gem::LoadError)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 6.5.1.app/Contents/ 
&lt;br&gt;&amp;gt; Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/ 
&lt;br&gt;&amp;gt; rubygems.rb:134:in `activate'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 6.5.1.app/Contents/ 
&lt;br&gt;&amp;gt; Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/ 
&lt;br&gt;&amp;gt; rubygems.rb:158:in `activate'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 6.5.1.app/Contents/ 
&lt;br&gt;&amp;gt; Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/ 
&lt;br&gt;&amp;gt; rubygems.rb:157:in `each'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 6.5.1.app/Contents/ 
&lt;br&gt;&amp;gt; Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/ 
&lt;br&gt;&amp;gt; rubygems.rb:157:in `activate'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 6.5.1.app/Contents/ 
&lt;br&gt;&amp;gt; Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/ 
&lt;br&gt;&amp;gt; rubygems.rb:158:in `activate'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 6.5.1.app/Contents/ 
&lt;br&gt;&amp;gt; Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/ 
&lt;br&gt;&amp;gt; rubygems.rb:157:in `each'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 6.5.1.app/Contents/ 
&lt;br&gt;&amp;gt; Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/ 
&lt;br&gt;&amp;gt; rubygems.rb:157:in `activate'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 6.5.1.app/Contents/ 
&lt;br&gt;&amp;gt; Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/ 
&lt;br&gt;&amp;gt; rubygems.rb:49:in `gem'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 6.5.1.app/Contents/ 
&lt;br&gt;&amp;gt; Resources/NetBeans/ruby2/jruby-1.1.4/bin/glassfish_rails:18
&lt;br&gt;&amp;gt; -- cut here --
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How do I proceed ?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;So does it work when you use the --jdkhome parameter and point it to &amp;nbsp;
&lt;br&gt;JDK 6? Is that a suitable workaround?
&lt;br&gt;&lt;br&gt;Petr
&lt;br&gt;&lt;br&gt;&amp;gt; -Arun
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Application Platform, Sun Microsystems, Inc.
&lt;br&gt;&amp;gt; Blog: &lt;a href=&quot;http://blogs.sun.com/arungupta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/arungupta&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23315207&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23315207&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23315207&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23315207&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Rails-%2B-GlassFish-%2B-NetBeans-6.7-beta-%3D-stuck%21-tp23308063p23315207.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23308063</id>
	<title>Rails + GlassFish + NetBeans 6.7 beta = stuck!</title>
	<published>2009-04-29T17:25:59Z</published>
	<updated>2009-04-29T17:25:59Z</updated>
	<author>
		<name>Arun Gupta</name>
	</author>
	<content type="html">On my MacBookPro, NB 6.7 beta does not seem to pick/configure the 
&lt;br&gt;default JDK. The default on my box is JDK 6 but NB still configures JDK 
&lt;br&gt;1.5.0 as the default Java platform in the IDE. And then there seems to 
&lt;br&gt;be no intuitive way to change the default platform from within the IDE. 
&lt;br&gt;Anyway, filed a bug:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=164133&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=164133&lt;/a&gt;&lt;br&gt;&lt;br&gt;Moving forward
&lt;br&gt;&lt;br&gt;Trying to create a Rails application and run on GlassFish gem using NB 
&lt;br&gt;6.7 beta. Because I could not find a way to change the default Java 
&lt;br&gt;platform (other than explicitly passing --jdkhome or editing 
&lt;br&gt;netbeans.conf) to JDK 6, the Rails application can not run on GlassFish Gem.
&lt;br&gt;&lt;br&gt;A different error is encountered with NB 6.5.1:
&lt;br&gt;&lt;br&gt;-- cut here --
&lt;br&gt;/Applications/NetBeans/NetBeans 
&lt;br&gt;6.5.1.app/Contents/Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/rubygems.rb:578:in 
&lt;br&gt;`report_activate_error': Could not find RubyGem test-spec (&amp;gt;= 0) 
&lt;br&gt;(Gem::LoadError)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 
&lt;br&gt;6.5.1.app/Contents/Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/rubygems.rb:134:in 
&lt;br&gt;`activate'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 
&lt;br&gt;6.5.1.app/Contents/Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/rubygems.rb:158:in 
&lt;br&gt;`activate'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 
&lt;br&gt;6.5.1.app/Contents/Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/rubygems.rb:157:in 
&lt;br&gt;`each'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 
&lt;br&gt;6.5.1.app/Contents/Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/rubygems.rb:157:in 
&lt;br&gt;`activate'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 
&lt;br&gt;6.5.1.app/Contents/Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/rubygems.rb:158:in 
&lt;br&gt;`activate'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 
&lt;br&gt;6.5.1.app/Contents/Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/rubygems.rb:157:in 
&lt;br&gt;`each'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 
&lt;br&gt;6.5.1.app/Contents/Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/rubygems.rb:157:in 
&lt;br&gt;`activate'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 
&lt;br&gt;6.5.1.app/Contents/Resources/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/rubygems.rb:49:in 
&lt;br&gt;`gem'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from /Applications/NetBeans/NetBeans 
&lt;br&gt;6.5.1.app/Contents/Resources/NetBeans/ruby2/jruby-1.1.4/bin/glassfish_rails:18
&lt;br&gt;-- cut here --
&lt;br&gt;&lt;br&gt;How do I proceed ?
&lt;br&gt;&lt;br&gt;-Arun
&lt;br&gt;-- 
&lt;br&gt;Application Platform, Sun Microsystems, Inc.
&lt;br&gt;Blog: &lt;a href=&quot;http://blogs.sun.com/arungupta&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/arungupta&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23308063&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23308063&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Rails-%2B-GlassFish-%2B-NetBeans-6.7-beta-%3D-stuck%21-tp23308063p23308063.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22939317</id>
	<title>Re: Daily builds all failing/aborted/unstable</title>
	<published>2009-04-07T15:05:38Z</published>
	<updated>2009-04-07T15:05:38Z</updated>
	<author>
		<name>Anthony Richardson-3</name>
	</author>
	<content type="html">Thanks for the update.
&lt;br&gt;&lt;br&gt;I'll take a look at the nightlys until the stable builds come through.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Anthony Richardson
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Apr 7, 2009 at 4:52 PM, Erno Mononen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22939317&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Erno.Mononen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Anthony,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Anthony Richardson wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I was wondering where the best place to get daily builds is from?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I used to get them from
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://deadlock.netbeans.org/hudson/job/trunk/lastSuccessfulBuild/artifact/nbbuild/dist/zip/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://deadlock.netbeans.org/hudson/job/trunk/lastSuccessfulBuild/artifact/nbbuild/dist/zip/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But that seems to be a dead now.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Right - we are using team repositories nowadays, so trunk is now pretty much
&lt;br&gt;&amp;gt; obsolete. (More info at
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wiki.netbeans.org/HgParallelProjectIntegration&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/HgParallelProjectIntegration&lt;/a&gt;&amp;nbsp;in case you're
&lt;br&gt;&amp;gt; interested.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have looked at
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://deadlock.netbeans.org/hudson/job/ruby/lastStableBuild/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://deadlock.netbeans.org/hudson/job/ruby/lastStableBuild/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But that is 26th of march and all build since then seem to have
&lt;br&gt;&amp;gt;&amp;gt; failed/aborted or been marked unstable
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is because I've been working on updating the parser, and for a long
&lt;br&gt;&amp;gt; time there were rather serious issues, so I didn't want to propagate the
&lt;br&gt;&amp;gt; update to the daily builds. However, now the update is finished for the most
&lt;br&gt;&amp;gt; part, and the changes are already in the Ruby team repo. So you can expect a
&lt;br&gt;&amp;gt; stable build with the new parser during today. (There is an unrelated
&lt;br&gt;&amp;gt; problem causing build failures that I need to solve still)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; What is a good daily build to use?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can get &amp;quot;official&amp;quot; dailies from &lt;a href=&quot;http://bits.netbeans.org/dev/nightly/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bits.netbeans.org/dev/nightly/&lt;/a&gt;,
&lt;br&gt;&amp;gt; though it takes some time before changes from all the team repos get
&lt;br&gt;&amp;gt; propagated there (1-2 days usually).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I think it is fairly important to get the builds working. It makes it
&lt;br&gt;&amp;gt;&amp;gt; hard to test and give feedback otherwise.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fully agreed, and we'd be very grateful if folks try the daily builds, and
&lt;br&gt;&amp;gt; especially from
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://deadlock.netbeans.org/hudson/job/ruby/lastStableBuild/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://deadlock.netbeans.org/hudson/job/ruby/lastStableBuild/&lt;/a&gt;&amp;nbsp;as that is
&lt;br&gt;&amp;gt; where the changes in the Ruby area are first available. The status for the
&lt;br&gt;&amp;gt; past days should be the exception, typically there should be a couple of
&lt;br&gt;&amp;gt; builds available every day.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Erno
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is there another build server to get builds from that doesn't have the
&lt;br&gt;&amp;gt;&amp;gt; automated merges from main, I recall that daily builds used to be
&lt;br&gt;&amp;gt;&amp;gt; avialable from a ruby development branch that had developer controlled
&lt;br&gt;&amp;gt;&amp;gt; merges and not automated merges.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Anthony Richardson
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22939317&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22939317&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22939317&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22939317&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22939317&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22939317&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Daily-builds-all-failing-aborted-unstable-tp22918814p22939317.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22923510</id>
	<title>Re: Daily builds all failing/aborted/unstable</title>
	<published>2009-04-07T00:22:43Z</published>
	<updated>2009-04-07T00:22:43Z</updated>
	<author>
		<name>Erno Mononen</name>
	</author>
	<content type="html">Hi Anthony,
&lt;br&gt;&lt;br&gt;Anthony Richardson wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I was wondering where the best place to get daily builds is from?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I used to get them from
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://deadlock.netbeans.org/hudson/job/trunk/lastSuccessfulBuild/artifact/nbbuild/dist/zip/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://deadlock.netbeans.org/hudson/job/trunk/lastSuccessfulBuild/artifact/nbbuild/dist/zip/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But that seems to be a dead now.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;Right - we are using team repositories nowadays, so trunk is now pretty 
&lt;br&gt;much obsolete. (More info at 
&lt;br&gt;&lt;a href=&quot;http://wiki.netbeans.org/HgParallelProjectIntegration&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/HgParallelProjectIntegration&lt;/a&gt;&amp;nbsp;in case you're 
&lt;br&gt;interested.)
&lt;br&gt;&lt;br&gt;&amp;gt; I have looked at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://deadlock.netbeans.org/hudson/job/ruby/lastStableBuild/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://deadlock.netbeans.org/hudson/job/ruby/lastStableBuild/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But that is 26th of march and all build since then seem to have
&lt;br&gt;&amp;gt; failed/aborted or been marked unstable
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;This is because I've been working on updating the parser, and for a long 
&lt;br&gt;time there were rather serious issues, so I didn't want to propagate the 
&lt;br&gt;update to the daily builds. However, now the update is finished for the 
&lt;br&gt;most part, and the changes are already in the Ruby team repo. So you can 
&lt;br&gt;expect a stable build with the new parser during today. (There is an 
&lt;br&gt;unrelated problem causing build failures that I need to solve still)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; What is a good daily build to use?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;You can get &amp;quot;official&amp;quot; dailies from 
&lt;br&gt;&lt;a href=&quot;http://bits.netbeans.org/dev/nightly/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bits.netbeans.org/dev/nightly/&lt;/a&gt;, though it takes some time before 
&lt;br&gt;changes from all the team repos get propagated there (1-2 days usually).
&lt;br&gt;&lt;br&gt;&amp;gt; I think it is fairly important to get the builds working. It makes it
&lt;br&gt;&amp;gt; hard to test and give feedback otherwise.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;Fully agreed, and we'd be very grateful if folks try the daily builds, 
&lt;br&gt;and especially from 
&lt;br&gt;&lt;a href=&quot;http://deadlock.netbeans.org/hudson/job/ruby/lastStableBuild/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://deadlock.netbeans.org/hudson/job/ruby/lastStableBuild/&lt;/a&gt;&amp;nbsp;as that is 
&lt;br&gt;where the changes in the Ruby area are first available. The status for 
&lt;br&gt;the past days should be the exception, typically there should be a 
&lt;br&gt;couple of builds available every day.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Erno
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Is there another build server to get builds from that doesn't have the
&lt;br&gt;&amp;gt; automated merges from main, I recall that daily builds used to be
&lt;br&gt;&amp;gt; avialable from a ruby development branch that had developer controlled
&lt;br&gt;&amp;gt; merges and not automated merges.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Anthony Richardson
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22923510&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22923510&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22923510&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22923510&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Daily-builds-all-failing-aborted-unstable-tp22918814p22923510.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22918814</id>
	<title>Daily builds all failing/aborted/unstable</title>
	<published>2009-04-06T15:30:02Z</published>
	<updated>2009-04-06T15:30:02Z</updated>
	<author>
		<name>Anthony Richardson-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I was wondering where the best place to get daily builds is from?
&lt;br&gt;&lt;br&gt;I used to get them from
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://deadlock.netbeans.org/hudson/job/trunk/lastSuccessfulBuild/artifact/nbbuild/dist/zip/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://deadlock.netbeans.org/hudson/job/trunk/lastSuccessfulBuild/artifact/nbbuild/dist/zip/&lt;/a&gt;&lt;br&gt;&lt;br&gt;But that seems to be a dead now.
&lt;br&gt;&lt;br&gt;I have looked at
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://deadlock.netbeans.org/hudson/job/ruby/lastStableBuild/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://deadlock.netbeans.org/hudson/job/ruby/lastStableBuild/&lt;/a&gt;&lt;br&gt;&lt;br&gt;But that is 26th of march and all build since then seem to have
&lt;br&gt;failed/aborted or been marked unstable
&lt;br&gt;&lt;br&gt;What is a good daily build to use?
&lt;br&gt;&lt;br&gt;I think it is fairly important to get the builds working. It makes it
&lt;br&gt;hard to test and give feedback otherwise.
&lt;br&gt;&lt;br&gt;Is there another build server to get builds from that doesn't have the
&lt;br&gt;automated merges from main, I recall that daily builds used to be
&lt;br&gt;avialable from a ruby development branch that had developer controlled
&lt;br&gt;merges and not automated merges.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Anthony Richardson
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22918814&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22918814&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Daily-builds-all-failing-aborted-unstable-tp22918814p22918814.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22618936</id>
	<title>Re: Netbeans Code Coverage and RSpec</title>
	<published>2009-03-20T04:58:38Z</published>
	<updated>2009-03-20T04:58:38Z</updated>
	<author>
		<name>Anthony Richardson-3</name>
	</author>
	<content type="html">Thanks Erno,
&lt;br&gt;&lt;br&gt;I have cc'd myself in on the RSpec Code Coverage issue. I would be
&lt;br&gt;great to see that resolved :-)
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Anthony
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, Mar 20, 2009 at 5:46 PM, Erno Mononen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22618936&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Erno.Mononen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Anthony,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Anthony Richardson wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I noticed that the Code Coverage feature doesn't seem to work with
&lt;br&gt;&amp;gt;&amp;gt; RSpec. It assumes Test Unit which I don't use. It would be good if it
&lt;br&gt;&amp;gt;&amp;gt; could wortk with RSpec. I noticed this issue was bought up on Tor blog
&lt;br&gt;&amp;gt;&amp;gt; (in the comments) a few months ago. I look in Issue tracker and
&lt;br&gt;&amp;gt;&amp;gt; couldn't find any related issue so if no one objects I'll raise an
&lt;br&gt;&amp;gt;&amp;gt; issue.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There is &lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=156673&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=156673&lt;/a&gt;&amp;nbsp;(it had a
&lt;br&gt;&amp;gt; misleading summary that I just changed, so you probably didn't see it). I
&lt;br&gt;&amp;gt; want to fix it for 6.7 FCS.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It would be good if I could tell netbeans to ignore TestUnit and in
&lt;br&gt;&amp;gt;&amp;gt; all cases where it wasn;t do somethign related to tests it uses RSpec
&lt;br&gt;&amp;gt;&amp;gt; instead. So that things like &amp;quot;Test Project&amp;quot; command runs RSpec instead
&lt;br&gt;&amp;gt;&amp;gt; of TestUnit (which has no tests).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, that would make sense. Currently we have both the 'Test' and 'RSpec
&lt;br&gt;&amp;gt; Test' actions, which is not ideal, but currently the test runner can't
&lt;br&gt;&amp;gt; unfortunately combine both TestUnit and RSpec tests in one report (so the
&lt;br&gt;&amp;gt; actions are now needed for cases when you have both TestUnit and RSpec tests
&lt;br&gt;&amp;gt; in a project).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In 6.7 it is possible to have some control over what testing related actions
&lt;br&gt;&amp;gt; are displayed in the project context menu, please see
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=158940&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=158940&lt;/a&gt;&amp;nbsp;for details.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Erno
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22618936&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22618936&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22618936&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22618936&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Netbeans-Code-Coverage-and-RSpec-tp22615058p22618936.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22615282</id>
	<title>Re: Netbeans Code Coverage and RSpec</title>
	<published>2009-03-20T00:16:03Z</published>
	<updated>2009-03-20T00:16:03Z</updated>
	<author>
		<name>Erno Mononen</name>
	</author>
	<content type="html">Hi Anthony,
&lt;br&gt;&lt;br&gt;Anthony Richardson wrote:
&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I noticed that the Code Coverage feature doesn't seem to work with
&lt;br&gt;&amp;gt; RSpec. It assumes Test Unit which I don't use. It would be good if it
&lt;br&gt;&amp;gt; could wortk with RSpec. I noticed this issue was bought up on Tor blog
&lt;br&gt;&amp;gt; (in the comments) a few months ago. I look in Issue tracker and
&lt;br&gt;&amp;gt; couldn't find any related issue so if no one objects I'll raise an
&lt;br&gt;&amp;gt; issue.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;There is &lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=156673&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=156673&lt;/a&gt;&amp;nbsp;(it had a 
&lt;br&gt;misleading summary that I just changed, so you probably didn't see it). 
&lt;br&gt;I want to fix it for 6.7 FCS.
&lt;br&gt;&lt;br&gt;&amp;gt; It would be good if I could tell netbeans to ignore TestUnit and in
&lt;br&gt;&amp;gt; all cases where it wasn;t do somethign related to tests it uses RSpec
&lt;br&gt;&amp;gt; instead. So that things like &amp;quot;Test Project&amp;quot; command runs RSpec instead
&lt;br&gt;&amp;gt; of TestUnit (which has no tests).
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;Yes, that would make sense. Currently we have both the 'Test' and 'RSpec 
&lt;br&gt;Test' actions, which is not ideal, but currently the test runner can't 
&lt;br&gt;unfortunately combine both TestUnit and RSpec tests in one report (so 
&lt;br&gt;the actions are now needed for cases when you have both TestUnit and 
&lt;br&gt;RSpec tests in a project).
&lt;br&gt;&lt;br&gt;In 6.7 it is possible to have some control over what testing related 
&lt;br&gt;actions are displayed in the project context menu, please see 
&lt;br&gt;&lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=158940&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=158940&lt;/a&gt;&amp;nbsp;for details.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Erno
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22615282&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22615282&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Netbeans-Code-Coverage-and-RSpec-tp22615058p22615282.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22615058</id>
	<title>Netbeans Code Coverage and RSpec</title>
	<published>2009-03-19T19:14:25Z</published>
	<updated>2009-03-19T19:14:25Z</updated>
	<author>
		<name>Anthony Richardson-5</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;I noticed that the Code Coverage feature doesn't seem to work with
&lt;br&gt;RSpec. It assumes Test Unit which I don't use. It would be good if it
&lt;br&gt;could wortk with RSpec. I noticed this issue was bought up on Tor blog
&lt;br&gt;(in the comments) a few months ago. I look in Issue tracker and
&lt;br&gt;couldn't find any related issue so if no one objects I'll raise an
&lt;br&gt;issue.
&lt;br&gt;&lt;br&gt;It would be good if I could tell netbeans to ignore TestUnit and in
&lt;br&gt;all cases where it wasn;t do somethign related to tests it uses RSpec
&lt;br&gt;instead. So that things like &amp;quot;Test Project&amp;quot; command runs RSpec instead
&lt;br&gt;of TestUnit (which has no tests).
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Anthony Richardson
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22615058&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22615058&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Netbeans-Code-Coverage-and-RSpec-tp22615058p22615058.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22435173</id>
	<title>Re: testing passenger support</title>
	<published>2009-03-10T07:18:03Z</published>
	<updated>2009-03-10T07:18:03Z</updated>
	<author>
		<name>Erno Mononen</name>
	</author>
	<content type="html">Hello Michal,
&lt;br&gt;&lt;br&gt;I've finally integrated your patch to trunk. It still needs to be 
&lt;br&gt;enabled by using the passenger.support switch -- please see my comment 
&lt;br&gt;in &amp;nbsp;&lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=135447&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=135447&lt;/a&gt;&amp;nbsp;for more details.
&lt;br&gt;&lt;br&gt;Thanks once again for the patch,
&lt;br&gt;Erno
&lt;br&gt;&lt;br&gt;&lt;br&gt;Erno Mononen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Michal,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think the easiest way will be to just build the IDE (building just 
&lt;br&gt;&amp;gt; the Ruby cluster is enough). You can do that for example as follows:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;nb source checkout root dir&amp;gt;ant -Dcluster.config=ruby build-nozip
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And then you can run the IDE using:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;nb source checkout root dir&amp;gt;ant -f nbbuild/build.xml tryme 
&lt;br&gt;&amp;gt; -Ddebug.port=8765
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This way you can attach a debugger to the running instance, if needed. 
&lt;br&gt;&amp;gt; Alternatively just open the ruby.railsproject module in the IDE and 
&lt;br&gt;&amp;gt; use the Debug/Run actions in the project context menu.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Let me know if you have any problems.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; PS. I haven't forgot about the patch, just been pretty busy lately 
&lt;br&gt;&amp;gt; (that and we had the bugfixing period for M2). I'll make sure to 
&lt;br&gt;&amp;gt; include it for the next milestone -- if you find any bugs, please 
&lt;br&gt;&amp;gt; attach an updated patch to the issue then.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Erno
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22435173&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mpapis@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi there,
&lt;br&gt;&amp;gt;&amp;gt; I have already posted an patch for passenger support but have 
&lt;br&gt;&amp;gt;&amp;gt; problems with starting testing it :) could someone point me a place 
&lt;br&gt;&amp;gt;&amp;gt; where to start when changed code of netbeans plugin.
&lt;br&gt;&amp;gt;&amp;gt; the patch is attached to issue: 
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=135447&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=135447&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;&amp;gt; Michal 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22435173&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22435173&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22435173&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22435173&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/testing-passenger-support-tp22219191p22435173.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22414214</id>
	<title>Re: building NB, java.lang.OutOfMemoryError: PermGen space</title>
	<published>2009-03-09T07:14:01Z</published>
	<updated>2009-03-09T07:14:01Z</updated>
	<author>
		<name>Stephen Bannasch-3</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt;Hi Stephen,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Stephen Bannasch wrote:
&lt;br&gt;&amp;gt;&amp;gt;I've been using MB7 with Java and Ruby clusters for debugging Ruby 
&lt;br&gt;&amp;gt;&amp;gt;and JRuby programs but I can no longer build it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;I've got an up-to-date clone of NB main and am running out of 
&lt;br&gt;&amp;gt;&amp;gt;permgen space when building on MacOS X 10.5.6. I've had this 
&lt;br&gt;&amp;gt;&amp;gt;problem before and upped the max permgen size for ant to a 
&lt;br&gt;&amp;gt;&amp;gt;ridiculous level (which worked) but now even setting max permgen to 
&lt;br&gt;&amp;gt;&amp;gt;2048 MB doesn't allow building.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;[main]$ java -version
&lt;br&gt;&amp;gt;&amp;gt;java version &amp;quot;1.5.0_16&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
&lt;br&gt;&amp;gt;&amp;gt;Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;[main]$ /opt/local/bin/ant -version
&lt;br&gt;&amp;gt;&amp;gt;Apache Ant version 1.7.1 compiled on June 27 2008
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;[main]$ hg identify
&lt;br&gt;&amp;gt;&amp;gt;b97997ded7d3 tip
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;[main]$ export ANT_OPTS=-'Xmx2048m -XX:MaxPermSize=2048m'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;There seems to be an extra ' before Xmx in the above? I haven't had 
&lt;br&gt;&amp;gt;any OOEM problems building with -Xmx512m and default perm size, but 
&lt;br&gt;&amp;gt;I'm not on a Mac. If you don't get any replies here, you might want 
&lt;br&gt;&amp;gt;to ask also on the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22414214&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt; list since this seems to a 
&lt;br&gt;&amp;gt;general build problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Erno
&lt;/div&gt;&lt;br&gt;Thanks for the reply Errno,
&lt;br&gt;&lt;br&gt;The errors I was getting about running out of permgen space led me 
&lt;br&gt;down a path that didn't help.
&lt;br&gt;&lt;br&gt;I found that following your example of just increasing the regular 
&lt;br&gt;memory worked:
&lt;br&gt;&lt;br&gt;Here's how I am building my instance of NetBeans &amp; (Java and Ruby modules) now:
&lt;br&gt;&lt;br&gt;$ cat build.sh
&lt;br&gt;#!/bin/sh
&lt;br&gt;export ANT_OPTS='-Xmx1048m'
&lt;br&gt;/opt/local/bin/ant -Dcluster.config=basic -Dmoduleconfig=ruby merge
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22414214&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22414214&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/building-NB%2C-java.lang.OutOfMemoryError%3A-PermGen-space-tp22375256p22414214.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22375565</id>
	<title>Re: building NB, java.lang.OutOfMemoryError: PermGen space</title>
	<published>2009-03-06T08:14:15Z</published>
	<updated>2009-03-06T08:14:15Z</updated>
	<author>
		<name>Erno Mononen</name>
	</author>
	<content type="html">Hi Stephen,
&lt;br&gt;&lt;br&gt;Stephen Bannasch wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I've been using MB7 with Java and Ruby clusters for debugging Ruby and 
&lt;br&gt;&amp;gt; JRuby programs but I can no longer build it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've got an up-to-date clone of NB main and am running out of permgen 
&lt;br&gt;&amp;gt; space when building on MacOS X 10.5.6. I've had this problem before 
&lt;br&gt;&amp;gt; and upped the max permgen size for ant to a ridiculous level (which 
&lt;br&gt;&amp;gt; worked) but now even setting max permgen to 2048 MB doesn't allow 
&lt;br&gt;&amp;gt; building.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [main]$ java -version
&lt;br&gt;&amp;gt; java version &amp;quot;1.5.0_16&amp;quot;
&lt;br&gt;&amp;gt; Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
&lt;br&gt;&amp;gt; Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [main]$ /opt/local/bin/ant -version
&lt;br&gt;&amp;gt; Apache Ant version 1.7.1 compiled on June 27 2008
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [main]$ hg identify
&lt;br&gt;&amp;gt; b97997ded7d3 tip
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [main]$ export ANT_OPTS=-'Xmx2048m -XX:MaxPermSize=2048m'
&lt;/div&gt;&lt;br&gt;There seems to be an extra ' before Xmx in the above? I haven't had any 
&lt;br&gt;OOEM problems building with -Xmx512m and default perm size, but I'm not 
&lt;br&gt;on a Mac. If you don't get any replies here, you might want to ask also 
&lt;br&gt;on the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22375565&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbdev@...&lt;/a&gt; list since this seems to a general build problem.
&lt;br&gt;&lt;br&gt;Erno
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; [main]$ /opt/local/bin/ant -Dcluster.config=basic
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; compile:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; [mkdir] Created dir: 
&lt;br&gt;&amp;gt; /Users/stephen/dev/java/src/netbeans/main/apisupport.project/build/classes 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;[nb-javac] JSR 269 not found, loading from 
&lt;br&gt;&amp;gt; /Users/stephen/dev/java/src/netbeans/main/apisupport.harness/external/openjdk-javac-6-b12.jar 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;[nb-javac] Compiling 190 source files to 
&lt;br&gt;&amp;gt; /Users/stephen/dev/java/src/netbeans/main/apisupport.project/build/classes 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] The system is out of resources.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] Consult the following stack trace for details.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] java.lang.OutOfMemoryError: PermGen space
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at java.lang.ClassLoader.defineClass1(Native Method)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; java.lang.ClassLoader.defineClass(ClassLoader.java:675)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.apache.tools.ant.AntClassLoader.defineClassFromData(AntClassLoader.java:1146) 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.apache.tools.ant.AntClassLoader.getClassFromStream(AntClassLoader.java:1324) 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1388) 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1341)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1094)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at com.sun.tools.javac.comp.Attr.&amp;lt;init&amp;gt;(Attr.java:99)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at com.sun.tools.javac.comp.Attr.instance(Attr.java:87)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; com.sun.tools.javac.comp.Annotate.&amp;lt;init&amp;gt;(Annotate.java:66)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; com.sun.tools.javac.comp.Annotate.instance(Annotate.java:50)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; com.sun.tools.javac.jvm.ClassReader.&amp;lt;init&amp;gt;(ClassReader.java:229)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; com.sun.tools.javac.jvm.ClassReader.instance(ClassReader.java:182)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; com.sun.tools.javac.main.JavaCompiler.&amp;lt;init&amp;gt;(JavaCompiler.java:307)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; com.sun.tools.javac.main.JavaCompiler.instance(JavaCompiler.java:86)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at com.sun.tools.javac.main.Main.compile(Main.java:367)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at com.sun.tools.javac.main.Main.compile(Main.java:306)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at com.sun.tools.javac.main.Main.compile(Main.java:297)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at com.sun.tools.javac.Main.compile(Main.java:82)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
&lt;br&gt;&amp;gt; Method)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:585)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.netbeans.nbbuild.CustomJavac$CustomAdapter.execute(CustomJavac.java:161) 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.netbeans.nbbuild.CustomJavac.compile(CustomJavac.java:110)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:882)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at 
&lt;br&gt;&amp;gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;[repeat] &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:585)
&lt;br&gt;&amp;gt; &amp;nbsp; [nbmerge] Failed to build target: all-apisupport.project
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; BUILD FAILED
&lt;br&gt;&amp;gt; /Users/stephen/dev/java/src/netbeans/main/nbbuild/build.xml:690: The 
&lt;br&gt;&amp;gt; following error occurred while executing this line:
&lt;br&gt;&amp;gt; /Users/stephen/dev/java/src/netbeans/main/nbbuild/build.xml:685: The 
&lt;br&gt;&amp;gt; following error occurred while executing this line:
&lt;br&gt;&amp;gt; /Users/stephen/dev/java/src/netbeans/main/nbbuild/build.xml:732: The 
&lt;br&gt;&amp;gt; following error occurred while executing this line:
&lt;br&gt;&amp;gt; /Users/stephen/dev/java/src/netbeans/main/nbbuild/templates/common.xml:146: 
&lt;br&gt;&amp;gt; Compile failed; see the compiler error output for details.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Total time: 5 minutes 53 seconds
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [main]$
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22375565&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22375565&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22375565&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22375565&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/building-NB%2C-java.lang.OutOfMemoryError%3A-PermGen-space-tp22375256p22375565.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22375256</id>
	<title>building NB, java.lang.OutOfMemoryError: PermGen space</title>
	<published>2009-03-06T07:59:05Z</published>
	<updated>2009-03-06T07:59:05Z</updated>
	<author>
		<name>Stephen Bannasch-3</name>
	</author>
	<content type="html">I've been using MB7 with Java and Ruby clusters for debugging Ruby 
&lt;br&gt;and JRuby programs but I can no longer build it.
&lt;br&gt;&lt;br&gt;I've got an up-to-date clone of NB main and am running out of permgen 
&lt;br&gt;space when building on MacOS X 10.5.6. I've had this problem before 
&lt;br&gt;and upped the max permgen size for ant to a ridiculous level (which 
&lt;br&gt;worked) but now even setting max permgen to 2048 MB doesn't allow 
&lt;br&gt;building.
&lt;br&gt;&lt;br&gt;[main]$ java -version
&lt;br&gt;java version &amp;quot;1.5.0_16&amp;quot;
&lt;br&gt;Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
&lt;br&gt;Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)
&lt;br&gt;&lt;br&gt;[main]$ /opt/local/bin/ant -version
&lt;br&gt;Apache Ant version 1.7.1 compiled on June 27 2008
&lt;br&gt;&lt;br&gt;[main]$ hg identify
&lt;br&gt;b97997ded7d3 tip
&lt;br&gt;&lt;br&gt;[main]$ export ANT_OPTS=-'Xmx2048m -XX:MaxPermSize=2048m'
&lt;br&gt;[main]$ /opt/local/bin/ant -Dcluster.config=basic
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;&lt;br&gt;compile:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[mkdir] Created dir: 
&lt;br&gt;/Users/stephen/dev/java/src/netbeans/main/apisupport.project/build/classes
&lt;br&gt;&amp;nbsp; [nb-javac] JSR 269 not found, loading from 
&lt;br&gt;/Users/stephen/dev/java/src/netbeans/main/apisupport.harness/external/openjdk-javac-6-b12.jar
&lt;br&gt;&amp;nbsp; [nb-javac] Compiling 190 source files to 
&lt;br&gt;/Users/stephen/dev/java/src/netbeans/main/apisupport.project/build/classes
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat]
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat]
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] The system is out of resources.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] Consult the following stack trace for details.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] java.lang.OutOfMemoryError: PermGen space
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at java.lang.ClassLoader.defineClass1(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;org.apache.tools.ant.AntClassLoader.defineClassFromData(AntClassLoader.java:1146)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;org.apache.tools.ant.AntClassLoader.getClassFromStream(AntClassLoader.java:1324)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1388)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1341)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1094)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at com.sun.tools.javac.comp.Attr.&amp;lt;init&amp;gt;(Attr.java:99)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at com.sun.tools.javac.comp.Attr.instance(Attr.java:87)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at com.sun.tools.javac.comp.Annotate.&amp;lt;init&amp;gt;(Annotate.java:66)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at com.sun.tools.javac.comp.Annotate.instance(Annotate.java:50)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;com.sun.tools.javac.jvm.ClassReader.&amp;lt;init&amp;gt;(ClassReader.java:229)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;com.sun.tools.javac.jvm.ClassReader.instance(ClassReader.java:182)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;com.sun.tools.javac.main.JavaCompiler.&amp;lt;init&amp;gt;(JavaCompiler.java:307)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;com.sun.tools.javac.main.JavaCompiler.instance(JavaCompiler.java:86)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at com.sun.tools.javac.main.Main.compile(Main.java:367)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at com.sun.tools.javac.main.Main.compile(Main.java:306)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at com.sun.tools.javac.main.Main.compile(Main.java:297)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at com.sun.tools.javac.Main.compile(Main.java:82)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at java.lang.reflect.Method.invoke(Method.java:585)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;org.netbeans.nbbuild.CustomJavac$CustomAdapter.execute(CustomJavac.java:161)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;org.netbeans.nbbuild.CustomJavac.compile(CustomJavac.java:110)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:882)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at 
&lt;br&gt;sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [repeat] 	at java.lang.reflect.Method.invoke(Method.java:585)
&lt;br&gt;&amp;nbsp; &amp;nbsp;[nbmerge] Failed to build target: all-apisupport.project
&lt;br&gt;&lt;br&gt;BUILD FAILED
&lt;br&gt;/Users/stephen/dev/java/src/netbeans/main/nbbuild/build.xml:690: The 
&lt;br&gt;following error occurred while executing this line:
&lt;br&gt;/Users/stephen/dev/java/src/netbeans/main/nbbuild/build.xml:685: The 
&lt;br&gt;following error occurred while executing this line:
&lt;br&gt;/Users/stephen/dev/java/src/netbeans/main/nbbuild/build.xml:732: The 
&lt;br&gt;following error occurred while executing this line:
&lt;br&gt;/Users/stephen/dev/java/src/netbeans/main/nbbuild/templates/common.xml:146: 
&lt;br&gt;Compile failed; see the compiler error output for details.
&lt;br&gt;&lt;br&gt;Total time: 5 minutes 53 seconds
&lt;br&gt;&lt;br&gt;[main]$
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22375256&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22375256&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/building-NB%2C-java.lang.OutOfMemoryError%3A-PermGen-space-tp22375256p22375256.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22222426</id>
	<title>Re: testing passenger support</title>
	<published>2009-02-26T03:40:26Z</published>
	<updated>2009-02-26T03:40:26Z</updated>
	<author>
		<name>Erno Mononen</name>
	</author>
	<content type="html">Hi Michal,
&lt;br&gt;&lt;br&gt;I think the easiest way will be to just build the IDE (building just the 
&lt;br&gt;Ruby cluster is enough). You can do that for example as follows:
&lt;br&gt;&lt;br&gt;&amp;lt;nb source checkout root dir&amp;gt;ant -Dcluster.config=ruby build-nozip
&lt;br&gt;&lt;br&gt;And then you can run the IDE using:
&lt;br&gt;&lt;br&gt;&amp;lt;nb source checkout root dir&amp;gt;ant -f nbbuild/build.xml tryme 
&lt;br&gt;-Ddebug.port=8765
&lt;br&gt;&lt;br&gt;This way you can attach a debugger to the running instance, if needed. 
&lt;br&gt;Alternatively just open the ruby.railsproject module in the IDE and use 
&lt;br&gt;the Debug/Run actions in the project context menu.
&lt;br&gt;&lt;br&gt;Let me know if you have any problems.
&lt;br&gt;&lt;br&gt;PS. I haven't forgot about the patch, just been pretty busy lately (that 
&lt;br&gt;and we had the bugfixing period for M2). I'll make sure to include it 
&lt;br&gt;for the next milestone -- if you find any bugs, please attach an updated 
&lt;br&gt;patch to the issue then.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Erno
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22222426&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mpapis@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; Hi there,
&lt;br&gt;&amp;gt; I have already posted an patch for passenger support but have problems 
&lt;br&gt;&amp;gt; with starting testing it :) could someone point me a place where to 
&lt;br&gt;&amp;gt; start when changed code of netbeans plugin.
&lt;br&gt;&amp;gt; the patch is attached to issue: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=135447&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=135447&lt;/a&gt;&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; Michal 
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22222426&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22222426&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/testing-passenger-support-tp22219191p22222426.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22219191</id>
	<title>testing passenger support</title>
	<published>2009-02-25T16:26:51Z</published>
	<updated>2009-02-25T16:26:51Z</updated>
	<author>
		<name>mpapis</name>
	</author>
	<content type="html">Hi there,&lt;br /&gt; I have already posted an patch for passenger support but have problems with starting testing it :) could someone  point me a place where to start when changed code of netbeans plugin.&lt;br /&gt;the patch is attached to issue: http://www.netbeans.org/issues/show_bug.cgi?id=135447&lt;br /&gt;Regards&lt;br /&gt;Michal</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/testing-passenger-support-tp22219191p22219191.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21925020</id>
	<title>Re: Cannot run freetts libraries in NB 6.5 (Using Java Libraries in Rails Application tutorial)</title>
	<published>2009-02-09T16:07:54Z</published>
	<updated>2009-02-09T16:07:54Z</updated>
	<author>
		<name>ckutler</name>
	</author>
	<content type="html">Hi Jeff,
&lt;br&gt;&lt;br&gt;I just ran through this tutorial and I did not run into the problem that you show (see below). 
&lt;br&gt;&lt;br&gt;However, I ran into another problem. The first time I ran it, I got this error:
&lt;br&gt;&lt;br&gt;uninitialized constant PostsController::VoiceManager
&lt;br&gt;&lt;br&gt;I don't know why that happened because I have to following at the top of the posts_controller.rb file:
&lt;br&gt;&lt;br&gt;include Java
&lt;br&gt;import com.sun.speech.freetts.Voice
&lt;br&gt;import com.sun.speech.freetts.VoiceManager
&lt;br&gt;&lt;br&gt;&lt;br&gt;To make the program work, I edited the call to VoiceManager to qualify the class. That is, I changed it from
&lt;br&gt;&lt;br&gt;voice = VoiceManager.instance.get_voice('kevin16')
&lt;br&gt;&lt;br&gt;to
&lt;br&gt;&lt;br&gt;voice = com.sun.speech.freetts.VoiceManager.instance.get_voice('kevin16')
&lt;br&gt;&lt;br&gt;I do not know why I needed to do this. As far as I know, I should not have to.
&lt;br&gt;&lt;br&gt;I am using Windows XP, NetBeans 6.5 with the built in JRuby (1.1.4) and the WEBrick server. Java Version is 1.6.0_10.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Jeff Rubinoff wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I've been trying the NB 6.1 Using Java Libraries in Rails Application tutorial, at &lt;a href=&quot;http://www.netbeans.org/kb/61/ruby/java-ruby.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/kb/61/ruby/java-ruby.html&lt;/a&gt;. When I run the project, I get a java.lang.OutOfMemoryError: Java heap space. Output attached. &lt;a href=&quot;http://www.nabble.com/file/p21672075/speak.htm&quot; target=&quot;_top&quot;&gt;speak.htm&lt;/a&gt;&amp;nbsp;My guess is that there is something about either my JDK (6_u11) or the Ruby/JRuby version that doesn't play nicely with freetts, which is from 2005 after all. I've double-checked that all my alterations to the rubyweblog project were identical with the tutorial, and they are. Has anyone got any idea what is wrong?
&lt;br&gt;&lt;br&gt;jeff
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cannot-run-freetts-libraries-in-NB-6.5-%28Using-Java-Libraries-in-Rails-Application-tutorial%29-tp21672075p21925020.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21900315</id>
	<title>Re: supported versions of ruby-debug-ide for NB 6.5?</title>
	<published>2009-02-08T08:05:30Z</published>
	<updated>2009-02-08T08:05:30Z</updated>
	<author>
		<name>Peter Williams-4</name>
	</author>
	<content type="html">Thanks!
&lt;br&gt;&lt;br&gt;Martin Krauskopf wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Peter Williams wrote:
&lt;br&gt;&amp;gt;&amp;gt; What versions of ruby-debug-ide are supported for use in NetBeans 6.5?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have ruby-debug-ide 0.4.4 right now, but it's not recognized in the 
&lt;br&gt;&amp;gt;&amp;gt; platform dialog because apparently that code only checks for 0.3.x 
&lt;br&gt;&amp;gt;&amp;gt; versions. &amp;nbsp;Is that just an oversight, or will 0.4.4 actually not 
&lt;br&gt;&amp;gt;&amp;gt; work? &amp;nbsp;(It seems to work, but I haven't really pushed it at all).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 0.3.x is the right one for NetBeans 6.5. 0.4.x has non-compatible 
&lt;br&gt;&amp;gt; protocol changes.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wiki.netbeans.org/RubyDebugging#section-RubyDebugging-Troubleshooting&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/RubyDebugging#section-RubyDebugging-Troubleshooting&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; m.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21900315&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21900315&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21900315&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21900315&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/supported-versions-of-ruby-debug-ide-for-NB-6.5--tp21839813p21900315.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21839966</id>
	<title>Re: supported versions of ruby-debug-ide for NB 6.5?</title>
	<published>2009-02-04T13:25:03Z</published>
	<updated>2009-02-04T13:25:03Z</updated>
	<author>
		<name>Martin Krauskopf</name>
	</author>
	<content type="html">Peter Williams wrote:
&lt;br&gt;&amp;gt; What versions of ruby-debug-ide are supported for use in NetBeans 6.5?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have ruby-debug-ide 0.4.4 right now, but it's not recognized in the 
&lt;br&gt;&amp;gt; platform dialog because apparently that code only checks for 0.3.x 
&lt;br&gt;&amp;gt; versions. &amp;nbsp;Is that just an oversight, or will 0.4.4 actually not work? &amp;nbsp;
&lt;br&gt;&amp;gt; (It seems to work, but I haven't really pushed it at all).
&lt;br&gt;&lt;br&gt;0.3.x is the right one for NetBeans 6.5. 0.4.x has non-compatible 
&lt;br&gt;protocol changes.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.netbeans.org/RubyDebugging#section-RubyDebugging-Troubleshooting&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/RubyDebugging#section-RubyDebugging-Troubleshooting&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21839966&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21839966&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/supported-versions-of-ruby-debug-ide-for-NB-6.5--tp21839813p21839966.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21839813</id>
	<title>supported versions of ruby-debug-ide for NB 6.5?</title>
	<published>2009-02-04T13:17:23Z</published>
	<updated>2009-02-04T13:17:23Z</updated>
	<author>
		<name>Peter Williams-4</name>
	</author>
	<content type="html">What versions of ruby-debug-ide are supported for use in NetBeans 6.5?
&lt;br&gt;&lt;br&gt;I have ruby-debug-ide 0.4.4 right now, but it's not recognized in the 
&lt;br&gt;platform dialog because apparently that code only checks for 0.3.x 
&lt;br&gt;versions. &amp;nbsp;Is that just an oversight, or will 0.4.4 actually not work? &amp;nbsp;
&lt;br&gt;(It seems to work, but I haven't really pushed it at all).
&lt;br&gt;&lt;br&gt;-Peter
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21839813&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21839813&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/supported-versions-of-ruby-debug-ide-for-NB-6.5--tp21839813p21839813.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21689489</id>
	<title>Re: Cannot run freetts libraries in NB 6.5 (Using Java Libraries in Rails Application tutorial)</title>
	<published>2009-01-27T08:59:02Z</published>
	<updated>2009-01-27T08:59:02Z</updated>
	<author>
		<name>Martin Krauskopf</name>
	</author>
	<content type="html">Jeff Rubinoff wrote:
&lt;br&gt;&amp;gt; My Ruby on Rails project does not have Run or JVM properties and does not
&lt;br&gt;&amp;gt; allow me to set the JDK in the Java properties.
&lt;br&gt;&lt;br&gt;Yes, it is implemented for non-Rails one only:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=146551&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=146551&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Can I set it as a Rake
&lt;br&gt;&amp;gt; argument?
&lt;br&gt;&lt;br&gt;For Rails you have to workaround as described here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.netbeans.org/FaqRubyJVMArguments&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/FaqRubyJVMArguments&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21689489&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21689489&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cannot-run-freetts-libraries-in-NB-6.5-%28Using-Java-Libraries-in-Rails-Application-tutorial%29-tp21672075p21689489.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21689367</id>
	<title>Re: Cannot run freetts libraries in NB 6.5 (Using Java Libraries in Rails Application tutorial)</title>
	<published>2009-01-27T08:54:00Z</published>
	<updated>2009-01-27T08:54:00Z</updated>
	<author>
		<name>Jeff Rubinoff</name>
	</author>
	<content type="html">My Ruby on Rails project does not have Run or JVM properties and does not allow me to set the JDK in the Java properties. Can I set it as a Rake argument?
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Martin Krauskopf wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Jeff Rubinoff wrote:
&lt;br&gt;&amp;gt; I've been trying the NB 6.1 Using Java Libraries in Rails Application
&lt;br&gt;&amp;gt; tutorial, at &amp;nbsp;&lt;a href=&quot;http://www.netbeans.org/kb/61/ruby/java-ruby.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/kb/61/ruby/java-ruby.html&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.netbeans.org/kb/61/ruby/java-ruby.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/kb/61/ruby/java-ruby.html&lt;/a&gt;&amp;nbsp;. When I run the project,
&lt;br&gt;&amp;gt; I get a java.lang.OutOfMemoryError: Java heap space. Output attached. 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/file/p21672075/speak.htm&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/file/p21672075/speak.htm&lt;/a&gt;&amp;nbsp;speak.htm &amp;nbsp;My guess is that
&lt;br&gt;&amp;gt; there is something about either my JDK (6_u11) or the Ruby/JRuby version
&lt;br&gt;&amp;gt; that doesn't play nicely with freetts, which is from 2005 after all. I've
&lt;br&gt;&amp;gt; double-checked that all my alterations to the rubyweblog project were
&lt;br&gt;&amp;gt; identical with the tutorial, and they are. Has anyone got any idea what is
&lt;br&gt;&amp;gt; wrong?
&lt;br&gt;&lt;br&gt;Hi Jeff,
&lt;br&gt;&lt;br&gt;Usage of NB 6.1 is discouraged. Better to switch to 6.5, and latest JRuby.
&lt;br&gt;&lt;br&gt;In 6.5 you might try to increase the heap by setting e.g. '-Xmx256m' (or 
&lt;br&gt;more, or less) in the JVM Arguments (project's properties | Run category).
&lt;br&gt;&lt;br&gt;As you suggested it might be problem of the freetts library itself, or 
&lt;br&gt;in the older version of JRuby or in the JVM itself. If increasing of the 
&lt;br&gt;heap for the JVM does not help, you might try to file bug against 
&lt;br&gt;freetts with some simpler scenario, e.g. reproducing without JRuby. Or 
&lt;br&gt;against JRuby, if it is not reproducible without JRuby, etc.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: dev-unsubscribe@ruby.netbeans.org
&lt;br&gt;For additional commands, e-mail: dev-help@ruby.netbeans.org
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cannot-run-freetts-libraries-in-NB-6.5-%28Using-Java-Libraries-in-Rails-Application-tutorial%29-tp21672075p21689367.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21688245</id>
	<title>Re: Cannot run freetts libraries in NB 6.5 (Using Java Libraries in Rails Application tutorial)</title>
	<published>2009-01-27T08:00:14Z</published>
	<updated>2009-01-27T08:00:14Z</updated>
	<author>
		<name>Jeff Rubinoff</name>
	</author>
	<content type="html">martin,
&lt;br&gt;Thanks. I wasn't clear in my post--I'm using NB 6.5, but trying out the 6.1 tutorial to see if it works. I've taken over upkeep on these tutorials from Chris. I'm trying to find out if there is something that I'm doing wrong, or if the tutorial instructions won't work, or if the tutorial simply doesn't work at all with 6.5/latest JRuby/JDK 6.
&lt;br&gt;&lt;br&gt;Jeff
&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Martin Krauskopf wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Jeff Rubinoff wrote:
&lt;br&gt;&amp;gt; I've been trying the NB 6.1 Using Java Libraries in Rails Application
&lt;br&gt;&amp;gt; tutorial, at &amp;nbsp;&lt;a href=&quot;http://www.netbeans.org/kb/61/ruby/java-ruby.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/kb/61/ruby/java-ruby.html&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.netbeans.org/kb/61/ruby/java-ruby.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/kb/61/ruby/java-ruby.html&lt;/a&gt;&amp;nbsp;. When I run the project,
&lt;br&gt;&amp;gt; I get a java.lang.OutOfMemoryError: Java heap space. Output attached. 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/file/p21672075/speak.htm&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/file/p21672075/speak.htm&lt;/a&gt;&amp;nbsp;speak.htm &amp;nbsp;My guess is that
&lt;br&gt;&amp;gt; there is something about either my JDK (6_u11) or the Ruby/JRuby version
&lt;br&gt;&amp;gt; that doesn't play nicely with freetts, which is from 2005 after all. I've
&lt;br&gt;&amp;gt; double-checked that all my alterations to the rubyweblog project were
&lt;br&gt;&amp;gt; identical with the tutorial, and they are. Has anyone got any idea what is
&lt;br&gt;&amp;gt; wrong?
&lt;br&gt;&lt;br&gt;Hi Jeff,
&lt;br&gt;&lt;br&gt;Usage of NB 6.1 is discouraged. Better to switch to 6.5, and latest JRuby.
&lt;br&gt;&lt;br&gt;In 6.5 you might try to increase the heap by setting e.g. '-Xmx256m' (or 
&lt;br&gt;more, or less) in the JVM Arguments (project's properties | Run category).
&lt;br&gt;&lt;br&gt;As you suggested it might be problem of the freetts library itself, or 
&lt;br&gt;in the older version of JRuby or in the JVM itself. If increasing of the 
&lt;br&gt;heap for the JVM does not help, you might try to file bug against 
&lt;br&gt;freetts with some simpler scenario, e.g. reproducing without JRuby. Or 
&lt;br&gt;against JRuby, if it is not reproducible without JRuby, etc.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: dev-unsubscribe@ruby.netbeans.org
&lt;br&gt;For additional commands, e-mail: dev-help@ruby.netbeans.org
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cannot-run-freetts-libraries-in-NB-6.5-%28Using-Java-Libraries-in-Rails-Application-tutorial%29-tp21672075p21688245.html" />
</entry>

</feed>
