Changeset 280


Ignore:
Timestamp:
Mar 28, 2011, 5:20:29 PM (14 years ago)
Author:
dmik
Message:

localenv: Specify a path where to take pre-downloaded source bundles to make sure JDK can build even with no internet connection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalEnv.tpl.cmd

    r273 r280  
    7676G.PATH_TOOL_KLIBC_LOGCHK    = ''
    7777
     78/*
     79 * Additional environment settings
     80 * ----------------------------------------------------------------------------
     81 *
     82 * Controls various aspects of the build process.
     83 */
     84
     85/**
     86 * Directory where to find JAXP/JAXWS source bundles. If this is not set (or if
     87 * the specified directory doesn't contain the bundles), ALLOW_DOWNLOADS below
     88 * must be set to 'true'.
     89 */
     90/*
     91call EnvSet 'ALT_DROPS_DIR', 'D:/Coding/java_src_drops'
     92*/
     93
     94/**
     95 * Instructs the build process to download JAXP/JAXWS source bundles if they
     96 * are missing when building JAXP/JAXWS.
     97 */
     98call EnvSet 'ALLOW_DOWNLOADS', 'true'
     99
    78100/**
    79101 * Here you may put any additional environment variable definitions needed for
Note: See TracChangeset for help on using the changeset viewer.