langtools/make/build.properties
changeset 14961 e731935052af
parent 14952 d0022ae20516
child 15030 2d8dec41f029
equal deleted inserted replaced
14960:ea7606a9683e 14961:e731935052af
    66 javac.debuglevel = source,lines
    66 javac.debuglevel = source,lines
    67 javac.no.jdk.warnings = -XDignore.symbol.file=true
    67 javac.no.jdk.warnings = -XDignore.symbol.file=true
    68 # set the following to -version to verify the versions of javac being used
    68 # set the following to -version to verify the versions of javac being used
    69 javac.version.opt =
    69 javac.version.opt =
    70 # in time, there should be no exceptions to -Xlint:all
    70 # in time, there should be no exceptions to -Xlint:all
    71 javac.lint.opts = -Xlint:all,-deprecation -Werror
    71 javac.lint.opts = -Xlint:all -Werror
    72 
    72 
    73 # options for the <javadoc> task for javac
    73 # options for the <javadoc> task for javac
    74 #javadoc.jls3.url=http://java.sun.com/docs/books/jls/
    74 #javadoc.jls3.url=http://java.sun.com/docs/books/jls/
    75 #javadoc.jls3.cite=&lt;a href=&quot;${javadoc.jls3.url}&quot;&gt;The Java Language Specification, Third Edition&lt;/a&gt;
    75 #javadoc.jls3.cite=&lt;a href=&quot;${javadoc.jls3.url}&quot;&gt;The Java Language Specification, Third Edition&lt;/a&gt;
    76 #javadoc.jls3.option=-tag "jls3:a:See &lt;cite&gt;${javadoc.jls3.cite}&lt;/cite&gt;:"
    76 #javadoc.jls3.option=-tag "jls3:a:See &lt;cite&gt;${javadoc.jls3.cite}&lt;/cite&gt;:"