Lines Matching full:boot
43 # contain the boot classpath jar files. If not specified, then there
46 # --boot-dir=path/to/bootclasspath -- Specify the path, relative to the
47 # product directory, of the directory where the boot classpath files
49 # --boot-jars=list:of:jar:base:names -- Specify the list of base names
59 # are taken, and what is processed is the entirety of the boot jar
122 elif [ "${option}" = 'boot-dir' -a "${hasValue}" = 'yes' ]; then
126 elif [ "${option}" = 'boot-jars' -a "${hasValue}" = 'yes' ]; then
167 # Sanity-check the specified boot classpath directory.
169 echo "must specify boot classpath directory" 1>&2
173 # Sanity-check the specified boot jar list.
175 echo "must specify non-empty boot-jars list" 1>&2
223 echo ' [--product-dir=path/to/product] [--boot-dir=name]' 1>&2
224 echo ' [--boot-jars=list:of:names] [--bootstrap]' 1>&2
253 # Expand and verify the boot classpath directory. We add "/./" here to
261 echo "boot-dir is not a writable directory: ${productBootDir}" 1>&2
289 # Split the boot classpath into separate elements and iterate over them,
307 # The input file is in the boot classpath directory, so it needs