<?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: Automatically Sign JARs using Ant and Bash</title>
	<atom:link href="http://www.pikopong.com/blog/2008/04/14/automatically-sign-jars-using-ant-and-bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pikopong.com/blog/2008/04/14/automatically-sign-jars-using-ant-and-bash/</link>
	<description>It&#039;s all about knowledge</description>
	<lastBuildDate>Fri, 03 Sep 2010 12:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: amree</title>
		<link>http://www.pikopong.com/blog/2008/04/14/automatically-sign-jars-using-ant-and-bash/comment-page-1/#comment-1020</link>
		<dc:creator>amree</dc:creator>
		<pubDate>Sun, 01 Aug 2010 01:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.pikopong.com/blog/?p=41#comment-1020</guid>
		<description>@Andrew

I&#039;m not sure about signing APK&#039;s, I&#039;ve tried removing the key to somewhere else but I&#039;m getting different error, so, maybe you should change the signing command to something else, the commands is after -exec</description>
		<content:encoded><![CDATA[<p>@Andrew</p>
<p>I&#8217;m not sure about signing APK&#8217;s, I&#8217;ve tried removing the key to somewhere else but I&#8217;m getting different error, so, maybe you should change the signing command to something else, the commands is after -exec</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.pikopong.com/blog/2008/04/14/automatically-sign-jars-using-ant-and-bash/comment-page-1/#comment-1019</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 01 Aug 2010 00:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pikopong.com/blog/?p=41#comment-1019</guid>
		<description>I have been trying and researching for the last week on how to do this. Im on ubuntu and run your code

first I cd to unsigned directory, then;
find . -name &quot;*.apk&quot; -exec jarsigner -keystore /home/andrew/bin/my-key.keystore -storepass abcd &#039;{}&#039; my-key.keystore \; 

execute this and get back;

jarsigner: Certificate chain not found for: my-key.keystore.  my-key.keystore must reference a valid KeyStore key entry containing a private key and corresponding public key certificate chain.

quadruple checked the keystore path and everything else. Im jarsigning APK&#039;s instead of jars. For Android Development

Any help?</description>
		<content:encoded><![CDATA[<p>I have been trying and researching for the last week on how to do this. Im on ubuntu and run your code</p>
<p>first I cd to unsigned directory, then;<br />
find . -name &#8220;*.apk&#8221; -exec jarsigner -keystore /home/andrew/bin/my-key.keystore -storepass abcd &#8216;{}&#8217; my-key.keystore \; </p>
<p>execute this and get back;</p>
<p>jarsigner: Certificate chain not found for: my-key.keystore.  my-key.keystore must reference a valid KeyStore key entry containing a private key and corresponding public key certificate chain.</p>
<p>quadruple checked the keystore path and everything else. Im jarsigning APK&#8217;s instead of jars. For Android Development</p>
<p>Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amree</title>
		<link>http://www.pikopong.com/blog/2008/04/14/automatically-sign-jars-using-ant-and-bash/comment-page-1/#comment-866</link>
		<dc:creator>amree</dc:creator>
		<pubDate>Tue, 27 Apr 2010 06:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.pikopong.com/blog/?p=41#comment-866</guid>
		<description>@abc

It&#039;s the path to your generated key (keystore)</description>
		<content:encoded><![CDATA[<p>@abc</p>
<p>It&#8217;s the path to your generated key (keystore)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abc</title>
		<link>http://www.pikopong.com/blog/2008/04/14/automatically-sign-jars-using-ant-and-bash/comment-page-1/#comment-865</link>
		<dc:creator>abc</dc:creator>
		<pubDate>Tue, 27 Apr 2010 06:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.pikopong.com/blog/?p=41#comment-865</guid>
		<description>/path/to/your/key


didn&#039;t understand this argument.
what should be here.
path to ks file or path to .cer file ?</description>
		<content:encoded><![CDATA[<p>/path/to/your/key</p>
<p>didn&#8217;t understand this argument.<br />
what should be here.<br />
path to ks file or path to .cer file ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
