Bug 169911 - Build log missing summary for Export->Deployable Plugins
Summary: Build log missing summary 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:28 EST by Kevin McGuire CLA
Modified: 2007-02-06 05:06 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 Kevin McGuire CLA 2007-01-08 18:28:16 EST
Build N1220

Export->Deployable Plugins produces log files with warning errors.  

They seem to be structed with each entry starting with:

    ----------
    1. WARNING in D:\eclipse 
    blah blah

and at the end they have a summary like:

    ----------
    2 problems (2 warnings)

However, one log file I got had neither of these information pieces, it simply looked like:

    # 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

See also bug #169742.
Comment 1 Pascal Rapicault CLA 2007-01-09 09:41:48 EST
Those logs are generated by the JDT Compiler and pde build does not influence them. Moving to JDT.
Comment 2 Olivier Thomann CLA 2007-01-09 15:01:07 EST
Closing as INVALID.
When the command line is wrong, the compilation doesn't start and this means that the log doesn't have the same format.
Using an xml log would be more helpful.