-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12783/#review23580
-----------------------------------------------------------

Ship it!



src/Makefile.am
<https://reviews.apache.org/r/12783/#comment47468>

    From the documentation, it looks like the canonical arguments are 1.3 / 1.4 
/ 1.5 / 1.6 (and only 5 / 6 are synonyms):
    
    -source release
    Specifies the version of source code accepted. The following values for 
release are allowed:
    1.3
    The compiler does not support assertions, generics, or other language 
features introduced after JDK 1.3.
    1.4
    The compiler accepts code containing assertions, which were introduced in 
JDK 1.4.
    1.5
    The compiler accepts code containing generics and other language features 
introduced in JDK 5.
    5
    Synonym for 1.5.
    1.6
    This is the default value. No language changes were introduced in Java SE 
6. However, encoding errors in source files are now reported as errors, instead 
of warnings, as previously.
    6
    Synonym for 1.6.
    
    -target version
    Generate class files that target a specified version of the VM. Class files 
will run on the specified target and on later versions, but not on earlier 
versions of the VM. Valid targets are 1.1 1.2 1.3 1.4 1.5 (also 5) and 1.6 
(also 6).
    The default for -target depends on the value of -source:
    
    If -source is not specified, the value of -target is 1.6
    If -source is 1.2, the value of -target is 1.4
    If -source is 1.3, the value of -target is 1.4
    For all other values of -source, the value of -target is the value of 
-source.



src/Makefile.am
<https://reviews.apache.org/r/12783/#comment47467>

    ditto



src/Makefile.am
<https://reviews.apache.org/r/12783/#comment47466>

    ditto


- Ben Mahler


On July 20, 2013, 2:01 a.m., Vinod Kone wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12783/
> -----------------------------------------------------------
> 
> (Updated July 20, 2013, 2:01 a.m.)
> 
> 
> Review request for mesos, Benjamin Hindman and Ben Mahler.
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> See summary.
> 
> 
> Diffs
> -----
> 
>   src/Makefile.am 6fc38a010b0ec9f0d4b052150852b26f8cb01fab 
> 
> Diff: https://reviews.apache.org/r/12783/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Vinod Kone
> 
>

Reply via email to