[ 
https://issues.apache.org/jira/browse/JCI-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Bourg closed JCI-51.
-----------------------------


> Eclipse compiler settings are 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.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 was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to