Configuration is ignored
------------------------
Key: JCI-51
URL: https://issues.apache.org/jira/browse/JCI-51
Project: Commons JCI
Issue Type: Bug
Components: compiler eclipse
Affects Versions: 1.0, 1.0RC2, 1.0RC1
Reporter: Torsten Curdt
Assignee: Torsten Curdt
Fix For: 1.0.1
JavaCompilerSettings does nothing for eclipse
{code}
public Map getMap() {
final Map map = new HashMap( defaultEclipseSettings );
map.put( CompilerOptions.OPTION_ReportDeprecation,
CompilerOptions.GENERATE );
map.put( CompilerOptions.OPTION_TargetPlatform,
CompilerOptions.VERSION_1_4 );
map.put( CompilerOptions.OPTION_Source,
CompilerOptions.VERSION_1_4 );
map.put( CompilerOptions.OPTION_Encoding,
"UTF-8" );
return map;
}
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]