langtools/make/build.properties
changeset 728 1c050d9b10c6
parent 727 cb50c1ae7bab
child 1359 4cba41f47776
equal deleted inserted replaced
727:cb50c1ae7bab 728:1c050d9b10c6
     1 #
     1 #
     2 # Copyright 2007 Sun Microsystems, Inc.  All Rights Reserved.
     2 # Copyright 2007-2008 Sun Microsystems, Inc.  All Rights Reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Sun designates this
     7 # published by the Free Software Foundation.  Sun designates this
    64 javac.debuglevel = source,lines
    64 javac.debuglevel = source,lines
    65 javac.no.jdk.warnings = -XDignore.symbol.file=true
    65 javac.no.jdk.warnings = -XDignore.symbol.file=true
    66 # set the following to -version to verify the versions of javac being used
    66 # set the following to -version to verify the versions of javac being used
    67 javac.version.opt = 
    67 javac.version.opt = 
    68 # in time, there should be no exceptions to -Xlint:all
    68 # in time, there should be no exceptions to -Xlint:all
    69 javac.lint.opts = -Xlint:all,-deprecation,-fallthrough,-serial -Werror
    69 javac.lint.opts = -Xlint:all,-deprecation,-fallthrough,-serial,-unchecked,-cast
    70 
    70 
    71 # options for the <javadoc> task for javac
    71 # options for the <javadoc> task for javac
    72 javadoc.jls3.url=http://java.sun.com/docs/books/jls/
    72 javadoc.jls3.url=http://java.sun.com/docs/books/jls/
    73 javadoc.jls3.cite=&lt;a href=&quot;${javadoc.jls3.url}&quot;&gt;The Java Language Specification, Third Edition&lt;/a&gt;    
    73 javadoc.jls3.cite=&lt;a href=&quot;${javadoc.jls3.url}&quot;&gt;The Java Language Specification, Third Edition&lt;/a&gt;    
    74 javadoc.jls3.option=-tag "jls3:a:See &lt;cite&gt;${javadoc.jls3.cite}&lt;/cite&gt;:"
    74 javadoc.jls3.option=-tag "jls3:a:See &lt;cite&gt;${javadoc.jls3.cite}&lt;/cite&gt;:"