make/build.properties

Print this page




  51 # FIXME -- these need to match the standard values
  52 # If we include date in full.version (ie for developer build)
  53 # we will need to make sure the build is idempotent (i.e.
  54 # repeated builds don't rebuild the tools, because of new
  55 # timestamps
  56 # FIXME -- need to include openjdk as needed
  57 release = ${jdk.version}-${milestone}
  58 bootstrap.release = ${release}_bootstrap
  59 full.version = ${release}-${build.number}
  60 bootstrap.full.version = ${bootstrap.release}-${build.number}
  61 
  62 # options for the <javac> tasks used to compile the tools
  63 javac.source = 5
  64 javac.target = 5
  65 javac.debug = true
  66 javac.debuglevel = source,lines
  67 javac.no.jdk.warnings = -XDignore.symbol.file=true
  68 # set the following to -version to verify the versions of javac being used
  69 javac.version.opt = 
  70 # in time, there should be no exceptions to -Xlint:all
  71 javac.lint.opts = -Xlint:all -Werror
  72 
  73 # options for the <javadoc> task for javac
  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;    
  76 javadoc.jls3.option=-tag "jls3:a:See &lt;cite&gt;${javadoc.jls3.cite}&lt;/cite&gt;:"
  77 
  78 # jtreg, used to run the JDK regression tests
  79 # Override this path as needed, either on the command line or in 
  80 # one of the standard user build.properties files (see build.xml)
  81 
  82 # jtreg.home = /opt/jtreg/3.2.2_02
  83 
  84 # findbugs
  85 # Override this path as needed, either on the command line or in 
  86 # one of the standard user build.properties files (see build.xml)
  87 
  88 # findbugs.home = /opt/findbugs/1.2.1
  89 
  90 #------------------------------------------------------------
  91 




  51 # FIXME -- these need to match the standard values
  52 # If we include date in full.version (ie for developer build)
  53 # we will need to make sure the build is idempotent (i.e.
  54 # repeated builds don't rebuild the tools, because of new
  55 # timestamps
  56 # FIXME -- need to include openjdk as needed
  57 release = ${jdk.version}-${milestone}
  58 bootstrap.release = ${release}_bootstrap
  59 full.version = ${release}-${build.number}
  60 bootstrap.full.version = ${bootstrap.release}-${build.number}
  61 
  62 # options for the <javac> tasks used to compile the tools
  63 javac.source = 5
  64 javac.target = 5
  65 javac.debug = true
  66 javac.debuglevel = source,lines
  67 javac.no.jdk.warnings = -XDignore.symbol.file=true
  68 # set the following to -version to verify the versions of javac being used
  69 javac.version.opt = 
  70 # in time, there should be no exceptions to -Xlint:all
  71 javac.lint.opts = -Xlint:all,-deprecation -Werror
  72 
  73 # options for the <javadoc> task for javac
  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;    
  76 javadoc.jls3.option=-tag "jls3:a:See &lt;cite&gt;${javadoc.jls3.cite}&lt;/cite&gt;:"
  77 
  78 # jtreg, used to run the JDK regression tests
  79 # Override this path as needed, either on the command line or in 
  80 # one of the standard user build.properties files (see build.xml)
  81 
  82 # jtreg.home = /opt/jtreg/3.2.2_02
  83 
  84 # findbugs
  85 # Override this path as needed, either on the command line or in 
  86 # one of the standard user build.properties files (see build.xml)
  87 
  88 # findbugs.home = /opt/findbugs/1.2.1
  89 
  90 #------------------------------------------------------------
  91