<?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: Running JUnit from Vim</title>
	<atom:link href="http://www.adrianmouat.com/bit-bucket/2009/06/running-junit-from-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adrianmouat.com/bit-bucket/2009/06/running-junit-from-vim/</link>
	<description>Software development thoughts and rants</description>
	<lastBuildDate>Sat, 14 Jan 2012 13:28:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Adrian Mouat</title>
		<link>http://www.adrianmouat.com/bit-bucket/2009/06/running-junit-from-vim/comment-page-1/#comment-4427</link>
		<dc:creator>Adrian Mouat</dc:creator>
		<pubDate>Tue, 29 Mar 2011 17:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.adrianmouat.com/bit-bucket/?p=56#comment-4427</guid>
		<description>I was using ant at the time.</description>
		<content:encoded><![CDATA[<p>I was using ant at the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Bauer</title>
		<link>http://www.adrianmouat.com/bit-bucket/2009/06/running-junit-from-vim/comment-page-1/#comment-4422</link>
		<dc:creator>James Bauer</dc:creator>
		<pubDate>Tue, 29 Mar 2011 13:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.adrianmouat.com/bit-bucket/?p=56#comment-4422</guid>
		<description>Just curious - how did you compile before the junit test runner took off? did you do a javac command to build the file w/ each dependency or use maven or ant?</description>
		<content:encoded><![CDATA[<p>Just curious &#8211; how did you compile before the junit test runner took off? did you do a javac command to build the file w/ each dependency or use maven or ant?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.adrianmouat.com/bit-bucket/2009/06/running-junit-from-vim/comment-page-1/#comment-4412</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Mon, 28 Mar 2011 17:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.adrianmouat.com/bit-bucket/?p=56#comment-4412</guid>
		<description>Yeah, it looked like a classpath issue, but it was hard to tell from here.

I think I have junit on my default classpath, so I never had that issue.</description>
		<content:encoded><![CDATA[<p>Yeah, it looked like a classpath issue, but it was hard to tell from here.</p>
<p>I think I have junit on my default classpath, so I never had that issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Bauer</title>
		<link>http://www.adrianmouat.com/bit-bucket/2009/06/running-junit-from-vim/comment-page-1/#comment-4410</link>
		<dc:creator>James Bauer</dc:creator>
		<pubDate>Mon, 28 Mar 2011 13:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.adrianmouat.com/bit-bucket/?p=56#comment-4410</guid>
		<description>I actually found the answer was a simple -ref the class path to the junit jar and away you go

http://stackoverflow.com/questions/5433228/how-to-add-a-class-path-in-vimscript/5459589#5459589</description>
		<content:encoded><![CDATA[<p>I actually found the answer was a simple -ref the class path to the junit jar and away you go</p>
<p><a href="http://stackoverflow.com/questions/5433228/how-to-add-a-class-path-in-vimscript/5459589#5459589" rel="nofollow">http://stackoverflow.com/questions/5433228/how-to-add-a-class-path-in-vimscript/5459589#5459589</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Bauer</title>
		<link>http://www.adrianmouat.com/bit-bucket/2009/06/running-junit-from-vim/comment-page-1/#comment-4323</link>
		<dc:creator>James Bauer</dc:creator>
		<pubDate>Mon, 21 Mar 2011 20:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.adrianmouat.com/bit-bucket/?p=56#comment-4323</guid>
		<description>I love the script but when I run this with a default vim install it appears my JUnitCore jar can&#039;t be found

Getting the following

java org.junit.runner.JUnitCore Test
java.lang.NoClassDefFoundError: org/junit/runner/JUnitCore
Caused by: java.lang.ClassNotFoundException: ...

the only other difference is that my test classes live under /src/test/etc
and my implementation code lives under src/main/etc</description>
		<content:encoded><![CDATA[<p>I love the script but when I run this with a default vim install it appears my JUnitCore jar can&#8217;t be found</p>
<p>Getting the following</p>
<p>java org.junit.runner.JUnitCore Test<br />
java.lang.NoClassDefFoundError: org/junit/runner/JUnitCore<br />
Caused by: java.lang.ClassNotFoundException: &#8230;</p>
<p>the only other difference is that my test classes live under /src/test/etc<br />
and my implementation code lives under src/main/etc</p>
]]></content:encoded>
	</item>
</channel>
</rss>

