[kaffe] CVS kaffe (robilad): small Tomcat4 fixlet

Kaffe CVS cvs-commits at kaffe.org
Mon Mar 21 16:24:38 PST 2005


PatchSet 5586 
Date: 2005/03/22 00:20:02
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
small Tomcat4 fixlet

2005-03-22  Dalibor Topic  <robilad at kaffe.org>

* libraries/javalib/gnu/classpath/VMSystemProperties.java (VMSystemProperties):
Set build.compiler to jikes to allow out of the box Tomcat4 JSP examples to run.

Members: 
	ChangeLog:1.3759->1.3760 
	libraries/javalib/gnu/classpath/VMSystemProperties.java:1.3->1.4 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3759 kaffe/ChangeLog:1.3760
--- kaffe/ChangeLog:1.3759	Mon Mar 21 17:43:49 2005
+++ kaffe/ChangeLog	Tue Mar 22 00:20:02 2005
@@ -1,3 +1,8 @@
+2005-03-22  Dalibor Topic  <robilad at kaffe.org>
+
+	* libraries/javalib/gnu/classpath/VMSystemProperties.java (VMSystemProperties): 
+	Set build.compiler to jikes to allow out of the box Tomcat4 JSP examples to run.
+
 2005-03-21  Dalibor Topic  <robilad at kaffe.org>
 
 	Resynced with GNU Classpath.
Index: kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java
diff -u kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java:1.3 kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java:1.4
--- kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java:1.3	Mon Feb 21 04:52:34 2005
+++ kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java	Tue Mar 22 00:20:09 2005
@@ -117,7 +117,8 @@
       /* Define the default java compiler - this should be configured
        * somehow.
        */
-      properties.setProperty("kaffe.compiler", "kjc");
+      properties.setProperty("kaffe.compiler", "jikes");
+      properties.setProperty("build.compiler", "jikes");
 
       // Invoke native methods to get the values of the other properties
 




More information about the kaffe mailing list