Bug 169913 - Build log has error which is not present in IDE, for Export->Deployable Plugins
Summary: Build log has error which is not present in IDE, for Export->Deployable Plugins
Status: VERIFIED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M5   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-08 18:33 EST by Kevin McGuire CLA
Modified: 2007-02-05 11:47 EST (History)
1 user (show)

See Also:


Attachments

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