<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-19648744.post4802053931097107447..comments</id><updated>2010-10-26T23:19:26.429-04:00</updated><category term='linux'/><category term='scripting'/><category term='scala'/><category term='jsf'/><category term='java'/><category term='grapestry'/><category term='apple'/><category term='jdo'/><category term='junit'/><category term='rants'/><category term='selenium'/><category term='symantec'/><category term='web flow'/><category term='mobility'/><category term='legacy rails'/><category term='oracle'/><category term='netbeans'/><category term='jemmy'/><category term='redhat'/><category term='grails'/><category term='tynamo'/><category term='j2me'/><category term='antivirus'/><category term='iphone'/><category term='blogger'/><category term='wicket'/><category term='groovy'/><category term='rails'/><category term='jboss'/><category term='ui-elements'/><category term='eclipse'/><category term='testing'/><category term='plugins'/><category term='jython'/><category term='netbeans rcp'/><category term='my thesis'/><category term='jFreeSafe'/><category term='mobile video'/><category term='tapestry'/><title type='text'>Comments on Alex Kotchnev's Blog: Quickly running a single Grails test in NetBeans</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.troymaxventures.com/feeds/4802053931097107447/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default'/><link rel='alternate' type='text/html' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html'/><author><name>Alex Kotchnev</name><uri>https://profiles.google.com/103108222242966756240</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-_FzUCgGWKhc/AAAAAAAAAAI/AAAAAAAABGY/gikhtyKNdVc/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-19648744.post-7592549232315871214</id><published>2010-10-26T23:19:26.429-04:00</published><updated>2010-10-26T23:19:26.429-04:00</updated><title type='text'>In order to run/debug a single test, according to ...</title><content type='html'>In order to run/debug a single test, according to http://jira.codehaus.org/browse/GRAILS-2473, after Grails 1.3.2 it is now possible to run &amp;quot;grails test-app -unit Foo.testFoo&amp;quot; in order to run/debug the unit tests in class FooTests.testFoo . In other words, if you follow the instructions above, typing &amp;quot;test-app&amp;quot; in the filter, and specifying  &amp;quot;-unit Foo.testFoo&amp;quot; in the parameters box.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/7592549232315871214'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/7592549232315871214'/><link rel='alternate' type='text/html' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html?showComment=1288149566429#c7592549232315871214' title=''/><author><name>akochnev</name><uri>http://www.blogger.com/profile/05519996133043093264</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html' ref='tag:blogger.com,1999:blog-19648744.post-4802053931097107447' source='http://www.blogger.com/feeds/19648744/posts/default/4802053931097107447' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2023817044'/></entry><entry><id>tag:blogger.com,1999:blog-19648744.post-2381901195078522818</id><published>2010-08-19T19:24:29.406-04:00</published><updated>2010-08-19T19:24:29.406-04:00</updated><title type='text'>And for debug the single test, the only way I can ...</title><content type='html'>And for debug the single test, the only way I can think is comment out all your rest tests and increase your testing performance... and only run the one you wanna.. tat&amp;#39;s all..</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/2381901195078522818'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/2381901195078522818'/><link rel='alternate' type='text/html' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html?showComment=1282260269406#c2381901195078522818' title=''/><author><name>Ameba</name><uri>http://www.blogger.com/profile/12140509191373366514</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_GiJfu3P07jY/SakORNFknLI/AAAAAAAAAA4/6IKmPWQzyCE/S220/200581705441_7.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html' ref='tag:blogger.com,1999:blog-19648744.post-4802053931097107447' source='http://www.blogger.com/feeds/19648744/posts/default/4802053931097107447' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-765031365'/></entry><entry><id>tag:blogger.com,1999:blog-19648744.post-4373917769271865248</id><published>2010-08-19T19:23:02.482-04:00</published><updated>2010-08-19T19:23:02.482-04:00</updated><title type='text'>set the breakpoint first, then open the run grails...</title><content type='html'>set the breakpoint first, then open the run grails command window under netbeans 6.8+ and click the debug box at the left bottom corner of the window, then do the same way running the single unit test mentioned above. You can see the debugging running successfully. :)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/4373917769271865248'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/4373917769271865248'/><link rel='alternate' type='text/html' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html?showComment=1282260182482#c4373917769271865248' title=''/><author><name>Ameba</name><uri>http://www.blogger.com/profile/12140509191373366514</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_GiJfu3P07jY/SakORNFknLI/AAAAAAAAAA4/6IKmPWQzyCE/S220/200581705441_7.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html' ref='tag:blogger.com,1999:blog-19648744.post-4802053931097107447' source='http://www.blogger.com/feeds/19648744/posts/default/4802053931097107447' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-765031365'/></entry><entry><id>tag:blogger.com,1999:blog-19648744.post-5608913489405229236</id><published>2010-05-20T06:48:42.001-04:00</published><updated>2010-05-20T06:48:42.001-04:00</updated><title type='text'>Any clues how to debug a single test (vs . the ent...</title><content type='html'>Any clues how to debug a single test (vs . the entire class ?)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/5608913489405229236'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/5608913489405229236'/><link rel='alternate' type='text/html' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html?showComment=1274352522001#c5608913489405229236' title=''/><author><name>SteveG</name><uri>http://www.blogger.com/profile/01825849412942634456</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html' ref='tag:blogger.com,1999:blog-19648744.post-4802053931097107447' source='http://www.blogger.com/feeds/19648744/posts/default/4802053931097107447' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1736395506'/></entry><entry><id>tag:blogger.com,1999:blog-19648744.post-4719508862042800452</id><published>2010-01-09T10:32:51.618-05:00</published><updated>2010-01-09T10:32:51.618-05:00</updated><title type='text'>Thanks much for this contribution.  I will vote th...</title><content type='html'>Thanks much for this contribution.  I will vote this issue up too.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/4719508862042800452'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/4719508862042800452'/><link rel='alternate' type='text/html' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html?showComment=1263051171618#c4719508862042800452' title=''/><author><name>&lt;b&gt;Rob Castellow (President / Consultant)&lt;/b&gt;</name><uri>http://www.blogger.com/profile/17369801817245904560</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://1.bp.blogspot.com/_OXyiHMjHT0c/SKXUNkeXHMI/AAAAAAAAA9k/vNmsAjTHsLo/S220/0011.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html' ref='tag:blogger.com,1999:blog-19648744.post-4802053931097107447' source='http://www.blogger.com/feeds/19648744/posts/default/4802053931097107447' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1977239266'/></entry><entry><id>tag:blogger.com,1999:blog-19648744.post-3962570279620244708</id><published>2009-12-29T22:49:09.742-05:00</published><updated>2009-12-29T22:49:09.742-05:00</updated><title type='text'>Indeed, after working with Grails for a while, I d...</title><content type='html'>Indeed, after working with Grails for a while, I do miss the safety of a statically typed language like Java . Every once in a while I do something stupid that a compiler would have caught, I bang my head against the wall, and when I figure out the problem I miss Java as the compiler would have definitely caught it. &lt;br /&gt;&lt;br /&gt;Also, on Grails and NetBeans... I&amp;#39;m still having issues w/ performance, even w/ NB 6.8 - the project scanning just runs forever !</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/3962570279620244708'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/3962570279620244708'/><link rel='alternate' type='text/html' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html?showComment=1262144949742#c3962570279620244708' title=''/><author><name>akochnev</name><uri>http://www.blogger.com/profile/05519996133043093264</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html' ref='tag:blogger.com,1999:blog-19648744.post-4802053931097107447' source='http://www.blogger.com/feeds/19648744/posts/default/4802053931097107447' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2023817044'/></entry><entry><id>tag:blogger.com,1999:blog-19648744.post-8405569165740964872</id><published>2009-11-13T09:27:33.418-05:00</published><updated>2009-11-13T09:27:33.418-05:00</updated><title type='text'>Beauty Indeed! Thanks for the tip, just what I was...</title><content type='html'>Beauty Indeed! Thanks for the tip, just what I was looking for. Although grails and netbeans are both fab, I&amp;#39;m struggling to get maximum productivity using the 2 together - eg refactoring! &lt;br /&gt;&lt;br /&gt;Thanks again</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/8405569165740964872'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/8405569165740964872'/><link rel='alternate' type='text/html' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html?showComment=1258122453418#c8405569165740964872' title=''/><author><name>Steve Cayzer</name><uri>http://www.blogger.com/profile/03959488390829105867</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html' ref='tag:blogger.com,1999:blog-19648744.post-4802053931097107447' source='http://www.blogger.com/feeds/19648744/posts/default/4802053931097107447' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1929741756'/></entry><entry><id>tag:blogger.com,1999:blog-19648744.post-3084808560901882572</id><published>2009-10-26T08:29:30.135-04:00</published><updated>2009-10-26T08:29:30.135-04:00</updated><title type='text'>Just what I needed.  Thanks.</title><content type='html'>Just what I needed.  Thanks.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/3084808560901882572'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19648744/4802053931097107447/comments/default/3084808560901882572'/><link rel='alternate' type='text/html' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html?showComment=1256560170135#c3084808560901882572' title=''/><author><name>malan2000</name><uri>http://www.blogger.com/profile/14609866256624260350</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.troymaxventures.com/2009/06/quickly-running-single-grails-test-in.html' ref='tag:blogger.com,1999:blog-19648744.post-4802053931097107447' source='http://www.blogger.com/feeds/19648744/posts/default/4802053931097107447' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-601953874'/></entry></feed>
