<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How to write a JAR with a manifest</title>
	<link>http://tech.puredanger.com/2008/01/07/jar-manifest-api/</link>
	<description>Alex Miller's technical blog</description>
	<pubDate>Sun, 12 Oct 2008 17:42:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: niralon</title>
		<link>http://tech.puredanger.com/2008/01/07/jar-manifest-api/#comment-30395</link>
		<pubDate>Mon, 03 Mar 2008 15:47:17 +0000</pubDate>
		<guid>http://tech.puredanger.com/2008/01/07/jar-manifest-api/#comment-30395</guid>
					<description>its sad they didn't documented it all</description>
		<content:encoded><![CDATA[<p>its sad they didn&#8217;t documented it all
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Alex</title>
		<link>http://tech.puredanger.com/2008/01/07/jar-manifest-api/#comment-20620</link>
		<pubDate>Wed, 09 Jan 2008 17:15:00 +0000</pubDate>
		<guid>http://tech.puredanger.com/2008/01/07/jar-manifest-api/#comment-20620</guid>
					<description>Well, since I'm dynamically generating these jars in a unit test, it's far less practical to use Ant. :)</description>
		<content:encoded><![CDATA[<p>Well, since I&#8217;m dynamically generating these jars in a unit test, it&#8217;s far less practical to use Ant. :)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: daniel</title>
		<link>http://tech.puredanger.com/2008/01/07/jar-manifest-api/#comment-20617</link>
		<pubDate>Wed, 09 Jan 2008 16:52:52 +0000</pubDate>
		<guid>http://tech.puredanger.com/2008/01/07/jar-manifest-api/#comment-20617</guid>
					<description>How about the practical approach: do it in your build.xml:

        &amp;#60;jar basedir=&quot;${wherever}&quot; 
            jarfile=&quot;${myjar}&quot;&amp;#62;
                 &amp;#60;manifest&amp;#62;
                     &amp;#60;attribute name=&quot;Some-Attribute&quot;
                      value=&quot;some value&quot;/&amp;#62;
                     &amp;#60;attribute name=&quot;Some-Other-Attribute&quot; 
                      value=&quot;some other value&quot;/&amp;#62;
                 &amp;#60;/manifest&amp;#62;
         &amp;#60;/jar&amp;#62;

and forget about the gory details ;-)

-- daniel</description>
		<content:encoded><![CDATA[<p>How about the practical approach: do it in your build.xml:</p>
<p>        &lt;jar basedir=&#8221;${wherever}&#8221;<br />
            jarfile=&#8221;${myjar}&#8221;&gt;<br />
                 &lt;manifest&gt;<br />
                     &lt;attribute name=&#8221;Some-Attribute&#8221;<br />
                      value=&#8221;some value&#8221;/&gt;<br />
                     &lt;attribute name=&#8221;Some-Other-Attribute&#8221;<br />
                      value=&#8221;some other value&#8221;/&gt;<br />
                 &lt;/manifest&gt;<br />
         &lt;/jar&gt;</p>
<p>and forget about the gory details ;-)</p>
<p>&#8211; daniel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Scott Bale</title>
		<link>http://tech.puredanger.com/2008/01/07/jar-manifest-api/#comment-20480</link>
		<pubDate>Tue, 08 Jan 2008 18:38:16 +0000</pubDate>
		<guid>http://tech.puredanger.com/2008/01/07/jar-manifest-api/#comment-20480</guid>
					<description>This is only tangentially related, but here are a couple of articles I've been reading about API design and anti-patterns:

First up, an oldy but goody interview w/ Josh Bloch.  He, too, dishes on Properties:
http://www.artima.com/intv/blochP.html

Secondly, Cameron &quot;Peace&quot; Purdy spewing bile on &quot;idiot interfaces&quot; including Cloneable.  He makes some thought-provoking points.
http://jroller.com/cpurdy/entry/the_seven_habits_of_highly2</description>
		<content:encoded><![CDATA[<p>This is only tangentially related, but here are a couple of articles I&#8217;ve been reading about API design and anti-patterns:</p>
<p>First up, an oldy but goody interview w/ Josh Bloch.  He, too, dishes on Properties:<br />
<a href='http://www.artima.com/intv/blochP.html' rel='nofollow'>http://www.artima.com/intv/blochP.html</a></p>
<p>Secondly, Cameron &#8220;Peace&#8221; Purdy spewing bile on &#8220;idiot interfaces&#8221; including Cloneable.  He makes some thought-provoking points.<br />
<a href='http://jroller.com/cpurdy/entry/the_seven_habits_of_highly2' rel='nofollow'>http://jroller.com/cpurdy/entry/the_seven_habits_of_highly2</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Alex</title>
		<link>http://tech.puredanger.com/2008/01/07/jar-manifest-api/#comment-20349</link>
		<pubDate>Mon, 07 Jan 2008 21:38:16 +0000</pubDate>
		<guid>http://tech.puredanger.com/2008/01/07/jar-manifest-api/#comment-20349</guid>
					<description>Oh, I hate Properties with a passion.  It has some similarly weird behaviors and APIs.  I've actually blogged on it before deep in the past.  Down with java.util.Properties!</description>
		<content:encoded><![CDATA[<p>Oh, I hate Properties with a passion.  It has some similarly weird behaviors and APIs.  I&#8217;ve actually blogged on it before deep in the past.  Down with java.util.Properties!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
