<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: eclipse juno (4.2) review	</title>
	<atom:link href="https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Sat, 09 Mar 2013 19:57:21 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: T.Doom		</title>
		<link>https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/comment-page-1/#comment-5722</link>

		<dc:creator><![CDATA[T.Doom]]></dc:creator>
		<pubDate>Sat, 09 Mar 2013 19:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4366#comment-5722</guid>

					<description><![CDATA[Eclipse has become horribly buggy over the years. What used to work correctly now doesn&#039;t:

- Scrollbar does not hide when not needed (187029)
- Names of hidden tabs are not bolded (385987)
- Annoying close dialog for *every* unsaved tab (396318)
- Hidden tabs list is displayed off-screen (396310)

Not really sure how these bugs get past any type of decent testing, and since these are bugs found on existing features the people managing Eclipse should place more emphasis on fixing these than churning out new builds that will also inherit these bugs. Makes me wonder the integrity of Eclipse Foundation and how they prioritize tasks.]]></description>
			<content:encoded><![CDATA[<p>Eclipse has become horribly buggy over the years. What used to work correctly now doesn&#8217;t:</p>
<p>&#8211; Scrollbar does not hide when not needed (187029)<br />
&#8211; Names of hidden tabs are not bolded (385987)<br />
&#8211; Annoying close dialog for *every* unsaved tab (396318)<br />
&#8211; Hidden tabs list is displayed off-screen (396310)</p>
<p>Not really sure how these bugs get past any type of decent testing, and since these are bugs found on existing features the people managing Eclipse should place more emphasis on fixing these than churning out new builds that will also inherit these bugs. Makes me wonder the integrity of Eclipse Foundation and how they prioritize tasks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Deepa		</title>
		<link>https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/comment-page-1/#comment-5341</link>

		<dc:creator><![CDATA[Deepa]]></dc:creator>
		<pubDate>Mon, 22 Oct 2012 20:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4366#comment-5341</guid>

					<description><![CDATA[I installed Eclipse juno and used the tomcat sysdeo plugin tomcatPluginV33. I am able to see the icon and start tomcat.]]></description>
			<content:encoded><![CDATA[<p>I installed Eclipse juno and used the tomcat sysdeo plugin tomcatPluginV33. I am able to see the icon and start tomcat.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jean-Philippe Torunski		</title>
		<link>https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/comment-page-1/#comment-5264</link>

		<dc:creator><![CDATA[Jean-Philippe Torunski]]></dc:creator>
		<pubDate>Wed, 05 Sep 2012 15:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4366#comment-5264</guid>

					<description><![CDATA[I installed Eclipse Juno and put the sysdeo plugin into the plugins directory. At first it didn&#039;t work because I had re-installed tomcat in a different directory and the plugin was looking for the Tomcat jars in my old directory.

I went to the Tomcat settings and updated the tomcat classpath to point to the new directory and it worked.]]></description>
			<content:encoded><![CDATA[<p>I installed Eclipse Juno and put the sysdeo plugin into the plugins directory. At first it didn&#8217;t work because I had re-installed tomcat in a different directory and the plugin was looking for the Tomcat jars in my old directory.</p>
<p>I went to the Tomcat settings and updated the tomcat classpath to point to the new directory and it worked.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/comment-page-1/#comment-5156</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sun, 29 Jul 2012 23:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4366#comment-5156</guid>

					<description><![CDATA[Back to Java 6.  Not being able to run our Ant task is pretty fatal in Java 7.
[junitreport] : Error! The first argument to the non-static Java function &#039;replace&#039; is not a valid object reference.
[junitreport] : Error! Cannot convert data-type &#039;void&#039; to &#039;reference&#039;.
[junitreport] : Fatal Error! Could not compile stylesheet

Reference suggesting rolling back to Java 6:
http://stackoverflow.com/questions/10607151/error-the-first-argument-to-the-non-static-java-function-replace-is-not-a-val]]></description>
			<content:encoded><![CDATA[<p>Back to Java 6.  Not being able to run our Ant task is pretty fatal in Java 7.<br />
[junitreport] : Error! The first argument to the non-static Java function &#8216;replace&#8217; is not a valid object reference.<br />
[junitreport] : Error! Cannot convert data-type &#8216;void&#8217; to &#8216;reference&#8217;.<br />
[junitreport] : Fatal Error! Could not compile stylesheet</p>
<p>Reference suggesting rolling back to Java 6:<br />
<a href="http://stackoverflow.com/questions/10607151/error-the-first-argument-to-the-non-static-java-function-replace-is-not-a-val" rel="nofollow ugc">http://stackoverflow.com/questions/10607151/error-the-first-argument-to-the-non-static-java-function-replace-is-not-a-val</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antony Jackson		</title>
		<link>https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/comment-page-1/#comment-5112</link>

		<dc:creator><![CDATA[Antony Jackson]]></dc:creator>
		<pubDate>Thu, 26 Jul 2012 08:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4366#comment-5112</guid>

					<description><![CDATA[By the way - the latest version of the Sysdeo plugin works fine with Eclipse Juno.]]></description>
			<content:encoded><![CDATA[<p>By the way &#8211; the latest version of the Sysdeo plugin works fine with Eclipse Juno.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/comment-page-1/#comment-5095</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Mon, 16 Jul 2012 00:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4366#comment-5095</guid>

					<description><![CDATA[Just uninstalled Groovy because conflicted with Python.  Easy uninstall.  (eclipse &gt; about eclipse &gt; installation details &gt; uninstall.)  will try to reinstall if I use groovy again in near future.]]></description>
			<content:encoded><![CDATA[<p>Just uninstalled Groovy because conflicted with Python.  Easy uninstall.  (eclipse > about eclipse > installation details > uninstall.)  will try to reinstall if I use groovy again in near future.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Val		</title>
		<link>https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/comment-page-1/#comment-5084</link>

		<dc:creator><![CDATA[Val]]></dc:creator>
		<pubDate>Mon, 09 Jul 2012 05:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4366#comment-5084</guid>

					<description><![CDATA[Jeanne - I noticed (and was annoyed) by &quot;bright windowing&quot; (also on a Mac).  I toned it down using Preferences &#062; General &#062; Appearance (chose classic)]]></description>
			<content:encoded><![CDATA[<p>Jeanne &#8211; I noticed (and was annoyed) by &#8220;bright windowing&#8221; (also on a Mac).  I toned it down using Preferences &gt; General &gt; Appearance (chose classic)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/comment-page-1/#comment-5082</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sun, 08 Jul 2012 15:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4366#comment-5082</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/comment-page-1/#comment-5081&quot;&gt;Nitin Dahyabhai&lt;/a&gt;.

Turning on attribute line splitting actually makes it worse.  But you raise a good point.  I haven&#039;t explored the settings in a long time because the behavior has been &quot;not what I expect&quot; for a few releases now.  I just removed *all* the entries from web &gt; html files &gt; editor - inline elements.  And now it formats as I&#039;d expect.  A bit more verbose in that now more things get their own line.  But no obscure breaks where the tag is on one line and the first attribute is on another.  (I think it was because inline tags were breaking around whitespace.)

Thanks!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/comment-page-1/#comment-5081">Nitin Dahyabhai</a>.</p>
<p>Turning on attribute line splitting actually makes it worse.  But you raise a good point.  I haven&#8217;t explored the settings in a long time because the behavior has been &#8220;not what I expect&#8221; for a few releases now.  I just removed *all* the entries from web > html files > editor &#8211; inline elements.  And now it formats as I&#8217;d expect.  A bit more verbose in that now more things get their own line.  But no obscure breaks where the tag is on one line and the first attribute is on another.  (I think it was because inline tags were breaking around whitespace.)</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nitin Dahyabhai		</title>
		<link>https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/comment-page-1/#comment-5081</link>

		<dc:creator><![CDATA[Nitin Dahyabhai]]></dc:creator>
		<pubDate>Sat, 07 Jul 2012 20:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4366#comment-5081</guid>

					<description><![CDATA[Have you taken a thorough look at the HTML formatting preferences (the attribute line splitting is configurable), and opened feature requests for what you find lacking in Juno?]]></description>
			<content:encoded><![CDATA[<p>Have you taken a thorough look at the HTML formatting preferences (the attribute line splitting is configurable), and opened feature requests for what you find lacking in Juno?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/comment-page-1/#comment-5078</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Wed, 04 Jul 2012 14:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4366#comment-5078</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/comment-page-1/#comment-5073&quot;&gt;David O&#039;Meara&lt;/a&gt;.

@Dave 
File &gt; Import
Expand Install &gt; Choose &quot;From existing installation&quot; (*or type installation&quot; in the filter)
Next
Point to Indigo install
Finish]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.selikoff.net/2012/07/01/eclipse-juno-4-2-review/comment-page-1/#comment-5073">David O&#8217;Meara</a>.</p>
<p>@Dave<br />
File > Import<br />
Expand Install > Choose &#8220;From existing installation&#8221; (*or type installation&#8221; in the filter)<br />
Next<br />
Point to Indigo install<br />
Finish</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
