<?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"
	>
<channel>
	<title>Comments on: [updated] Ant compiler adapter for JSR14 and JSR201 (ala the early-access compiler 2.0-ea)</title>
	<atom:link href="http://madbean.com/2003/mb2003-29/feed/" rel="self" type="application/rss+xml" />
	<link>http://madbean.com/2003/mb2003-29/</link>
	<description>Your zero step program</description>
	<pubDate>Thu, 24 Jul 2008 02:42:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Anonymous Coward</title>
		<link>http://madbean.com/2003/mb2003-29/#comment-75</link>
		<dc:creator>Anonymous Coward</dc:creator>
		<pubDate>Fri, 20 Jun 2003 09:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-29#comment-75</guid>
		<description>&lt;p&gt;Yeah, saw that, but only works &#34;one way&#34;.
List list = new LinkedList&#60;Integer&#62;();&lt;/p&gt;

&lt;p&gt;list.add(1); //works
int i = list.get(0); // doesn't work&lt;/p&gt;

&lt;p&gt;Map&#60;Integer, String&#62; m = new TreeMap&#60;Integer, String&#62;();
m.put(1, &#34;one&#34;); //doesn't work&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah, saw that, but only works &quot;one way&quot;.<br />
List list = new LinkedList&lt;Integer&gt;();</p>
<p>list.add(1); //works<br />
int i = list.get(0); // doesn&#8217;t work</p>
<p>Map&lt;Integer, String&gt; m = new TreeMap&lt;Integer, String&gt;();<br />
m.put(1, &quot;one&quot;); //doesn&#8217;t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Quail</title>
		<link>http://madbean.com/2003/mb2003-29/#comment-74</link>
		<dc:creator>Matt Quail</dc:creator>
		<pubDate>Thu, 19 Jun 2003 22:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-29#comment-74</guid>
		<description>&lt;p&gt;I will have to look into that error, probably over this weekend.&lt;/p&gt;

&lt;p&gt;I think 2.0-ea &lt;em&gt;does&lt;/em&gt; have autoboxing (if you look at examples/Test.java in the 2.0-ea zip, you can see the 'varargs boxing' happening; but I don't know if autoboxing is limited to this in 2.0-ea)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I will have to look into that error, probably over this weekend.</p>
<p>I think 2.0-ea <em>does</em> have autoboxing (if you look at examples/Test.java in the 2.0-ea zip, you can see the &#8216;varargs boxing&#8217; happening; but I don&#8217;t know if autoboxing is limited to this in 2.0-ea)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous Coward</title>
		<link>http://madbean.com/2003/mb2003-29/#comment-73</link>
		<dc:creator>Anonymous Coward</dc:creator>
		<pubDate>Thu, 19 Jun 2003 18:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-29#comment-73</guid>
		<description>&lt;p&gt;I get a
java.lang.NoSuchMethodError: java.util.List.iterator()Ljava/lang/SimpleIterator
error
I added the gjc-rt.jar to the classpath.
Any ideas?&lt;/p&gt;

&lt;p&gt;Another thing:
The early-access compiler 2.0-ea has no autoboxing, right?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I get a<br />
java.lang.NoSuchMethodError: java.util.List.iterator()Ljava/lang/SimpleIterator<br />
error<br />
I added the gjc-rt.jar to the classpath.<br />
Any ideas?</p>
<p>Another thing:<br />
The early-access compiler 2.0-ea has no autoboxing, right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
