Bug 31144 - javac task in build.xml should specify source & target attributes
Summary: javac task in build.xml should specify source & target attributes
Status: RESOLVED DUPLICATE of bug 33192
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-06 14:44 EST by Jed Anderson CLA
Modified: 2003-05-13 16:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jed Anderson CLA 2003-02-06 14:44:27 EST
Build id: 200302060800

Since Eclipse currently requires a JDK 1.3 VMto run, it makes sense to add the
following attributes to the javac task in the build script that is generated by
PDE.  Including these attributes will ensure that even if Eclipse is running on
a 1.4 VM, ANT & javac will build source files compatible with the 1.3 libraries.

Without these attributes, we force our users to run Eclipse using a 1.3 VM.

source="1.3" target="1.3"
Comment 1 DJ Houghton CLA 2003-05-13 16:04:42 EDT

*** This bug has been marked as a duplicate of 33192 ***