|
From: <ek...@ba...> - 2003-04-01 14:38:29
|
<< I noticed RC4 version has bean released. As I could see the main reason for releasing was JDK1.3 compatiblity. However if scanner code is included in build I am afraid there is still JDK1.4 code since JDK1.3 does not have regex support. If you don't need scanners then you can safely delete babeldoc-scanner.jar from lib folder. If JDK1.3 compatibility is necessery for scanners then we should use some of two Jakarta projects that deal with regular expressions instead of JDK1.4 regex package.. >> As of now, I do not plan on using scanners. However, if we are trying to gain JDK 1.3 compliance (are we?? / should we??), then we may want to move away from the regex package. |