equal
deleted
inserted
replaced
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=<a href="${javadoc.jls3.url}">The Java Language Specification, Third Edition</a> |
75 #javadoc.jls3.cite=<a href="${javadoc.jls3.url}">The Java Language Specification, Third Edition</a> |
76 #javadoc.jls3.option=-tag "jls3:a:See <cite>${javadoc.jls3.cite}</cite>:" |
76 #javadoc.jls3.option=-tag "jls3:a:See <cite>${javadoc.jls3.cite}</cite>:" |