Re: [hibernate-dev] Gradle subproject dependency question

2013-06-17 Thread Brett Meyer
Compiled as a prereq of the actual test task, but obviously after hibernate-osgi is built. Brett Meyer Red Hat Software Engineer, Hibernate +1 260.349.5732 - Original Message - From: "Steve Ebersole" To: "Brett Meyer" Cc: "hibernate-dev" Sent: Monday, June 17, 2013 7:31:20 PM Subject:

Re: [hibernate-dev] Gradle subproject dependency question

2013-06-17 Thread Steve Ebersole
You want it to be compiled before the classses it depends on? On Jun 17, 2013 5:31 PM, "Brett Meyer" wrote: > For OSGi testing, I have a new bundle underneath hibernate-osgi: > > hibernate-orm > build.gradle > settings.gradle > hibernate-osgi > hibernate-osgi.gradle >

[hibernate-dev] Gradle subproject dependency question

2013-06-17 Thread Brett Meyer
For OSGi testing, I have a new bundle underneath hibernate-osgi: hibernate-orm build.gradle settings.gradle hibernate-osgi hibernate-osgi.gradle test-client-bundle build.gradle test-client-bundle depends on an interface in hibernate-osgi's test sourceSet.

Re: [hibernate-dev] [Blog] Hibernate OGM with Jboss AS 7

2013-06-17 Thread Guillaume SCHEIBEL
OGM in Glassfish 3: www.gscheibel.net/2013/06/how-to-use-hibernate-ogm-in-glassfish-3.html WDYT ? Guillaume 2013/6/6 Emmanuel Bernard > I've created a JIRA to publish the modules distro > https://hibernate.atlassian.net/browse/OGM-290 > > On Thu 2013-06-06 11:10, Sanne Grinovero wrote: > > Ah