|
From: Frankie L. <fr...@mi...> - 2003-01-21 06:36:14
|
Dear Jason,
The source code has been modified and it's now JDK 1.3 compatible.
Best regards,
Frankie Lam
----- Original Message -----
From: "Jason van Zyl" <ja...@ze...>
To: <ebx...@li...>
Sent: Monday, January 20, 2003 3:50 AM
Subject: [ebxmlms-develop] JDK 1.3
> 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/AuthenticationM
anager.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/AuthenticationM
anager.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/DbTabl
eManager.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/DbTabl
eManager.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/Diagno
sisException.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/Export
Exception.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
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: FREE SSL Guide from Thawte
> are you planning your Web Server Security? Click here to get a FREE
> Thawte SSL guide and find the answers to all your SSL security issues.
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
> _______________________________________________
> ebxmlms-develop mailing list
> ebx...@li...
> https://lists.sourceforge.net/lists/listinfo/ebxmlms-develop
>
|