jaxws/build.properties
changeset 12009 4abb694f273a
parent 11073 928d27710dcb
child 22678 ac1ea46be942
equal deleted inserted replaced
11943:16ba58282d11 12009:4abb694f273a
    20 #
    20 #
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22 # or visit www.oracle.com if you need additional information or have any
    22 # or visit www.oracle.com if you need additional information or have any
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
       
    26 # Base locations where bundles are located
       
    27 slashjava=/java
       
    28 drops.dir=${slashjava}/devtools/share/jdk8-drops
       
    29 
    25 
    30 # This is the JDK used to build and run the bootstrap version of javac.
    26 # 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
    27 # The bootstrap javac is used to compile both boostrap versions of the
    32 # other tools, and product versions of all the tools.
    28 # other tools, and product versions of all the tools.
    33 # Override this path as needed, either on the command line or in 
    29 # Override this path as needed, either on the command line or in 
    66 dist.dir=${output.dir}/dist
    62 dist.dir=${output.dir}/dist
    67 dist.lib.dir=${dist.dir}/lib
    63 dist.lib.dir=${dist.dir}/lib
    68 dist.classes.jar=${dist.lib.dir}/classes.jar
    64 dist.classes.jar=${dist.lib.dir}/classes.jar
    69 dist.src.zip=${dist.lib.dir}/src.zip
    65 dist.src.zip=${dist.lib.dir}/src.zip
    70 
    66 
    71 # Where all drop sources get placed when downloaded and unzipped
       
    72 drop.expanded.dir=${output.dir}/drop
       
    73 
       
    74 # Location if the sources were included already
       
    75 drop.included.dir=./drop_included
       
    76 
       
    77 # Where patches to drop bundle sources live
       
    78 patches.dir=patches
       
    79 
       
    80 # Sanity information
    67 # Sanity information
    81 sanity.info= Sanity Settings:${line.separator}\
    68 sanity.info= Sanity Settings:${line.separator}\
    82   ant.home=${ant.home}${line.separator}\
    69   ant.home=${ant.home}${line.separator}\
    83   ant.version=${ant.version}${line.separator}\
    70   ant.version=${ant.version}${line.separator}\
    84   ant.java.version=${ant.java.version}${line.separator}\
    71   ant.java.version=${ant.java.version}${line.separator}\
    98   javac.lint.opts=${javac.lint.opts}${line.separator}\
    85   javac.lint.opts=${javac.lint.opts}${line.separator}\
    99   javac.no.jdk.warnings=${javac.no.jdk.warnings}${line.separator}\
    86   javac.no.jdk.warnings=${javac.no.jdk.warnings}${line.separator}\
   100   output.dir=${output.dir}${line.separator}\
    87   output.dir=${output.dir}${line.separator}\
   101   build.dir=${build.dir}${line.separator}\
    88   build.dir=${build.dir}${line.separator}\
   102   dist.dir=${dist.dir}${line.separator}\
    89   dist.dir=${dist.dir}${line.separator}\
   103   drop.dir=${drop.dir}${line.separator}\
       
   104   drops.dir=${drops.dir}${line.separator}\
       
   105 ${line.separator}
       
   106 
       
   107 # Failure messages when source cannot be found on the file system
       
   108 failed.nourl.src.message=\
       
   109 ERROR: Cannot find source for project ${ant.project.name}.\
       
   110 ${line.separator}${line.separator}\
       
   111 HINT: Try setting drops.dir to indicate where the bundles can be found, \
       
   112 or try setting the ant property allow.downloads=true to download the bundle from the URL.\
       
   113 ${line.separator}\
       
   114 e.g. ant -Dallow.downloads=true -OR- ant -Ddrops.dir=some_directory \
       
   115 ${line.separator}
       
   116 
       
   117 # Failure message when source cannot be downloaded
       
   118 failed.url.src.message=\
       
   119 ERROR: Cannot find source for project ${ant.project.name}.\
       
   120 ${line.separator}${line.separator}\
       
   121 HINT: Try setting drops.dir to indicate where the bundles can be found, \
       
   122 or try checking the URL with your browser.\
       
   123 ${line.separator}\
       
   124 e.g. ant -Ddrops.dir=some_directory \
       
   125 ${line.separator}
    90 ${line.separator}
   126 
    91 
   127 #------------------------------------------------------------
    92 #------------------------------------------------------------