PatchSet 5586
Date: 2005/03/22 00:20:02
Author: robilad
Branch: HEAD
Tag: (none)
Log:
small Tomcat4 fixlet
2005-03-22 Dalibor Topic <[EMAIL PROTECTED]>
* 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
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
_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe