<?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: Ant 1.7.1 and package-info.java compilation problem of JAX-WS generated classes</title>
	<atom:link href="http://www.javalinux.it/wordpress/2009/03/16/ant-171-and-package-infojava-compilation-problem-of-jax-ws-generated-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javalinux.it/wordpress/2009/03/16/ant-171-and-package-infojava-compilation-problem-of-jax-ws-generated-classes/</link>
	<description>Alessio &#38; Stefano ideas</description>
	<lastBuildDate>Mon, 21 Nov 2011 05:04:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bhaskara</title>
		<link>http://www.javalinux.it/wordpress/2009/03/16/ant-171-and-package-infojava-compilation-problem-of-jax-ws-generated-classes/comment-page-1/#comment-15399</link>
		<dc:creator>Bhaskara</dc:creator>
		<pubDate>Sat, 30 Jul 2011 07:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.javalinux.it/wordpress/?p=261#comment-15399</guid>
		<description>Thanks a lot.. I was breaking my head for last 2 days... and ur solution worked like a magic... thanks again</description>
		<content:encoded><![CDATA[<p>Thanks a lot.. I was breaking my head for last 2 days&#8230; and ur solution worked like a magic&#8230; thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carsten Clark</title>
		<link>http://www.javalinux.it/wordpress/2009/03/16/ant-171-and-package-infojava-compilation-problem-of-jax-ws-generated-classes/comment-page-1/#comment-13440</link>
		<dc:creator>Carsten Clark</dc:creator>
		<pubDate>Thu, 26 May 2011 01:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.javalinux.it/wordpress/?p=261#comment-13440</guid>
		<description>Stefano, you solved a mystery that had been plaguing me for a year.  Mille grazie for making this info public!</description>
		<content:encoded><![CDATA[<p>Stefano, you solved a mystery that had been plaguing me for a year.  Mille grazie for making this info public!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tess</title>
		<link>http://www.javalinux.it/wordpress/2009/03/16/ant-171-and-package-infojava-compilation-problem-of-jax-ws-generated-classes/comment-page-1/#comment-6940</link>
		<dc:creator>Tess</dc:creator>
		<pubDate>Tue, 05 Oct 2010 19:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.javalinux.it/wordpress/?p=261#comment-6940</guid>
		<description>Thanks, Stefano. I ran into the exact same issue as Jeff while using JAXB&#039;s xjc compiler with Ant. And thanks, Jens, for the sleep tip. Everybody&#039;s comments saved me many hours of work.</description>
		<content:encoded><![CDATA[<p>Thanks, Stefano. I ran into the exact same issue as Jeff while using JAXB&#8217;s xjc compiler with Ant. And thanks, Jens, for the sleep tip. Everybody&#8217;s comments saved me many hours of work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens</title>
		<link>http://www.javalinux.it/wordpress/2009/03/16/ant-171-and-package-infojava-compilation-problem-of-jax-ws-generated-classes/comment-page-1/#comment-4671</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Mon, 15 Feb 2010 08:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.javalinux.it/wordpress/?p=261#comment-4671</guid>
		<description>The comment facility  did not allow me to include XML elements...

I had to include an additional sleep call.</description>
		<content:encoded><![CDATA[<p>The comment facility  did not allow me to include XML elements&#8230;</p>
<p>I had to include an additional sleep call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens</title>
		<link>http://www.javalinux.it/wordpress/2009/03/16/ant-171-and-package-infojava-compilation-problem-of-jax-ws-generated-classes/comment-page-1/#comment-4670</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Mon, 15 Feb 2010 08:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.javalinux.it/wordpress/?p=261#comment-4670</guid>
		<description>Thanks a lot for your tip, especially for the link to the commit.

I had to include an additional 

 

between the touch and the javac command. This was neccessary because my target directory was created just before calling touch. Therefore the lastmodified value of the target directory and my package-info.java file where identical. The javac-task does not compare using &#039;&gt;=&#039;, but &#039;&gt;&#039;.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your tip, especially for the link to the commit.</p>
<p>I had to include an additional </p>
<p>between the touch and the javac command. This was neccessary because my target directory was created just before calling touch. Therefore the lastmodified value of the target directory and my package-info.java file where identical. The javac-task does not compare using &#8216;&gt;=&#8217;, but &#8216;&gt;&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano MAESTRI</title>
		<link>http://www.javalinux.it/wordpress/2009/03/16/ant-171-and-package-infojava-compilation-problem-of-jax-ws-generated-classes/comment-page-1/#comment-3975</link>
		<dc:creator>Stefano MAESTRI</dc:creator>
		<pubDate>Wed, 25 Nov 2009 17:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.javalinux.it/wordpress/?p=261#comment-3975</guid>
		<description>Yep you are right. Post fixed.</description>
		<content:encoded><![CDATA[<p>Yep you are right. Post fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wam</title>
		<link>http://www.javalinux.it/wordpress/2009/03/16/ant-171-and-package-infojava-compilation-problem-of-jax-ws-generated-classes/comment-page-1/#comment-3973</link>
		<dc:creator>Wam</dc:creator>
		<pubDate>Wed, 25 Nov 2009 15:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.javalinux.it/wordpress/?p=261#comment-3973</guid>
		<description>Thanx for the tip but I can not see any difference between the two ant tasks... I suppose it should be the touch but, to be confirmed please.</description>
		<content:encoded><![CDATA[<p>Thanx for the tip but I can not see any difference between the two ant tasks&#8230; I suppose it should be the touch but, to be confirmed please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sundar</title>
		<link>http://www.javalinux.it/wordpress/2009/03/16/ant-171-and-package-infojava-compilation-problem-of-jax-ws-generated-classes/comment-page-1/#comment-3659</link>
		<dc:creator>Sundar</dc:creator>
		<pubDate>Thu, 29 Oct 2009 16:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.javalinux.it/wordpress/?p=261#comment-3659</guid>
		<description>Thanks, I struggled to find this for 1.5 days.</description>
		<content:encoded><![CDATA[<p>Thanks, I struggled to find this for 1.5 days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean McNabb</title>
		<link>http://www.javalinux.it/wordpress/2009/03/16/ant-171-and-package-infojava-compilation-problem-of-jax-ws-generated-classes/comment-page-1/#comment-3452</link>
		<dc:creator>Dean McNabb</dc:creator>
		<pubDate>Sun, 11 Oct 2009 20:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.javalinux.it/wordpress/?p=261#comment-3452</guid>
		<description>Thanks for this. I spent 1.5 days trying to work out what was going wrong. I was using Netbeans to generate the wsit configuration and classes, then switching over to eclipse and using ant to build my application.</description>
		<content:encoded><![CDATA[<p>Thanks for this. I spent 1.5 days trying to work out what was going wrong. I was using Netbeans to generate the wsit configuration and classes, then switching over to eclipse and using ant to build my application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anatoli Peretoltchine</title>
		<link>http://www.javalinux.it/wordpress/2009/03/16/ant-171-and-package-infojava-compilation-problem-of-jax-ws-generated-classes/comment-page-1/#comment-2936</link>
		<dc:creator>Anatoli Peretoltchine</dc:creator>
		<pubDate>Fri, 11 Sep 2009 18:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.javalinux.it/wordpress/?p=261#comment-2936</guid>
		<description>Thanks Stefano! 
You saved my day. I had the same problem as Jeff with my jaxb-ri generated schema and it took me a couple of hours to figure out that package-info.class had not been compiled. Your post explained well why that happened.</description>
		<content:encoded><![CDATA[<p>Thanks Stefano!<br />
You saved my day. I had the same problem as Jeff with my jaxb-ri generated schema and it took me a couple of hours to figure out that package-info.class had not been compiled. Your post explained well why that happened.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

