<?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: Finding a Class in a ton of jars</title>
	<atom:link href="http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html/feed" rel="self" type="application/rss+xml" />
	<link>http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html</link>
	<description>Where he blogs about his eclipse musings</description>
	<lastBuildDate>Wed, 27 Jan 2010 16:18:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ketan</title>
		<link>http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html/comment-page-1#comment-50</link>
		<dc:creator>Ketan</dc:creator>
		<pubDate>Thu, 26 Jul 2007 07:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html#comment-50</guid>
		<description>That&#039;s an interesting way as well, actually :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s an interesting way as well, actually <img src='http://ketan.padegaonkar.name/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh G</title>
		<link>http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html/comment-page-1#comment-49</link>
		<dc:creator>Josh G</dc:creator>
		<pubDate>Thu, 26 Jul 2007 07:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://ketan.padegaonkar.name/2007/07/26/finding-a-class-in-a-ton-of-jars.html#comment-49</guid>
		<description>How&#039;s this:

find . -name &quot;*.jar&quot; &#124; xargs -i unzip -l {} &#124; grep -E &quot;^Archive:&#124;$1&quot; &#124; less


Example:

&gt; findclass Enclosed
Archive:  ./aspectj-1.5.3.jar
Archive:  ./aspectjweaver.jar
Archive:  ./junit.jar
      651  27-03-07 14:22   org/junit/runners/Enclosed.class


Fewer things to navigate, easier to find the archives containing the matching classes.</description>
		<content:encoded><![CDATA[<p>How&#8217;s this:</p>
<p>find . -name &#8220;*.jar&#8221; | xargs -i unzip -l {} | grep -E &#8220;^Archive:|$1&#8243; | less</p>
<p>Example:</p>
<p>&gt; findclass Enclosed<br />
Archive:  ./aspectj-1.5.3.jar<br />
Archive:  ./aspectjweaver.jar<br />
Archive:  ./junit.jar<br />
      651  27-03-07 14:22   org/junit/runners/Enclosed.class</p>
<p>Fewer things to navigate, easier to find the archives containing the matching classes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
