source: trunk/j/build.properties @ 2

Last change on this file since 2 was 2, checked in by piso, 21 years ago

Initial checkin.

File size: 1.1 KB
Line 
1# build.properties
2# $Id: build.properties,v 1.1.1.1 2002-09-24 16:06:33 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
9jdk=/home/peter/blackdown/j2sdk1.3.1_02b
10#jdk=/home/peter/sun/j2sdk1.4.0_01
11#jdk=/home/peter/sun/j2sdk1.4.1
12
13# The location of the Java 1.4 JDK. If not specified, the classes that require
14# Java 1.4 won't be built.
15jdk14=/home/peter/blackdown/j2sdk1.4.1
16#jdk14=/home/peter/sun/j2sdk1.4.1
17
18# The location of the Java executable to be used at runtime. If not specified,
19# the Java executable from the JDK specified with the "jdk" property will be
20# used.
21#java=/home/peter/sun/j2sdk1.4.0_01/bin/java
22#java=/home/peter/sun/j2sdk1.4.1/bin/java
23java=/home/peter/blackdown/j2sdk1.4.1/bin/java
24#java_options=-server
25
26# Extensions (XP etc.)
27#extensions=/usr/share/java/repository
28
29# Use jikes.
30build.compiler=jikes
31#build.compiler=javac1.4
32build.compiler.emacs=on
33
34# Build jpty.
35jpty=yes
36
37# Build with debugging information.
38debug=yes
39
40# Needed for testing only!
41#junit=/usr/share/java/junit.jar
Note: See TracBrowser for help on using the repository browser.