|
|
|
Re: BUG? PDE creating build.xml ignores Java settings [message #149193 is a reply to message #143245] |
Fri, 24 October 2003 19:10 |
Eclipse User |
|
|
|
Originally posted by: ed.burnette.REMOVE.THIS.sas.com
This one confused me too. PDE has its own Java version preferences in Window
> Preferences > Plug-in Development > Build Options.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=44821, especially at the
end.
--
Ed Burnette, co-author Eclipse in Action (www.manning.com/gallardo)
"Clemens Drews" <cdrews@us.ibm.com> wrote in message
news:bmesuv$jh9$1@eclipse.org...
> Hi,
> The build.xml file needed for exporting (read creating) a plugin seems to
be
> created without looking at the Java Version preferences.
> You can reproduce this bug when creating a Plugin (say the Hello World
> Plugin example), insert an assertion anywhere in the sourcecode. Doing
this
> you must switch the compiler compatibility to 1.4. If you do so either in
> the project preferences or in the eclipse global preferences and then
create
> the build.xml file (right mouse click on plugin.xml->create build.xml) the
> resulting code contains the line on top:
> <property name="javacSource" value="1.3"/>
>
> <property name="javacTarget" value="1.1"/>
>
> which should be 1.4 both times.
>
> Is there a workaround? Am I missing something. So far I generated those
> scripts and the set
>
|
|
|
Powered by
FUDForum. Page generated in 0.02526 seconds