Is maven-cayenne-build-plugin supposed to be 1.4 compatible? replace(String, String) is a java 1.5 method call.

2007-02-27 Thread Mike Kienenberger
Is maven-cayenne-build-plugin supposed to be 1.4 compatible? If so, there's one error that prevents this: maven-cayenne-build-plugin/src/main/java/org.apache.cayenne.maven.plugin.confluence/DocPageRenderer.java:line 219 has matcher.appendReplacement(replacementBuffer,

Re: Is maven-cayenne-build-plugin supposed to be 1.4 compatible? replace(String, String) is a java 1.5 method call.

2007-02-27 Thread Matthias Wessendorf
cayenne ? :-) On 2/28/07, Mike Kienenberger [EMAIL PROTECTED] wrote: Is maven-cayenne-build-plugin supposed to be 1.4 compatible? If so, there's one error that prevents this: maven-cayenne-build-plugin/src/main/java/org.apache.cayenne.maven.plugin.confluence/DocPageRenderer.java:line 219 has