Bug 28246 - Class files written to custom output and default output
Summary: Class files written to custom output and default output
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-13 05:18 EST by Jerome Lanneluc CLA
Modified: 2002-12-16 11:33 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.