Bug 111511 - Comments in compiler @arguments file
Summary: Comments in compiler @arguments file
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.2 M3   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-04 15:25 EDT by Andrew Niefer CLA
Modified: 2005-10-31 04:03 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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