<?xml version="1.0"?>
<rss version="2.0">
<channel>

  
  
<title>Build Chimp - Responses</title>
<link>http://www.ejlife.net/blogs/buildchimp/</link>
<description>Musings from an Evolved Buildmonkey</description>
<language>en</language>
<managingEditor>John Casey</managingEditor>
<lastBuildDate>Fri, 05 Oct 2007 20:01:16 GMT</lastBuildDate>
  

  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>Re: Now, Which Jar Did I Put That In?</title>
    <link>http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comment1191614476861</link>
    <description>
      Oops, just read the bottom of that: not looking for the linux command etc.&amp;nbsp; But it&#039;s easy enough to remember, that you can tap it out in seconds whenever you need it.
    </description>
    <author>Dave Feltenberger</author>
    <comments>http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comments</comments>
    <guid isPermaLink="true">http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comment1191614476861</guid>
    <pubDate>Fri, 05 Oct 2007 20:01:16 GMT</pubDate>
  </item>
  
  <item>
    <title>Re: Now, Which Jar Did I Put That In?</title>
    <link>http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comment1191614201003</link>
    <description>
      If you&#039;re using cygwin or in Linux, you can also do this:&lt;br /&gt;
&lt;br /&gt;
for n in *.jar; do grep -H &amp;amp;quot;package.name.Class&amp;amp;quot; $n; done&lt;br /&gt;
&lt;br /&gt;
This will tell you which of the jars contain the classes.
    </description>
    <author>Dave Feltenberger</author>
    <comments>http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comments</comments>
    <guid isPermaLink="true">http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comment1191614201003</guid>
    <pubDate>Fri, 05 Oct 2007 19:56:41 GMT</pubDate>
  </item>
  
  <item>
    <title>Re: Now, Which Jar Did I Put That In?</title>
    <link>http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comment1187639128857</link>
    <description>
      I ran into this enough in Java that I wrote an app to help out. It&#039;s a gui that lets you search recursively or just within a directory, switch back and forth between dirs, search for other file types, etc. You can grab it free from the &amp;amp;quot;Documents and Files&amp;amp;quot; section of &lt;a href=&#034;https://jarsearch.dev.java.net/&#034;&gt;https://jarsearch.dev.java.net/&lt;/a&gt; if interested.&lt;br /&gt;
&lt;br /&gt;
It ain&#039;t exactly pretty since we keep adding features ad hoc, but it works.
    </description>
    <author>Bobby Bissett</author>
    <comments>http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comments</comments>
    <guid isPermaLink="true">http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comment1187639128857</guid>
    <pubDate>Mon, 20 Aug 2007 19:45:28 GMT</pubDate>
  </item>
  
  <item>
    <title>Re: Now, Which Jar Did I Put That In?</title>
    <link>http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comment1183827436862</link>
    <description>
      We run into this often during ant-&amp;gt;maven conversions and use an eclipse plugin: http://www.alphaworks.ibm.com/tech/jarclassfinder
    </description>
    <author>Brian Fox</author>
    <comments>http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comments</comments>
    <guid isPermaLink="true">http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comment1183827436862</guid>
    <pubDate>Sat, 07 Jul 2007 16:57:16 GMT</pubDate>
  </item>
  
  <item>
    <title>Re: Now, Which Jar Did I Put That In?</title>
    <link>http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comment1183644541110</link>
    <description>
      windows: open search file dialog -&amp;gt; filename=*.jar, with text=MyClass. Some tweaking of XP might be in order, to avoid the Index Server from filtering your results.&lt;br /&gt;
linux: grep MyClass *.jar */*.jar */*/*.jar&lt;br /&gt;
linux: grep MyClass `find . -name &#039;*.jar&#039;`&lt;br /&gt;
&lt;br /&gt;
There are more (more accurate) commands, but these are simple and do the trick most of the time.
    </description>
    <author>Ignacio Coloma</author>
    <comments>http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comments</comments>
    <guid isPermaLink="true">http://www.ejlife.net/blogs/buildchimp/2007/07/04/1183595294151.html#comment1183644541110</guid>
    <pubDate>Thu, 05 Jul 2007 14:09:01 GMT</pubDate>
  </item>
  
  </channel>
</rss>
