Re: Another bad Maven day

2007-03-14 Thread Andrus Adamchik
I'll try to find time this weekend and revert the build system to Ant (based on 2.0 but following the new project structure). If I can do it in two days, then bye-bye Maven. Later we can improve it with Ivy, etc. For now I am planning manual dependency handling. One question though - are

Re: Another bad Maven day

2007-03-14 Thread Ahmed Mohombe
One question though - are we allowed to have LGPL dependencies in SVN, if we don't release them? Anyone knows that? ClickFramework is using a simple get-deps taks to download all required jars: http://click.svn.sourceforge.net/viewvc/click/trunk/click/build/build.xml?view=markup#l_344 This way,

Re: March Board Report

2007-03-14 Thread Andrus Adamchik
I put the text of Ari's report with my changes here: http://cwiki.apache.org/confluence/display/CAY/Board+Report+March+2007 If there are no more comments I'll submit it to the board tomorrow. Andrus On Mar 13, 2007, at 1:57 PM, Andrus Adamchik wrote: I see. AFAIK this is a known bug in

[JIRA] Created: (CAY-769) crash in modeler

2007-03-14 Thread edgar grimberg (JIRA)
crash in modeler Key: CAY-769 URL: https://issues.apache.org/cayenne/browse/CAY-769 Project: Cayenne Issue Type: Bug Components: Cayenne Core Library Reporter: edgar grimberg Assigned To:

Re: Another bad Maven day

2007-03-14 Thread Mike Kienenberger
Andrus, While I'm certainly in favor of going back to an ant-based build system, another solution to this problem might be hardcoding specific plugin versions in maven as stated by Dain. On 3/14/07, Andrus Adamchik [EMAIL PROTECTED] wrote: I'll try to find time this weekend and revert the