Bug 35237

Summary: Ant adapter should say where to look for the .log file
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Attachments:
Description Flags
Patch to fix this issue none

Description Olivier Thomann CLA 2003-03-18 13:12:21 EST
Using RC2, in case a compilation failed using the ant adapter in verbose mode,
the ant adapter doesn't specify where its log file is.
This can easily be improved.
I will attach a patch.
Comment 1 Olivier Thomann CLA 2003-03-18 13:14:00 EST
Created attachment 4212 [details]
Patch to fix this issue

Apply this on top of RC2 source code or latest from HEAD.
Comment 2 Philipe Mulet CLA 2003-03-18 13:42:37 EST
DJ approved it for RC3
Comment 3 Olivier Thomann CLA 2003-03-18 13:51:46 EST
Now we report:
[javac] Compilation failed. Compiler errors are available in D:\temp\bin.log

Fixed and released in 2.1 HEAD.
Comment 4 David Audel CLA 2003-03-19 09:19:37 EST
Verified.