jaxp/build.properties

Print this page




   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Sun designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Sun in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
  22 # CA 95054 USA or visit www.sun.com if you need additional information or
  23 # have any questions.
  24 #
  25 
  26 # Base locations where bundles are located
  27 slashjava=/java
  28 devtools=${slashjava}/devtools
  29 
  30 # This is the JDK used to build and run the bootstrap version of javac.
  31 # The bootstrap javac is used to compile both boostrap versions of the
  32 # other tools, and product versions of all the tools.
  33 # Override this path as needed, either on the command line or in 
  34 # one of the standard user build.properties files (see build.xml)
  35 javac.jar=${bootstrap.dir}/lib/javac.jar
  36 
  37 # options for the <javac> tasks used to compile the tools
  38 javac.source = 7
  39 javac.target = 7
  40 javac.debug = true
  41 javac.no.jdk.warnings = -XDignore.symbol.file=true
  42 # set the following to -version to verify the versions of javac being used
  43 javac.version.opt = 
  44 # in time, there should be no exceptions to -Xlint:all
  45 #javac.lint.opts = -Xlint:all,-unchecked,-deprecation,-fallthrough,-cast,-serial
  46 javac.lint.opts=
  47 
  48 # JVM memory size
  49 javac.memoryInitialSize = 256m


  80   ant.java.version=${ant.java.version}${line.separator}\
  81   java.home=${java.home}${line.separator}\
  82   java.version=${java.version}${line.separator}\
  83   os.name=${os.name}${line.separator}\
  84   os.arch=${os.arch}${line.separator}\
  85   os.version=${os.version}${line.separator}\
  86   bootstrap.dir=${bootstrap.dir}${line.separator}\
  87   javac.jar=${javac.jar}${line.separator}\
  88   javac.memoryInitialSize=${javac.memoryInitialSize}${line.separator}\
  89   javac.memoryMaximumSize=${javac.memoryMaximumSize}${line.separator}\
  90   javac.source=${javac.source}${line.separator}\
  91   javac.debug=${javac.debug}${line.separator}\
  92   javac.target=${javac.target}${line.separator}\
  93   javac.version.opt=${javac.version.opt}${line.separator}\
  94   javac.lint.opts=${javac.lint.opts}${line.separator}\
  95   javac.no.jdk.warnings=${javac.no.jdk.warnings}${line.separator}\
  96   output.dir=${output.dir}${line.separator}\
  97   build.dir=${build.dir}${line.separator}\
  98   dist.dir=${dist.dir}${line.separator}\
  99   drop.dir=${drop.dir}${line.separator}\

 100 ${line.separator}
 101 
 102 #------------------------------------------------------------


   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Sun designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Sun in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
  22 # CA 95054 USA or visit www.sun.com if you need additional information or
  23 # have any questions.
  24 #
  25 




  26 # This is the JDK used to build and run the bootstrap version of javac.
  27 # The bootstrap javac is used to compile both boostrap versions of the
  28 # other tools, and product versions of all the tools.
  29 # Override this path as needed, either on the command line or in 
  30 # one of the standard user build.properties files (see build.xml)
  31 javac.jar=${bootstrap.dir}/lib/javac.jar
  32 
  33 # options for the <javac> tasks used to compile the tools
  34 javac.source = 7
  35 javac.target = 7
  36 javac.debug = true
  37 javac.no.jdk.warnings = -XDignore.symbol.file=true
  38 # set the following to -version to verify the versions of javac being used
  39 javac.version.opt = 
  40 # in time, there should be no exceptions to -Xlint:all
  41 #javac.lint.opts = -Xlint:all,-unchecked,-deprecation,-fallthrough,-cast,-serial
  42 javac.lint.opts=
  43 
  44 # JVM memory size
  45 javac.memoryInitialSize = 256m


  76   ant.java.version=${ant.java.version}${line.separator}\
  77   java.home=${java.home}${line.separator}\
  78   java.version=${java.version}${line.separator}\
  79   os.name=${os.name}${line.separator}\
  80   os.arch=${os.arch}${line.separator}\
  81   os.version=${os.version}${line.separator}\
  82   bootstrap.dir=${bootstrap.dir}${line.separator}\
  83   javac.jar=${javac.jar}${line.separator}\
  84   javac.memoryInitialSize=${javac.memoryInitialSize}${line.separator}\
  85   javac.memoryMaximumSize=${javac.memoryMaximumSize}${line.separator}\
  86   javac.source=${javac.source}${line.separator}\
  87   javac.debug=${javac.debug}${line.separator}\
  88   javac.target=${javac.target}${line.separator}\
  89   javac.version.opt=${javac.version.opt}${line.separator}\
  90   javac.lint.opts=${javac.lint.opts}${line.separator}\
  91   javac.no.jdk.warnings=${javac.no.jdk.warnings}${line.separator}\
  92   output.dir=${output.dir}${line.separator}\
  93   build.dir=${build.dir}${line.separator}\
  94   dist.dir=${dist.dir}${line.separator}\
  95   drop.dir=${drop.dir}${line.separator}\
  96   drops.dir=${drops.dir}${line.separator}\
  97 ${line.separator}
  98 
  99 #------------------------------------------------------------