Bug 169913

Summary: Build log has error which is not present in IDE, for Export->Deployable Plugins
Product: [Eclipse Project] JDT Reporter: Kevin McGuire <Kevin_McGuire>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: pascal
Version: 3.3   
Target Milestone: 3.3 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Kevin McGuire CLA 2007-01-08 18:33:43 EST
Build N1220

I received the following error in a log when doing an Export->Deployable Plugins.

    # 1/8/07 3:30:12 PM EST
    # Eclipse Java Compiler 0.728, 3.3.0 milestone-5, Copyright IBM Corp 2000, 
    2006. All rights reserved.
    File D:\eclipse workspaces\ArpEggDevel\JMusic\src\instruments\
    SawtoothInst.java is specified more than once

There are two problems:
1) I don't understand what the message is trying to tell me
2) There is no corresponding error marker in the IDE (but there should be, I assume)

See also bug #169742 and bug #169911.
Comment 1 Olivier Thomann CLA 2007-01-09 15:02:31 EST
Closing as INVALID.
The batch compiler invoked in the export had twice the same file on the command line. This was due to a problem in the build.properties file. Two source folders were overlapping.
From the compiler point of view, this was the right error.