<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/ant-eclipse/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/ant-eclipse/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/ant-eclipse/bugs/</id><updated>2009-03-24T07:07:41Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Compiler compliance level uses invalid values</title><link href="https://sourceforge.net/p/ant-eclipse/bugs/1/" rel="alternate"/><published>2009-03-24T07:07:41Z</published><updated>2009-03-24T07:07:41Z</updated><author><name>Peter Voss</name><uri>https://sourceforge.net/u/pipenb/</uri></author><id>https://sourceforge.net499eb1fc05d9fa421c8af2871db07b66315c9f1c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When using&lt;br /&gt;
&amp;lt;settings&amp;gt;&lt;br /&gt;
&amp;lt;jdtcore compilercompliance="5.0" /&amp;gt;&lt;br /&gt;
&amp;lt;resources encoding="UTF-8" /&amp;gt;&lt;br /&gt;
&amp;lt;/settings&amp;gt;&lt;/p&gt;
&lt;p&gt;The org.eclipse.jdt.core.compiler.compliance property in .settings/org.eclipse.jdt.core.prefs is set to 5.0, but it should have been set to 1.5. The same applies to 6.0 versus 1.6. The documentation also says that 1.5 or 1.6 should be used, but the behavior of the eclipse ant task is different.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>