Bug 96434 - Changing compiler arg on export
Summary: Changing compiler arg on export
Status: RESOLVED DUPLICATE of bug 131394
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on: 96605
Blocks:
  Show dependency tree
 
Reported: 2005-05-24 10:50 EDT by Pascal Rapicault CLA
Modified: 2006-04-04 00:26 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Rapicault CLA 2005-05-24 10:50:37 EDT
When exporting an app or a plugin, the jdt compiler is invoked in verbose mode
which makes it produce a whole pile of crap about what it is reading, writing,
compiling, etc. 
This production is costly and moreover it is not visible to the end user.

In order to save a little time, I propose that the export set verbose to false
and set compilerArg to -log.
Comment 1 Pascal Rapicault CLA 2005-05-24 10:51:18 EDT
Sigh... finally moving to pde ui.
Comment 2 Wassim Melhem CLA 2005-05-24 14:42:10 EDT
I know how I can turn the verobse off, since I turn it on :-)

But, how do I set the -log thing?
Comment 3 Pascal Rapicault CLA 2005-05-24 16:23:18 EDT
compilerArg is an ant property.
Simply add it to the map of properties you pass to ant runner.
Comment 4 Wassim Melhem CLA 2005-05-24 23:24:42 EDT
Pascal, the moment I turn verbose off, the zip file containing the *.bin.log 
files is empty when there are compiler errors.
Comment 5 Wassim Melhem CLA 2006-04-04 00:26:31 EDT

*** This bug has been marked as a duplicate of 131394 ***