langtools/make/build.properties
changeset 3378 22011d9a9398
parent 2982 090c71af18f6
child 3379 e37ab7805402
equal deleted inserted replaced
3377:22083952ee8f 3378:22011d9a9398
    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 -Werror
    71 javac.lint.opts = -Xlint:all,-deprecation -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;:"