Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 36078 Details for
Bug 131373
Verbose mode of the ant adapter should be a real verbose mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Proposed fix
patch_131373.txt (text/plain), 1.26 KB, created by
Olivier Thomann
on 2006-03-10 14:54:39 EST
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Olivier Thomann
Created:
2006-03-10 14:54:39 EST
Size:
1.26 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.core >Index: antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java,v >retrieving revision 1.57 >diff -u -r1.57 JDTCompilerAdapter.java >--- antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java 2 Mar 2006 21:35:48 -0000 1.57 >+++ antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java 10 Mar 2006 19:56:43 -0000 >@@ -280,19 +280,8 @@ > /* > * verbose option > */ >- if (this.verbose && this.destDir != null) { >- /* >- * if destDir is null, we don't generate any log. >- * See https://bugs.eclipse.org/bugs/show_bug.cgi?id=97744 >- */ >- // Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=96605 >- // cmd.createArgument().setValue("-verbose"); //$NON-NLS-1$ >- /* >- * extra option allowed by the Eclipse compiler >- */ >- cmd.createArgument().setValue("-log"); //$NON-NLS-1$ >- this.logFileName = this.destDir.getAbsolutePath() + ".log"; //$NON-NLS-1$ >- cmd.createArgument().setValue(this.logFileName); >+ if (this.verbose) { >+ cmd.createArgument().setValue("-verbose"); //$NON-NLS-1$ > } > > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 131373
: 36078