Changeset 260


Ignore:
Timestamp:
Feb 16, 2011, 6:10:34 PM (14 years ago)
Author:
dmik
Message:

env.cmd: Enable building corba, jaxp and jaxws by default.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r224 r260  
    992.  Odin32 SDK (take from SVN at http://svn.netlabs.org/repos/odin32/trunk,
    1010    configure with configure.cmd --use-oldlib)
    11 3a. Java 1.5.0 (so far, download link is to be clarified)
    12 3b. JAXB 2.1 (https://jaxb.dev.java.net/2.1/JAXB2_20061211.jar,
     113a. OpenJDK 1.6.0 Build 19 RC or later (http://svn.netlabs.org/java/)
     123b. JAXB 2.1 (http://jaxb.java.net/2.1/JAXB2_20061211.jar,
    1313    install it with java -jar JAXB2_20061211.jar)
    14144a. Ant 1.8.1 (http://ant.apache.org/bindownload.cgi)
  • trunk/env.cmd

    r174 r260  
    125125
    126126/*
     127 * add boot JDK tools to BEGINLIBPATH
     128 */
     129call EnvAddFront 'BEGINLIBPATH', G.PATH_TOOL_BOOT_JDK'\bin'
     130
     131/*
    127132 * bash is required for the build
    128133 */
     
    169174 * @todo temporarily disable some components
    170175 */
    171 call EnvSet 'BUILD_CORBA', 'false'
    172 call EnvSet 'BUILD_JAXP', 'false'
    173 call EnvSet 'BUILD_JAXWS', 'false'
    174176call EnvSet 'OS2_TEMP', 'true'
    175177
Note: See TracChangeset for help on using the changeset viewer.