source: trunk/j/build.properties @ 2225

Last change on this file since 2225 was 2225, checked in by piso, 20 years ago

Java 1.4.1_03

File size: 1.2 KB
Line 
1# build.properties
2# $Id: build.properties,v 1.9 2003-06-09 17:58:54 piso Exp $
3
4# The location of the JDK that will be used to compile the classes that don't
5# require Java 1.4.
6#jdk=/home/peter/ibm/20020301/IBMJava2-131
7#jdk=/home/peter/sun/jdk1.2.2
8#jdk=/usr/lib/j2sdk1.3
9#jdk=/home/peter/blackdown/j2sdk1.3.1_02b
10#jdk=/home/peter/blackdown/j2sdk1.4.1
11jdk=/home/peter/sun/j2sdk1.4.1_03
12#jdk=/home/peter/sun/j2sdk1.4.1
13
14# The location of the Java 1.4 JDK. If not specified, the classes that require
15# Java 1.4 won't be built.
16#jdk14=/home/peter/blackdown/j2sdk1.4.1
17#jdk14=/home/peter/sun/j2sdk1.4.1
18jdk14=/home/peter/sun/j2sdk1.4.1_03
19
20# The location of the Java executable to be used at runtime. If not specified,
21# the Java executable from the JDK specified with the "jdk" property will be
22# used.
23java=/home/peter/sun/j2sdk1.4.1_03/bin/java
24#java=/home/peter/sun/j2sdk1.4.1/bin/java
25#java=/home/peter/blackdown/j2sdk1.4.1-01/bin/java
26java_options=-server
27
28# Extensions (XP etc.)
29#extensions=/usr/share/java/repository
30
31# Use jikes.
32build.compiler=jikes
33#build.compiler=javac1.4
34build.compiler.emacs=on
35
36# Build jpty.
37jpty=yes
38
39# Build with debugging information.
40debug=yes
41
42# Needed for testing only!
43junit=/usr/share/java/junit.jar
Note: See TracBrowser for help on using the repository browser.