Bug 111511

Summary: Comments in compiler @arguments file
Product: [Eclipse Project] JDT Reporter: Andrew Niefer <aniefer>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Andrew Niefer CLA 2005-10-04 15:25:46 EDT
When specifying a command line arguments file to the batch compiler using @,
there should be a way to specify lines in the file as comments, eg:

#set warning levels
-warn:noEffectAssign,semicolon

Having comments will allow for a mechanism where the ant adapter can interpret
some arguments before passing them to the compiler (ie changing relative paths
to absolute paths).
Comment 1 Olivier Thomann CLA 2005-10-04 15:29:44 EDT
Fix is trivial.
Fixed and released in HEAD.
No regression test.
The pound sign (#) is used to start a comment line.
Comment 2 Frederic Fusier CLA 2005-10-31 04:03:14 EST
Verified for 3.2 M3 using build I20051025-0800+v_619