<?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: How to write a JAR with a manifest</title>
	<atom:link href="http://tech.puredanger.com/index.php/2008/01/07/jar-manifest-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.puredanger.com/2008/01/07/jar-manifest-api/</link>
	<description>Alex Miller&#039;s technical blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:39:50 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: niralon</title>
		<link>http://tech.puredanger.com/2008/01/07/jar-manifest-api/comment-page-1/#comment-30395</link>
		<dc:creator>niralon</dc:creator>
		<pubDate>Mon, 03 Mar 2008 15:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2008/01/07/jar-manifest-api/#comment-30395</guid>
		<description>its sad they didn&#039;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-page-1/#comment-20620</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 09 Jan 2008 17:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2008/01/07/jar-manifest-api/#comment-20620</guid>
		<description>Well, since I&#039;m dynamically generating these jars in a unit test, it&#039;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-page-1/#comment-20617</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Wed, 09 Jan 2008 16:52:52 +0000</pubDate>
		<guid isPermaLink="false">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:

        &lt;jar basedir=&quot;${wherever}&quot; 
            jarfile=&quot;${myjar}&quot;&gt;
                 &lt;manifest&gt;
                     &lt;attribute name=&quot;Some-Attribute&quot;
                      value=&quot;some value&quot;/&gt;
                     &lt;attribute name=&quot;Some-Other-Attribute&quot; 
                      value=&quot;some other value&quot;/&gt;
                 &lt;/manifest&gt;
         &lt;/jar&gt;

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-page-1/#comment-20480</link>
		<dc:creator>Scott Bale</dc:creator>
		<pubDate>Tue, 08 Jan 2008 18:38:16 +0000</pubDate>
		<guid isPermaLink="false">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&#039;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-page-1/#comment-20349</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 07 Jan 2008 21:38:16 +0000</pubDate>
		<guid isPermaLink="false">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&#039;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>

