Fwd: svn commit: r1325623 - in /openejb/trunk/sandbox/release-tools/src/main: java/org/apache/openejb/tools/release/ java/org/apache/openejb/tools/release/cmd/ resources/

2012-04-13 Thread Romain Manni-Bucau
Hi David, will it work correctly since maven uses 4.0.0 version too for project model version? - Romain -- Forwarded message -- From: dblev...@apache.org Date: 2012/4/13 Subject: svn commit: r1325623 - in /openejb/trunk/sandbox/release-tools/src/main:

Re: asm 3.2 openejb 4

2012-04-13 Thread David Blevins
On Apr 13, 2012, at 12:34 AM, Romain Manni-Bucau wrote: asm 3.2 comes from openjpa 2.2.x we can easily remove it simply replacing the openjpa-kernel/src/main/java/org/apache/openjpa/enhance/AsmAdaptor.java class by our one using xbean asm. thoughts? Sounds great. -David

1.0.0 preview binaries

2012-04-13 Thread David Blevins
I added the xbean and bval staging repos to the branch so we could get a build of 1.0.0 and start the process of checking that everything is ok. So ideally when both of those are released, we'll have a very short release vote ourselves. Consider this a dry run for a vote. Staging Repo:

Re: [DISCUSSION] 1.0.0 library change

2012-04-13 Thread Romain Manni-Bucau
yep that's probably the best compromise between simplicity, features, weight and work for the release. - Romain 2012/4/13 David Blevins david.blev...@gmail.com Had a quick chat with Romain on IRC. I proposed some kind of mini-downloader for the future zip that will contain all the

Re: [DISCUSSION] 1.0.0 library change

2012-04-13 Thread Mohammad Nour El-Din
Great idea One comment though, can we do this by means of maven, like having a pom from which we refer to all required released Jars, and it does all assembling magic out of the box, so we just direct users to that pom they get it build it and voila :) ? On Fri, Apr 13, 2012 at 11:42 AM,

Re: [DISCUSSION] 1.0.0 library change

2012-04-13 Thread Romain Manni-Bucau
in my idea it was what we do today: in our build we create zip then the downloader simply download the zip but the zip is built from maven - Romain 2012/4/13 Mohammad Nour El-Din nour.moham...@gmail.com Great idea One comment though, can we do this by means of maven, like having a pom from

Re: [DISCUSSION] 1.0.0 library change

2012-04-13 Thread Romain Manni-Bucau
it downloads the zip and install it for next starts (like the provisionning.properties). That's just a simpler way to do so - Romain 2012/4/13 Mohammad Nour El-Din nour.moham...@gmail.com Sorry then I missed the point here, so if the zip is already there, so what does the downloader do :) ?

Re: trunk failed build

2012-04-13 Thread dsh
Did you open a JIRA? Is this in Windoze or Linux? On Thu, Apr 12, 2012 at 4:48 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Hi, current trunk build (openejb-trunk-ubuntu) is broken because of our jdk version which is buggy regarding annotations. I asked infra to update it and i hope