Hi: While trying to make a full build using java 1.3 I found:
/home/agallardo/svn/cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/tools/generation/I18nCatalogueGenerator.java:95: cannot resolve symbol symbol : method replaceAll (java.lang.String,java.lang.String) location: class java.lang.String tmp = tmp.replaceAll("<\\?(.+)\\?>",""); // remove processing instr. This error is in 4 places in total. In the same class (see from line 95 to 98). I guess the best is to write a java 1.3 compatible private method inside the same class. Best Regards, Antonio Gallardo