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

2007-02-28 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, matcher.group(0

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

2007-02-28 Thread Andrus Adamchik
On Feb 28, 2007, at 5:12 PM, Mike Kienenberger wrote: Is maven-cayenne-build-plugin supposed to be 1.4 compatible? If so, there's one error that prevents this: Please update - i refactored the 1.5 part to maven-cayenne-doc- plugin. Besides you probably don't need this module in Eclipse at a

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

2007-02-28 Thread Mike Kienenberger
If I ever get a useable version of Cayenne into Eclipse, I'll give it a shot. So far, two days later, it's not looking hopeful. :-) On 2/28/07, Andrus Adamchik <[EMAIL PROTECTED]> wrote: On Feb 28, 2007, at 5:12 PM, Mike Kienenberger wrote: > Is maven-cayenne-build-plugin supposed to be 1.4 c

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

2007-02-28 Thread Andrus Adamchik
I can feel your pain. I didn't have any problems specifically with Eclipse, but the builds do break often. To access the bulk of the code you just need one or more of these modules in Eclipse. They can be imported one at a time in any order. Don't waste your time on importing the build plug

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

2007-02-28 Thread Mike Kienenberger
I'm still importing, so it's too soon to tell. Yes, I know that the builds can break, although I would hope our core modules (cayenne runtime & modeler) would be stable by this point, with no checkins breaking compilability. I expecdt JPA to be in a state of flux at present and don't necessarily

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

2007-02-28 Thread Andrus Adamchik
On Feb 28, 2007, at 6:35 PM, Mike Kienenberger wrote: In fact, I'd like to see an enumeration of each module with a description of what it does and how it fits in to the big picture. +1 No doubt there's a maven plugin somewhere that will do this automatically :-) No!!! Can we please do

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

2007-02-28 Thread Mike Kienenberger
On Feb 28, 2007, at 6:35 PM, Mike Kienenberger wrote: > In fact, I'd like to see an enumeration of each module with a > description of > what it does and how it fits in to the big picture. > No doubt there's > a maven plugin somewhere that will do this automatically :-) On 2/28/07, Andrus Adamc