<?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 for Bits By The Pound</title>
	<atom:link href="http://www.bitsbythepound.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bitsbythepound.com</link>
	<description>Spewing Forth Tech Stuff</description>
	<lastBuildDate>Tue, 24 Aug 2010 22:21:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on GWT apps using Maven and Eclipse by sdoca</title>
		<link>http://www.bitsbythepound.com/gwt-apps-using-maven-and-eclipse-309.html/comment-page-1#comment-98</link>
		<dc:creator>sdoca</dc:creator>
		<pubDate>Tue, 24 Aug 2010 22:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=309#comment-98</guid>
		<description>When setting the GWT properties on the project, I had to check the &quot;This project has a WAR directory&quot; box in order to set the &quot;WAR directory&quot; to &quot;src/main/webapp&quot;.  Otherwise, I followed your steps exactly. But, when I run the web application I get this error in my console:

No startup URLs supplied and no plausible ones found -- use -startupUrl

Any thoughts on why?  Thanks!</description>
		<content:encoded><![CDATA[<p>When setting the GWT properties on the project, I had to check the &#8220;This project has a WAR directory&#8221; box in order to set the &#8220;WAR directory&#8221; to &#8220;src/main/webapp&#8221;.  Otherwise, I followed your steps exactly. But, when I run the web application I get this error in my console:</p>
<p>No startup URLs supplied and no plausible ones found &#8212; use -startupUrl</p>
<p>Any thoughts on why?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT apps using Maven and Eclipse by Fredo</title>
		<link>http://www.bitsbythepound.com/gwt-apps-using-maven-and-eclipse-309.html/comment-page-1#comment-96</link>
		<dc:creator>Fredo</dc:creator>
		<pubDate>Thu, 12 Aug 2010 15:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=309#comment-96</guid>
		<description>Once I went through all those steps I can run my application using Run As&gt;Web Application but my client-side changes are not reflected without compiling (using gwt-maven-plugin gwt:compile or the compile function of the GWT Plugin for Eclipse).
Actually if I execute gwt:clean of the gwt-maven-plugin, which deletes the GWT generated stuff in target/- and if I try to run my application with Run As&gt;Web Application I get in the browser &quot;GWT module &#039;mymodule&#039; may need to be (re)compiled&quot;.
In fact the GWT automatic compilation seems not to work at all.
The second problem is that if I run my application using Debug As&gt;Web Application the process does not stop on my breakpoints.
I guess I made a mistake somewhere but after struggling all day I start to be really frustrated.
Any ideas would be extremely welcomed. Thanks in advance...</description>
		<content:encoded><![CDATA[<p>Once I went through all those steps I can run my application using Run As&gt;Web Application but my client-side changes are not reflected without compiling (using gwt-maven-plugin gwt:compile or the compile function of the GWT Plugin for Eclipse).<br />
Actually if I execute gwt:clean of the gwt-maven-plugin, which deletes the GWT generated stuff in target/- and if I try to run my application with Run As&gt;Web Application I get in the browser &#8220;GWT module &#8216;mymodule&#8217; may need to be (re)compiled&#8221;.<br />
In fact the GWT automatic compilation seems not to work at all.<br />
The second problem is that if I run my application using Debug As&gt;Web Application the process does not stop on my breakpoints.<br />
I guess I made a mistake somewhere but after struggling all day I start to be really frustrated.<br />
Any ideas would be extremely welcomed. Thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Export and Import custom key bindings in Eclipse by Bits By The Pound &#187; Use CTL-Tab for switching editor windows in Eclipse</title>
		<link>http://www.bitsbythepound.com/export-and-import-custom-key-bindings-in-eclipse-344.html/comment-page-1#comment-94</link>
		<dc:creator>Bits By The Pound &#187; Use CTL-Tab for switching editor windows in Eclipse</dc:creator>
		<pubDate>Wed, 11 Aug 2010 18:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=344#comment-94</guid>
		<description>[...] To back up your key bindings or port them into a different workspace, use the note in exporting and importing key bindings. [...]</description>
		<content:encoded><![CDATA[<p>[...] To back up your key bindings or port them into a different workspace, use the note in exporting and importing key bindings. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT apps using Maven and Eclipse by GardellaJP</title>
		<link>http://www.bitsbythepound.com/gwt-apps-using-maven-and-eclipse-309.html/comment-page-1#comment-91</link>
		<dc:creator>GardellaJP</dc:creator>
		<pubDate>Wed, 28 Jul 2010 08:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=309#comment-91</guid>
		<description>Perfect!!!

The step tha I forgot was:
Right click on your project and select Run As-&gt;Maven Clean, then Run As-&gt;Maven Package.

Thank you!!</description>
		<content:encoded><![CDATA[<p>Perfect!!!</p>
<p>The step tha I forgot was:<br />
Right click on your project and select Run As-&gt;Maven Clean, then Run As-&gt;Maven Package.</p>
<p>Thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT apps using Maven and Eclipse by exton</title>
		<link>http://www.bitsbythepound.com/gwt-apps-using-maven-and-eclipse-309.html/comment-page-1#comment-88</link>
		<dc:creator>exton</dc:creator>
		<pubDate>Mon, 05 Jul 2010 16:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=309#comment-88</guid>
		<description>Thanks man, this sorted it out for me. I was just getting frustrated about all this when I found your page</description>
		<content:encoded><![CDATA[<p>Thanks man, this sorted it out for me. I was just getting frustrated about all this when I found your page</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu inside Windows using WUBI by Tom B</title>
		<link>http://www.bitsbythepound.com/ubuntu-inside-windows-using-wubi-324.html/comment-page-1#comment-86</link>
		<dc:creator>Tom B</dc:creator>
		<pubDate>Fri, 18 Jun 2010 16:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=324#comment-86</guid>
		<description>Thanks JP. 

Sounds to me like what you are really happy with is their installer/updater technology for packages and the fact that this is in common use across the platform&#039;s developer toolsets. Does every tool you might want to use tie into this technology? (seems they should, but I am curious)

Windows has a plethora of installer technologies because they threw that market open to competition - there is there set of tools and then things like InstallShield, InstallAnywhere, WISE Installer, etc. etc. None were so clearly better than the others that they predominate and MS, for whatever reasons, did not lock-down this aspect of the platform to allow a single installation approach. 

MS, in giving freedoms of choice, and because there is no predominant solution, has created a balkanized installation environment. This does require a bit more explanation if multiple installs are required from different locations using different installers. I can see where a common installation approach would be a great simplification. 

My own experience with *NIX lately has (yet again) been that simple things I want to do prove irksome to do. Some of that is the nature of remotely accessing Solaris boxes via PuTTY with all of the attendant TTY annoyances. Some of it is using command line for everything and having to remember the particulars of syntax for find, grep, ls, chmod, cat, less, more, export, bash, tcsh, vi, etc. Part of the legacy of htere being ten ways to do most things in a *NIX environment is that there are ten variants on the syntax. And key behaviours in shells, in vi, etc. aren&#039;t identical which can be quite annoying. And trying to do graphical debugging remotely using X-Windows Servers and Clients and DBX or the GNU debugger has been another unmitigated joy. Not remotely as capable for debugging as visual studio (at least, not with the ease of use and navigation of VS) as initially installed (which is more involved than remote debugging with MS VS, oddly).</description>
		<content:encoded><![CDATA[<p>Thanks JP. </p>
<p>Sounds to me like what you are really happy with is their installer/updater technology for packages and the fact that this is in common use across the platform&#8217;s developer toolsets. Does every tool you might want to use tie into this technology? (seems they should, but I am curious)</p>
<p>Windows has a plethora of installer technologies because they threw that market open to competition &#8211; there is there set of tools and then things like InstallShield, InstallAnywhere, WISE Installer, etc. etc. None were so clearly better than the others that they predominate and MS, for whatever reasons, did not lock-down this aspect of the platform to allow a single installation approach. </p>
<p>MS, in giving freedoms of choice, and because there is no predominant solution, has created a balkanized installation environment. This does require a bit more explanation if multiple installs are required from different locations using different installers. I can see where a common installation approach would be a great simplification. </p>
<p>My own experience with *NIX lately has (yet again) been that simple things I want to do prove irksome to do. Some of that is the nature of remotely accessing Solaris boxes via PuTTY with all of the attendant TTY annoyances. Some of it is using command line for everything and having to remember the particulars of syntax for find, grep, ls, chmod, cat, less, more, export, bash, tcsh, vi, etc. Part of the legacy of htere being ten ways to do most things in a *NIX environment is that there are ten variants on the syntax. And key behaviours in shells, in vi, etc. aren&#8217;t identical which can be quite annoying. And trying to do graphical debugging remotely using X-Windows Servers and Clients and DBX or the GNU debugger has been another unmitigated joy. Not remotely as capable for debugging as visual studio (at least, not with the ease of use and navigation of VS) as initially installed (which is more involved than remote debugging with MS VS, oddly).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu inside Windows using WUBI by jpfiset</title>
		<link>http://www.bitsbythepound.com/ubuntu-inside-windows-using-wubi-324.html/comment-page-1#comment-84</link>
		<dc:creator>jpfiset</dc:creator>
		<pubDate>Thu, 17 Jun 2010 22:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=324#comment-84</guid>
		<description>I can not disagree with your comment, in that every one have their own experience and it is always best to stick to what one knows. I am not proposing to run Ubuntu for elderly, however I am considering it for my parents since they only need few applications such as a web browser and an e-mail client.

The point I was trying to make is that when it comes to development tools, I can express the whole installation of a strong development platform on Ubuntu as a series of &quot;apt-get install&quot; lines, as opposed to sending links to various web sites with long and tedious notes on how to install and configure everything.

The Debian packaging, which is used in Ubuntu, is such a breeze to use that it makes the configuring of a platform fairly easy. It is still not fun, but what configuration activity is? However, it is simpler than anything else I have encountered.

Now that WUBI gives Ubuntu an easy installation path for Windows users, it might become more accessible for Windows developers to try an Ubuntu platform to develop some project. I hope you get a chance to try it out.

Good luck and thanks for your post.</description>
		<content:encoded><![CDATA[<p>I can not disagree with your comment, in that every one have their own experience and it is always best to stick to what one knows. I am not proposing to run Ubuntu for elderly, however I am considering it for my parents since they only need few applications such as a web browser and an e-mail client.</p>
<p>The point I was trying to make is that when it comes to development tools, I can express the whole installation of a strong development platform on Ubuntu as a series of &#8220;apt-get install&#8221; lines, as opposed to sending links to various web sites with long and tedious notes on how to install and configure everything.</p>
<p>The Debian packaging, which is used in Ubuntu, is such a breeze to use that it makes the configuring of a platform fairly easy. It is still not fun, but what configuration activity is? However, it is simpler than anything else I have encountered.</p>
<p>Now that WUBI gives Ubuntu an easy installation path for Windows users, it might become more accessible for Windows developers to try an Ubuntu platform to develop some project. I hope you get a chance to try it out.</p>
<p>Good luck and thanks for your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu inside Windows using WUBI by Tom B</title>
		<link>http://www.bitsbythepound.com/ubuntu-inside-windows-using-wubi-324.html/comment-page-1#comment-83</link>
		<dc:creator>Tom B</dc:creator>
		<pubDate>Thu, 17 Jun 2010 22:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=324#comment-83</guid>
		<description>I find your comments on Dev tools odd. On my Windows XP box at work, I&#039;ve installed two versions of Eclipse, a Java SDK, a CVS plug-in for eclipse, Wireshark, Notepad++, PuTTY, WinSCP, and a horde of other tools (latest PC, before that, many other tools including Ant, Maven and others). Along the line, I don&#039;t recall having any problems with the installations that were significant. 

What specific sorts of problems were you seeing in this context and with which tools?

I&#039;ve found Linux to be quite a challenge for elderly folks, much like the user-friendlier Windows is. I&#039;d like to find a Linux distro that had a simple desktop, supported simple email and web browsing tools and an MSOffice file format compatible office suite. That would be enough for the old folks. 

For me, using Solaris again recently has reminded me of all the things I do not enjoy on *NIX as well as many of the powerful things that are easy to do there. 

I may install Linux on one of my servers or as a small platform for development off to the side in a partition, but I can&#039;t imagine giving up the experience day to day use of Windows gives. It&#039;s not that it is a great OS, simply that it is an employable skill. Linux knowledge is as well, but this isn&#039;t an either/or case, but you should know both.</description>
		<content:encoded><![CDATA[<p>I find your comments on Dev tools odd. On my Windows XP box at work, I&#8217;ve installed two versions of Eclipse, a Java SDK, a CVS plug-in for eclipse, Wireshark, Notepad++, PuTTY, WinSCP, and a horde of other tools (latest PC, before that, many other tools including Ant, Maven and others). Along the line, I don&#8217;t recall having any problems with the installations that were significant. </p>
<p>What specific sorts of problems were you seeing in this context and with which tools?</p>
<p>I&#8217;ve found Linux to be quite a challenge for elderly folks, much like the user-friendlier Windows is. I&#8217;d like to find a Linux distro that had a simple desktop, supported simple email and web browsing tools and an MSOffice file format compatible office suite. That would be enough for the old folks. </p>
<p>For me, using Solaris again recently has reminded me of all the things I do not enjoy on *NIX as well as many of the powerful things that are easy to do there. </p>
<p>I may install Linux on one of my servers or as a small platform for development off to the side in a partition, but I can&#8217;t imagine giving up the experience day to day use of Windows gives. It&#8217;s not that it is a great OS, simply that it is an employable skill. Linux knowledge is as well, but this isn&#8217;t an either/or case, but you should know both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT apps using Maven and Eclipse by Doktor Insano</title>
		<link>http://www.bitsbythepound.com/gwt-apps-using-maven-and-eclipse-309.html/comment-page-1#comment-82</link>
		<dc:creator>Doktor Insano</dc:creator>
		<pubDate>Tue, 01 Jun 2010 15:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=309#comment-82</guid>
		<description>It would have been interesting to read on how to modify the pom file to skip using the war folder. The Google eclipse plugin supports this and it should not be necessary to have a war folder in your tree structure.</description>
		<content:encoded><![CDATA[<p>It would have been interesting to read on how to modify the pom file to skip using the war folder. The Google eclipse plugin supports this and it should not be necessary to have a war folder in your tree structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set up GWT application with Maven by Krunoslav Funtak</title>
		<link>http://www.bitsbythepound.com/set-up-gwt-application-with-maven-10.html/comment-page-1#comment-79</link>
		<dc:creator>Krunoslav Funtak</dc:creator>
		<pubDate>Sat, 22 May 2010 09:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=10#comment-79</guid>
		<description>But what is with package goal? How to package GWT module to JAR which can be used in another GWT project.</description>
		<content:encoded><![CDATA[<p>But what is with package goal? How to package GWT module to JAR which can be used in another GWT project.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
