Bug 169911

Summary: Build log missing summary 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    
Version: 3.3   
Target Milestone: 3.3 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.