Bug 112419 - PDE generate build file and ant task eclipse.buildScript ignore javaSource and javaTarget
Summary: PDE generate build file and ant task eclipse.buildScript ignore javaSource a...
Status: RESOLVED DUPLICATE of bug 112418
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-12 20:16 EDT by Adrian Grealish CLA
Modified: 2005-10-12 20:18 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 Adrian Grealish CLA 2005-10-12 20:16:19 EDT
The PDE Create Ant build file option and the <eclipse.buildScript> ant task 
both create a build file with 

<property name="javacSource" value="1.3"/>
<property name="javacTarget" value="1.2"/>

I want to override these values so they are 

<property name="javacSource" value="1.5"/>
<property name="javacTarget" value="1.5"/>

I have placed these values in teh build.properties file and they seem to be 
ignored.
Comment 1 Adrian Grealish CLA 2005-10-12 20:18:27 EDT

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