You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by Andrus Adamchik <an...@objectstyle.org> on 2007/02/23 17:12:35 UTC

Building 3.0 from trunk

FYI:

3.0 (trunk) can be built with Maven for quite some time into a nice  
release assembly:

    http://cayenne.apache.org/building-cayenne.html

If integration tests are giving you hard time, skip them:

-Dmaven.test.skip=true

(at the moment they will, as a bug fix that I submitted for 'geronimo- 
transaction' module hasn't made it to snapshot repo yet; also there  
are bunch of dependencies on SNAPSHOT versions of third party  
modules, so things can get hairy in itests)

Andrus




Re: Building 3.0 from trunk

Posted by Ahmed Mohombe <am...@yahoo.com>.
> I thought all the Incubator ID's were copied over, though.
Well, during the incubation I was able to use my *Apache* ID (that worked
in the Cayenne project too).

Anyway, I already created a new ID - it's faster :).

Ahmed.


Re: Building 3.0 from trunk

Posted by Michael Gentry <bl...@gmail.com>.
Here is the link I have:

https://issues.apache.org/cayenne/secure/Dashboard.jspa

I thought all the Incubator ID's were copied over, though.

/dev/mrg

PS. I think I kind of miss Ant, too.


On 2/23/07, Ahmed Mohombe <am...@yahoo.com> wrote:
> > I think this is a result of recent Maven upgrade from 2.0.4 -> 2.0.5.
> Yes, I did the upgrade since there was mentioned everywhere that 2.0.5 fixes
> *severe* bugs (I miss ANT :) ).
>
> > Appreciate filing a bug
> OK.
>
> Is the Cayenne JIRA different from the Apache one(e.g. during the incubator)? It looks like my
> account is not recognized anymore :(.
>
> Ahmed.
>
>

Re: Building 3.0 from trunk

Posted by Ahmed Mohombe <am...@yahoo.com>.
> I think this is a result of recent Maven upgrade from 2.0.4 -> 2.0.5. 
Yes, I did the upgrade since there was mentioned everywhere that 2.0.5 fixes
*severe* bugs (I miss ANT :) ).

> Appreciate filing a bug 
OK.

Is the Cayenne JIRA different from the Apache one(e.g. during the incubator)? It looks like my 
account is not recognized anymore :(.

Ahmed.


Re: Building 3.0 from trunk

Posted by Andrus Adamchik <an...@objectstyle.org>.
> e.g. in /bin there's a 30MB CayenneModeler.jar full of junk files.

Hmm, indeed - there's lots of junk in that file. Good catch.

I think this is a result of recent Maven upgrade from 2.0.4 -> 2.0.5.  
I just tried to build with 2.0.4 and got a 5MB file back. Appreciate  
filing a bug - we'll probably need to do some magic with transitive  
dependencies.

Andrus




Re: Building 3.0 from trunk

Posted by Ahmed Mohombe <am...@yahoo.com>.
> 3.0 (trunk) can be built with Maven for quite some time into a nice 
> release assembly:
> 
>    http://cayenne.apache.org/building-cayenne.html
Yes, but compare the two (1.2/2.0 and 3.0):
e.g. in /bin there's a 30MB CayenneModeler.jar full of junk files.

I would like the nice distribution package 1.2/2.0 had back :) (it was so clean and pretty complete).

Thanks in advance,

Ahmed.