Uploaded image for project: 'Commons JCI'
  1. Commons JCI
  2. JCI-51

Eclipse compiler settings are ignored

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0, 1.0RC2, 1.0RC1
    • 1.1
    • compiler eclipse
    • None

    Description

      JavaCompilerSettings does nothing for eclipse

         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; 
         } 
      

      Attachments

        Activity

          People

            tcurdt Torsten Curdt
            tcurdt Torsten Curdt
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: