<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Development Notes</title>
	<atom:link href="http://devnotesblog.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://devnotesblog.wordpress.com</link>
	<description>Bits and pieces concerning software development</description>
	<lastBuildDate>Thu, 11 Apr 2013 14:23:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Maven, GWT and ECJ by java.lang.NoSuchFieldError when compiling GWT project &#124; RoboMemory</title>
		<link>http://devnotesblog.wordpress.com/2011/04/23/maven-gwt-and-ecj/#comment-58</link>
		<dc:creator><![CDATA[java.lang.NoSuchFieldError when compiling GWT project &#124; RoboMemory]]></dc:creator>
		<pubDate>Thu, 11 Apr 2013 14:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://devnotesblog.wordpress.com/?p=79#comment-58</guid>
		<description><![CDATA[[...] If using Maven, use gwtSdkFirstInClasspath in the POM - http://devnotesblog.wordpress.com/2011/04/23/maven-gwt-and-ecj/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] If using Maven, use gwtSdkFirstInClasspath in the POM - http://devnotesblog.wordpress.com/2011/04/23/maven-gwt-and-ecj/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating Eclipse Jubula Tests with Jenkins by Alex</title>
		<link>http://devnotesblog.wordpress.com/2011/06/14/automating-eclipse-jubula-tests-with-jenkins/#comment-55</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 25 Jan 2013 06:49:01 +0000</pubDate>
		<guid isPermaLink="false">https://devnotesblog.wordpress.com/?p=117#comment-55</guid>
		<description><![CDATA[Hi,
If your application isn&#039;t in the foreground / is minimized, then you could have a look at this Jubula forum thread: 
http://www.eclipse.org/forums/index.php/t/238562/

It covers how to get the right AUT to the front. Could it also be possible that the AUT starting minimized is configurable on your system / for your AUT?

Hope that&#039;s helpful!]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
If your application isn&#8217;t in the foreground / is minimized, then you could have a look at this Jubula forum thread:<br />
<a href="http://www.eclipse.org/forums/index.php/t/238562/" rel="nofollow">http://www.eclipse.org/forums/index.php/t/238562/</a></p>
<p>It covers how to get the right AUT to the front. Could it also be possible that the AUT starting minimized is configurable on your system / for your AUT?</p>
<p>Hope that&#8217;s helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating Eclipse Jubula Tests with Jenkins by rsilva</title>
		<link>http://devnotesblog.wordpress.com/2011/06/14/automating-eclipse-jubula-tests-with-jenkins/#comment-54</link>
		<dc:creator><![CDATA[rsilva]]></dc:creator>
		<pubDate>Thu, 24 Jan 2013 18:55:44 +0000</pubDate>
		<guid isPermaLink="false">https://devnotesblog.wordpress.com/?p=117#comment-54</guid>
		<description><![CDATA[when Jenkins launches my app on win 7, I can see my app in toolbar but it opens minized. Then jubula perfoms click here and there hiting whatever is in front or focus. What I understand is jubula performs real click, real events agains real application in the way you lost control of your pc and you can&#039;t have any other application window on top of your AUT. Therefore is not like other jenkins jobs integrated with maven that happens in background, is like a robot using your app.
Anyway this is a cool app though :)]]></description>
		<content:encoded><![CDATA[<p>when Jenkins launches my app on win 7, I can see my app in toolbar but it opens minized. Then jubula perfoms click here and there hiting whatever is in front or focus. What I understand is jubula performs real click, real events agains real application in the way you lost control of your pc and you can&#8217;t have any other application window on top of your AUT. Therefore is not like other jenkins jobs integrated with maven that happens in background, is like a robot using your app.<br />
Anyway this is a cool app though <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating Eclipse Jubula Tests with Jenkins by Matt</title>
		<link>http://devnotesblog.wordpress.com/2011/06/14/automating-eclipse-jubula-tests-with-jenkins/#comment-53</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Wed, 23 Jan 2013 15:51:42 +0000</pubDate>
		<guid isPermaLink="false">https://devnotesblog.wordpress.com/?p=117#comment-53</guid>
		<description><![CDATA[Hi,

it&#039;s been a while since I&#039;ve tried this so it might require a bit of work to get it to work correctly in newer versions of Jubula. There&#039;s also a post with an example Ant file to further automate tests.

You don&#039;t have to run the UI locally on the build server, the autagent could run for example on a dedicated Jubula test host. Not sure about your minimizing problems, I mever experienced that.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>it&#8217;s been a while since I&#8217;ve tried this so it might require a bit of work to get it to work correctly in newer versions of Jubula. There&#8217;s also a post with an example Ant file to further automate tests.</p>
<p>You don&#8217;t have to run the UI locally on the build server, the autagent could run for example on a dedicated Jubula test host. Not sure about your minimizing problems, I mever experienced that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating Eclipse Jubula Tests with Jenkins by rsilva</title>
		<link>http://devnotesblog.wordpress.com/2011/06/14/automating-eclipse-jubula-tests-with-jenkins/#comment-52</link>
		<dc:creator><![CDATA[rsilva]]></dc:creator>
		<pubDate>Wed, 23 Jan 2013 15:23:14 +0000</pubDate>
		<guid isPermaLink="false">https://devnotesblog.wordpress.com/?p=117#comment-52</guid>
		<description><![CDATA[Hi all and thank you for this post.
Actually this is not a full integration with Jenkins. It is just firing some command line. Focus on app is necessary and it cannot be processed in foreground like a mvn process. And which is more awkward, app start minimized so you don&#039;t have focus on it and test fails]]></description>
		<content:encoded><![CDATA[<p>Hi all and thank you for this post.<br />
Actually this is not a full integration with Jenkins. It is just firing some command line. Focus on app is necessary and it cannot be processed in foreground like a mvn process. And which is more awkward, app start minimized so you don&#8217;t have focus on it and test fails</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scrollable GWT TabLayoutPanel by geodma</title>
		<link>http://devnotesblog.wordpress.com/2010/06/17/scrollable-gwt-tablayoutpanel/#comment-51</link>
		<dc:creator><![CDATA[geodma]]></dc:creator>
		<pubDate>Mon, 05 Nov 2012 11:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://gwtdevelopment.wordpress.com/?p=26#comment-51</guid>
		<description><![CDATA[Nice one, I needed it.]]></description>
		<content:encoded><![CDATA[<p>Nice one, I needed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OCZ Vertex Plus SSD vs. MacBook by neal</title>
		<link>http://devnotesblog.wordpress.com/2012/01/12/ocz-vertex-plus-ssd-vs-macbook/#comment-50</link>
		<dc:creator><![CDATA[neal]]></dc:creator>
		<pubDate>Sun, 28 Oct 2012 13:00:03 +0000</pubDate>
		<guid isPermaLink="false">https://devnotesblog.wordpress.com/?p=156#comment-50</guid>
		<description><![CDATA[didnt work with my macboock black coreduo 1.1, i think its to do with the efi being 32 bit and not 64bit core2duo, i had to just send mine back as it was unusable with my mb with firmware 3.5......]]></description>
		<content:encoded><![CDATA[<p>didnt work with my macboock black coreduo 1.1, i think its to do with the efi being 32 bit and not 64bit core2duo, i had to just send mine back as it was unusable with my mb with firmware 3.5&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mocking a multipart/form-data HTTP request in a unit test by Steph</title>
		<link>http://devnotesblog.wordpress.com/2010/06/17/mocking-a-multipartform-data-http-request-in-a-unit-test/#comment-49</link>
		<dc:creator><![CDATA[Steph]]></dc:creator>
		<pubDate>Tue, 18 Sep 2012 14:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://gwtdevelopment.wordpress.com/?p=17#comment-49</guid>
		<description><![CDATA[So, how to do this with servlet 2.5 API? It does not know javax.servlet.http.Part yet. I have been looking for a way to mock this all over :( - but the 2.5 interface does not offer getPart() or getParts() - how can I get the mocked data into a request-dummy?

Preferrably without any frameworks.]]></description>
		<content:encoded><![CDATA[<p>So, how to do this with servlet 2.5 API? It does not know javax.servlet.http.Part yet. I have been looking for a way to mock this all over <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  &#8211; but the 2.5 interface does not offer getPart() or getParts() &#8211; how can I get the mocked data into a request-dummy?</p>
<p>Preferrably without any frameworks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven, GWT and ECJ by Richard Kolb</title>
		<link>http://devnotesblog.wordpress.com/2011/04/23/maven-gwt-and-ecj/#comment-48</link>
		<dc:creator><![CDATA[Richard Kolb]]></dc:creator>
		<pubDate>Wed, 12 Sep 2012 17:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://devnotesblog.wordpress.com/?p=79#comment-48</guid>
		<description><![CDATA[Thanks!]]></description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven, GWT and ECJ by S</title>
		<link>http://devnotesblog.wordpress.com/2011/04/23/maven-gwt-and-ecj/#comment-47</link>
		<dc:creator><![CDATA[S]]></dc:creator>
		<pubDate>Thu, 23 Aug 2012 01:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://devnotesblog.wordpress.com/?p=79#comment-47</guid>
		<description><![CDATA[Worked like magic, thanks!]]></description>
		<content:encoded><![CDATA[<p>Worked like magic, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
