Bug 28246

Summary: Class files written to custom output and default output
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: RESOLVED WORKSFORME QA Contact:
Severity: major    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-12-13 05:18:51 EST
Build 20021210 + latest jdtcore

1. Create project Test with the following .classpath:
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" output="bin1" path="src1"/>
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    <classpathentry kind="output" path="bin"/>
</classpath>
2. Add X.java to Test/src
3. Build
Observe: X.class is added to both P/bin and P/bin1
Comment 1 Kent Johnson CLA 2002-12-13 14:10:37 EST
Could not reproduce...

Jerome can you reproduce it from scratch?
Comment 2 Jerome Lanneluc CLA 2002-12-14 02:55:31 EST
I cannot reproduce either. Please close.
Comment 3 Kent Johnson CLA 2002-12-16 11:33:54 EST
Could not reproduce.