<?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: Obfuscating a webapp .war file with yGuard and Ant</title>
	<atom:link href="http://christiansons.net/mike/blog/2009/02/obfuscating-a-webapp-war-file-with-yguard-and-ant/feed/" rel="self" type="application/rss+xml" />
	<link>http://christiansons.net/mike/blog/2009/02/obfuscating-a-webapp-war-file-with-yguard-and-ant/</link>
	<description>Java, Ant, SVN, Jetty, cygwin and other stuff…</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:53:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ravi</title>
		<link>http://christiansons.net/mike/blog/2009/02/obfuscating-a-webapp-war-file-with-yguard-and-ant/comment-page-1/#comment-1324</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Thu, 19 Jan 2012 16:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=178#comment-1324</guid>
		<description>Hey mike,

Thanks for the script. But when i saw the obfuscated war file, the jsps are all unobfuscated.

Thanks</description>
		<content:encoded><![CDATA[<p>Hey mike,</p>
<p>Thanks for the script. But when i saw the obfuscated war file, the jsps are all unobfuscated.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ldnunez</title>
		<link>http://christiansons.net/mike/blog/2009/02/obfuscating-a-webapp-war-file-with-yguard-and-ant/comment-page-1/#comment-451</link>
		<dc:creator>ldnunez</dc:creator>
		<pubDate>Thu, 12 May 2011 00:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=178#comment-451</guid>
		<description>Hi Mike, 

Thanks,  this script is very helpful for me. I did spend time creating one, but yours is perfect!

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Mike, </p>
<p>Thanks,  this script is very helpful for me. I did spend time creating one, but yours is perfect!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santiago</title>
		<link>http://christiansons.net/mike/blog/2009/02/obfuscating-a-webapp-war-file-with-yguard-and-ant/comment-page-1/#comment-394</link>
		<dc:creator>Santiago</dc:creator>
		<pubDate>Mon, 07 Feb 2011 17:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=178#comment-394</guid>
		<description>Please ignore my previous comment. I realised that i needed to specify the created jar or classes within the fileset of internal libraries to be obfuscated. 

Thanks

S.</description>
		<content:encoded><![CDATA[<p>Please ignore my previous comment. I realised that i needed to specify the created jar or classes within the fileset of internal libraries to be obfuscated. </p>
<p>Thanks</p>
<p>S.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santiago</title>
		<link>http://christiansons.net/mike/blog/2009/02/obfuscating-a-webapp-war-file-with-yguard-and-ant/comment-page-1/#comment-393</link>
		<dc:creator>Santiago</dc:creator>
		<pubDate>Mon, 07 Feb 2011 17:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=178#comment-393</guid>
		<description>Hi Mike, 

thanks for this really useful script. I was struggling with obfuscation and this script has helped. However my class files are not being obfuscated. If I decompile the classes in webapp.jar they are as before. 

Any idea as to what I am doing wrong?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Mike, </p>
<p>thanks for this really useful script. I was struggling with obfuscation and this script has helped. However my class files are not being obfuscated. If I decompile the classes in webapp.jar they are as before. </p>
<p>Any idea as to what I am doing wrong?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Christianson</title>
		<link>http://christiansons.net/mike/blog/2009/02/obfuscating-a-webapp-war-file-with-yguard-and-ant/comment-page-1/#comment-195</link>
		<dc:creator>Mike Christianson</dc:creator>
		<pubDate>Sun, 14 Nov 2010 19:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=178#comment-195</guid>
		<description>@Sergey, I don&#039;t know, perhaps someone else visiting my blog will be able to help you.  You might also consider &lt;a href=&quot;http://www.yworks.com/en/contact.html&quot; rel=&quot;nofollow&quot;&gt;contacting yWorks&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Sergey, I don&#8217;t know, perhaps someone else visiting my blog will be able to help you.  You might also consider <a href="http://www.yworks.com/en/contact.html" rel="nofollow">contacting yWorks</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey</title>
		<link>http://christiansons.net/mike/blog/2009/02/obfuscating-a-webapp-war-file-with-yguard-and-ant/comment-page-1/#comment-193</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Sat, 13 Nov 2010 12:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=178#comment-193</guid>
		<description>Hi Mike,
How does yGuard obfuscate your jsp files?

I&#039;ve tried to do it, but only imports were obfuscated:










	

</description>
		<content:encoded><![CDATA[<p>Hi Mike,<br />
How does yGuard obfuscate your jsp files?</p>
<p>I&#8217;ve tried to do it, but only imports were obfuscated:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deven Parab</title>
		<link>http://christiansons.net/mike/blog/2009/02/obfuscating-a-webapp-war-file-with-yguard-and-ant/comment-page-1/#comment-192</link>
		<dc:creator>Deven Parab</dc:creator>
		<pubDate>Thu, 11 Nov 2010 07:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=178#comment-192</guid>
		<description>Hi Mike I am very thankful to what you have posted on your site....it&#039;s been very tidy and explained very smoothly....!!thanks a lottt dude....!</description>
		<content:encoded><![CDATA[<p>Hi Mike I am very thankful to what you have posted on your site&#8230;.it&#8217;s been very tidy and explained very smoothly&#8230;.!!thanks a lottt dude&#8230;.!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jai Thilak</title>
		<link>http://christiansons.net/mike/blog/2009/02/obfuscating-a-webapp-war-file-with-yguard-and-ant/comment-page-1/#comment-152</link>
		<dc:creator>Jai Thilak</dc:creator>
		<pubDate>Tue, 10 Aug 2010 04:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=178#comment-152</guid>
		<description>Hi Mike,
   Thanks for this script. This is what I was expecting and it is really very helpful for me.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Mike,<br />
   Thanks for this script. This is what I was expecting and it is really very helpful for me.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Christianson</title>
		<link>http://christiansons.net/mike/blog/2009/02/obfuscating-a-webapp-war-file-with-yguard-and-ant/comment-page-1/#comment-98</link>
		<dc:creator>Mike Christianson</dc:creator>
		<pubDate>Fri, 11 Dec 2009 16:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=178#comment-98</guid>
		<description>Hi Alex, I&#039;m glad you found this post useful.

When I created the script, I needed to obfuscate a .war file that was already created.  As you can see this makes for a somewhat confusing and complex script.

If I had to do it over again, I would obfuscate my classes/jars before creating the .war file.  Maybe someone else will read this and do it that way instead!</description>
		<content:encoded><![CDATA[<p>Hi Alex, I&#8217;m glad you found this post useful.</p>
<p>When I created the script, I needed to obfuscate a .war file that was already created.  As you can see this makes for a somewhat confusing and complex script.</p>
<p>If I had to do it over again, I would obfuscate my classes/jars before creating the .war file.  Maybe someone else will read this and do it that way instead!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://christiansons.net/mike/blog/2009/02/obfuscating-a-webapp-war-file-with-yguard-and-ant/comment-page-1/#comment-97</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 04 Dec 2009 16:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christiansons.net/?p=178#comment-97</guid>
		<description>Thanks Mike, that was really helpful - we were in quite a hurry and (once I had my head wrapped around obfuscation/yGuard) this script worked smoothly.

Cheers</description>
		<content:encoded><![CDATA[<p>Thanks Mike, that was really helpful &#8211; we were in quite a hurry and (once I had my head wrapped around obfuscation/yGuard) this script worked smoothly.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

