how to build and debug ebean

28 views
Skip to first unread message

zka

unread,
May 16, 2012, 5:22:25 AM5/16/12
to eb...@googlegroups.com
Hello,

 I need support for JOINED Inheritance. I notice that you don't have time to work on this.

So i decide to implement this. I did not find any docs on building or debuging ebean.

I dit not have much time to spent on this project, so can you please help me a little for quick start ?

thanks

Rob Bygrave

unread,
May 16, 2012, 6:22:27 PM5/16/12
to eb...@googlegroups.com
Ebean is a maven project so the standard maven commands apply. It should default to the jdk1.6 profile ... to compile against JDK6 (this is for jdbc api differences to JDK5 - we are dropping JDK5 support).

In terms of debugging ... you should be able to run each unit test by itself - you can run/debug them via an IDE which is how I do it. When you run a test by itself you can use code like: GlobalProperties.put("classes", BSimpleWithGen.class.toString());  ... to just register the entity classes you are interested in - which is probably what you want to do to debug the 'entity definition / parsing process'.

Hope that helps, Rob.

Benoit Ponsero

unread,
May 21, 2012, 8:47:10 AM5/21/12
to eb...@googlegroups.com
Thanks,

 I never worked with maven, after some configuration i can now debug ebean. This will help me to find where to plug my modifications.

I will tell you since i will have something that work.

Benoît,


2012/5/17 Rob Bygrave <robin....@gmail.com>
Reply all
Reply to author
Forward
0 new messages