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,-unchecked,-cast,-rawtypes |
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=<a href="${javadoc.jls3.url}">The Java Language Specification, Third Edition</a> |
73 javadoc.jls3.cite=<a href="${javadoc.jls3.url}">The Java Language Specification, Third Edition</a> |
74 javadoc.jls3.option=-tag "jls3:a:See <cite>${javadoc.jls3.cite}</cite>:" |
74 javadoc.jls3.option=-tag "jls3:a:See <cite>${javadoc.jls3.cite}</cite>:" |