Menu

#31 Build system needs a 1.4 SDK java command

open
5
2006-10-06
2006-10-06
No

In order to ensure that the ltw13 module can be build
we need to standardize on the following in the
ltw13/build.xml file:

<java fork="true" jvm="java14" ...

This depends on a binary on the PATH being named java14.

A 1.4 Java SDK needs to be installed on the build
machine and developers will need to adjust accordingly.

Discussion

  • John D. Heintz

    John D. Heintz - 2006-10-06

    Logged In: YES
    user_id=20438

    Install instructions:

    cd /usr/local/java
    sudo ~build/j2sdk-1_4_2_12-linux-i586.bin
    cd /usr/local/bin
    sudo ln -s /usr/local/java/j2sdk1.4.2_12/bin/java java14

     
  • John D. Heintz

    John D. Heintz - 2006-10-06
    • assigned_to: nobody --> rjbodkin
     
  • Ron Bodkin

    Ron Bodkin - 2006-10-06

    Logged In: YES
    user_id=293914

    Let's use ant properties instead of hard coding. E.g., I
    already have:
    java13.vm=/java/jdk1.3.1_17/bin/java.exe
    java14.vm=/java/jdk1.4.2_xx/bin/java.exe
    java5.vm=/java/jdk1.5.0_06/bin/java.exe

     

Log in to post a comment.