<?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: Quick Ant/JUnit status</title>
	<atom:link href="http://blog.anthonychaves.net/2006/11/15/quick-antjunit-status/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.anthonychaves.net/2006/11/15/quick-antjunit-status/</link>
	<description>Life is software and jujitsu</description>
	<lastBuildDate>Mon, 01 Feb 2010 17:22:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex Miller</title>
		<link>http://blog.anthonychaves.net/2006/11/15/quick-antjunit-status/comment-page-1/#comment-5347</link>
		<dc:creator>Alex Miller</dc:creator>
		<pubDate>Sat, 16 Jun 2007 02:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anthonychaves.net/personal/2006/11/15/quick-antjunit-status#comment-5347</guid>
		<description>Sorry: 


&lt;classpath&gt;
    &lt;pathelement path=”/home/anthony/jboss-4.0.4.GA/client/jboss-j2ee.jar”/&gt;
	&lt;pathelement path=”/home/anthony/eclipse/plugins/org.junit_3.8.1/junit.jar”/&gt;
	&lt;pathelement path=”/m2/ark/code/mysql-connector-java-3.1.12/mysql-connector-java-3.1.12-bin.jar”/&gt;
	&lt;pathelement location=&quot;${basedir}/build/classes&quot;/&gt;	
&lt;/classpath&gt;</description>
		<content:encoded><![CDATA[<p>Sorry: </p>
<p>&lt;classpath&gt;<br />
    &lt;pathelement path=”/home/anthony/jboss-4.0.4.GA/client/jboss-j2ee.jar”/&gt;<br />
	&lt;pathelement path=”/home/anthony/eclipse/plugins/org.junit_3.8.1/junit.jar”/&gt;<br />
	&lt;pathelement path=”/m2/ark/code/mysql-connector-java-3.1.12/mysql-connector-java-3.1.12-bin.jar”/&gt;<br />
	&lt;pathelement location=&#8221;${basedir}/build/classes&#8221;/&gt;<br />
&lt;/classpath&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Miller</title>
		<link>http://blog.anthonychaves.net/2006/11/15/quick-antjunit-status/comment-page-1/#comment-5346</link>
		<dc:creator>Alex Miller</dc:creator>
		<pubDate>Sat, 16 Jun 2007 02:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anthonychaves.net/personal/2006/11/15/quick-antjunit-status#comment-5346</guid>
		<description>I&#039;m just eyeballing this, but I think you just need to set up your classpath differently.  Normally to specify a directory in a path structure, you&#039;d want to do something like:

lt;classpathgt;
    lt;pathelement path=”/home/anthony/jboss-4.0.4.GA/client/jboss-j2ee.jar”/gt;
	lt;pathelement path=”/home/anthony/eclipse/plugins/org.junit_3.8.1/junit.jar”/gt;
	lt;pathelement path=”/m2/ark/code/mysql-connector-java-3.1.12/mysql-connector-java-3.1.12-bin.jar”/gt;
	lt;pathelement location=&quot;${basedir}/build/classes&quot;/gt;	
lt;/classpathgt;

I think the key is that it isn&#039;t normal to specify classes in your classpath - generally you only specify jars and directories.  The Ant docs are pretty good and I think they are pretty clear on this, see:  http://ant.apache.org/manual/using.html#path</description>
		<content:encoded><![CDATA[<p>I&#8217;m just eyeballing this, but I think you just need to set up your classpath differently.  Normally to specify a directory in a path structure, you&#8217;d want to do something like:</p>
<p>lt;classpathgt;<br />
    lt;pathelement path=”/home/anthony/jboss-4.0.4.GA/client/jboss-j2ee.jar”/gt;<br />
	lt;pathelement path=”/home/anthony/eclipse/plugins/org.junit_3.8.1/junit.jar”/gt;<br />
	lt;pathelement path=”/m2/ark/code/mysql-connector-java-3.1.12/mysql-connector-java-3.1.12-bin.jar”/gt;<br />
	lt;pathelement location=&#8221;${basedir}/build/classes&#8221;/gt;<br />
lt;/classpathgt;</p>
<p>I think the key is that it isn&#8217;t normal to specify classes in your classpath &#8211; generally you only specify jars and directories.  The Ant docs are pretty good and I think they are pretty clear on this, see:  <a href="http://ant.apache.org/manual/using.html#path" rel="nofollow">http://ant.apache.org/manual/using.html#path</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Chaves</title>
		<link>http://blog.anthonychaves.net/2006/11/15/quick-antjunit-status/comment-page-1/#comment-32</link>
		<dc:creator>Anthony Chaves</dc:creator>
		<pubDate>Thu, 21 Dec 2006 16:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anthonychaves.net/personal/2006/11/15/quick-antjunit-status#comment-32</guid>
		<description>I&#039;m going to write up my solution more clearly and post it here in the next day or so.  I&#039;ve got a working build.xml file but unfortunately I put it in the wrong directory on my server and I can&#039;t move it until tonight when I get home.  I&#039;ll let you know when I move it so you can at least look at the working file until I write up the process to get there.</description>
		<content:encoded><![CDATA[<p>I&#8217;m going to write up my solution more clearly and post it here in the next day or so.  I&#8217;ve got a working build.xml file but unfortunately I put it in the wrong directory on my server and I can&#8217;t move it until tonight when I get home.  I&#8217;ll let you know when I move it so you can at least look at the working file until I write up the process to get there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rojazz1999</title>
		<link>http://blog.anthonychaves.net/2006/11/15/quick-antjunit-status/comment-page-1/#comment-31</link>
		<dc:creator>Rojazz1999</dc:creator>
		<pubDate>Thu, 21 Dec 2006 08:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anthonychaves.net/personal/2006/11/15/quick-antjunit-status#comment-31</guid>
		<description>I have the same errors.
if you have any idea.
tell me .
thx!</description>
		<content:encoded><![CDATA[<p>I have the same errors.<br />
if you have any idea.<br />
tell me .<br />
thx!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
