<?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>Thu, 06 May 2010 07:51:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<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>
	<item>
		<title>By: Angus</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-2872</link>
		<dc:creator>Angus</dc:creator>
		<pubDate>Thu, 03 Sep 2009 12:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.javalinux.it/wordpress/?p=261#comment-2872</guid>
		<description>Me too, after upgrading eclipse from Ganymede to Galileo.
why can&#039;t they just compile the package-info anyway? :-(
Thanks a million.</description>
		<content:encoded><![CDATA[<p>Me too, after upgrading eclipse from Ganymede to Galileo.<br />
why can&#8217;t they just compile the package-info anyway? <img src='http://www.javalinux.it/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
Thanks a million.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</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-2214</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 17 Jun 2009 15:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.javalinux.it/wordpress/?p=261#comment-2214</guid>
		<description>I got bit by this one just yesterday too, but from a slightly different angle.  I am using JAXB-annotated classes (and invoking schemagen from ant).  When I started building with Ant 1.7.1 instead of 1.7.0, the JAXB deserialization of my XML in the code was failing even though I had not touched any of the code.  Debugging showed that somehow only the local element names for the annotated classes were populated (no namespace URIs).  It took me several hours to figure out that Ant had not been compiling the package-info classes into my jar, which are needed to get the namespace URIs associated with the packages.</description>
		<content:encoded><![CDATA[<p>I got bit by this one just yesterday too, but from a slightly different angle.  I am using JAXB-annotated classes (and invoking schemagen from ant).  When I started building with Ant 1.7.1 instead of 1.7.0, the JAXB deserialization of my XML in the code was failing even though I had not touched any of the code.  Debugging showed that somehow only the local element names for the annotated classes were populated (no namespace URIs).  It took me several hours to figure out that Ant had not been compiling the package-info classes into my jar, which are needed to get the namespace URIs associated with the packages.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
