|
From: Jason v. Z. <ja...@ze...> - 2003-01-19 19:50:58
|
Hi,
Just thought I would pass along these errors compiling under JDK 1.3. I
hope JDK 1.4 is not a strict requirement?
java:compile:
[javac] Compiling 90 source files to
/home/jvanzyl/js/ebxmlms.cvs/target/classes
/home/jvanzyl/js/ebxmlms.cvs/src/hk/hku/cecid/phoenix/common/AuthenticationManager.java:210: cannot resolve symbol
symbol : constructor FileWriter (java.io.File,boolean)
location: class java.io.FileWriter
new FileWriter(passwordFile, true));
^
/home/jvanzyl/js/ebxmlms.cvs/src/hk/hku/cecid/phoenix/common/AuthenticationManager.java:253: cannot resolve symbol
symbol : constructor FileWriter (java.io.File,boolean)
location: class java.io.FileWriter
new FileWriter(passwordFile, false));
^
/home/jvanzyl/js/ebxmlms.cvs/src/hk/hku/cecid/phoenix/message/handler/DbTableManager.java:1553: cannot resolve symbol
symbol : method indexOf (java.lang.String,int)
location: class java.lang.StringBuffer
while ((idx = buf.indexOf("'", ++idx)) != -1) {
^
/home/jvanzyl/js/ebxmlms.cvs/src/hk/hku/cecid/phoenix/message/handler/DbTableManager.java:1557: cannot resolve symbol
symbol : method indexOf (java.lang.String,int)
location: class java.lang.StringBuffer
while ((idx = buf.indexOf("\\", ++idx)) != -1) {
^
/home/jvanzyl/js/ebxmlms.cvs/src/hk/hku/cecid/phoenix/message/handler/DiagnosisException.java:8: cannot resolve symbol
symbol : constructor Exception (java.lang.String,java.lang.Throwable)
location: class java.lang.Exception
super(message, cause);
^
/home/jvanzyl/js/ebxmlms.cvs/src/hk/hku/cecid/phoenix/message/handler/ExportException.java:71: cannot resolve symbol
symbol : constructor Exception (java.lang.String,java.lang.Throwable)
location: class java.lang.Exception
super(message, cause);
^
--
jvz.
Jason van Zyl
ja...@ze...
http://tambora.zenplex.org
In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
-- Jacques Ellul, The Technological Society
|