RE: [m2] Frustration getting Maven 2 and Hibernate working together

2006-08-25 Thread Johann Reyes
soon these dependencies are uploaded, I'll publish a new snapshot of the plugin. Regards Johann Reyes -Original Message- From: mraible [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 5:14 PM To: users@maven.apache.org Subject: Re: [m2] Frustration getting Maven 2 and Hibernate w

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-08-24 Thread Matt Raible
:jta:jar:1.0.1B > > -- > 1 required artifact is missing. > > for artifact: > > > org.codehaus.mojo:hibernate3-maven-plugin:maven-plugin:1.0-20060418.000301-9 > > I'd like to do something like I can do in my normal pom.xml's - where I > can > use Geronimo's JTA implementation

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-08-24 Thread Eric Redmond
's - where I can use Geronimo's JTA implementation instead: org.hibernate hibernate 3.2.0.cr3 javax.transaction jta geronimo-spe

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-08-24 Thread mraible
my normal pom.xml's - where I can use Geronimo's JTA implementation instead: org.hibernate hibernate 3.2.0.cr3 javax.transaction jta

RE: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-07 Thread Johann Reyes
20 AM To: Maven Users List Subject: Re: [m2] Frustration getting Maven 2 and Hibernate working together Glad to help :o) About the hibernate dependency, I just have added the hibernate annotations jar because I'm using some hibernate propietary annotations. By the way, are you subscribed to t

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-07 Thread Jose Gonzalez Gomez
Glad to help :o) About the hibernate dependency, I just have added the hibernate annotations jar because I'm using some hibernate propietary annotations. By the way, are you subscribed to the mojo user list? I sent a message there about an issue regarding schema usage, but no one has answered...

RE: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-06 Thread Johann Reyes
rsday, July 06, 2006 3:18 AM To: Maven Users List Subject: Fwd: [m2] Frustration getting Maven 2 and Hibernate working together Just in case anybody else needs it... -- Forwarded message -- From: Jose Gonzalez Gomez <[EMAIL PROTECTED]> Date: 06-jul-2006 8:40 Subje

Fwd: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-06 Thread Jose Gonzalez Gomez
Just in case anybody else needs it... -- Forwarded message -- From: Jose Gonzalez Gomez <[EMAIL PROTECTED]> Date: 06-jul-2006 8:40 Subject: Re: [m2] Frustration getting Maven 2 and Hibernate working together To: Paul Kuykendall <[EMAIL PROTECTED]> Ok, here we go...

RE: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-05 Thread Johann Reyes
/main/resources Regards' Johann Reyes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ben short Sent: Wednesday, July 05, 2006 1:47 PM To: Maven Users List Subject: Re: [m2] Frustration getting Maven 2 and Hibernate workin

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-05 Thread ben short
s.maven.codehaus.org/maven2/ > > - > > true > > > > - > > false > > > > > > > > And then run maven with the -U parameter, something like "mvn -U > hibernate3:schema-export" > > Regards > > Johann Reyes > >

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-05 Thread ben short
e? > > Ben > > > On 7/5/06, Johann Reyes <[EMAIL PROTECTED]> wrote: > > Hello Paul > > > > Actually an update. I was able to go around the bug that was stopping me > > from deploying and was able to successfully deploy a snapshot. So now a >

RE: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-05 Thread Johann Reyes
-export" Regards Johann Reyes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ben short Sent: Wednesday, July 05, 2006 12:15 PM To: Maven Users List Subject: Re: [m2] Frustration getting Maven 2 and Hibernate working together Sorry the error is actually

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-05 Thread ben short
hot. So now a > hibernate3-maven-plugin is available to use. > > Regards > > Johann Reyes > > -Original Message- > From: Paul Kuykendall [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 05, 2006 9:15 AM > To: Maven Users List; Jose Gonzalez Gomez > Subject: Re: [m2]

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-05 Thread ben short
to successfully deploy a snapshot. So now a hibernate3-maven-plugin is available to use. Regards Johann Reyes -Original Message- From: Paul Kuykendall [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 9:15 AM To: Maven Users List; Jose Gonzalez Gomez Subject: Re: [m2] Frustration getti

RE: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-05 Thread Johann Reyes
PROTECTED] Sent: Wednesday, July 05, 2006 9:15 AM To: Maven Users List; Jose Gonzalez Gomez Subject: Re: [m2] Frustration getting Maven 2 and Hibernate working together I would be more appreciative than you can ever imagine if you could send that information. Thanks! /Paul On 7/5/06, Jose Gonzalez

RE: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-05 Thread Johann Reyes
y 05, 2006 9:15 AM To: Maven Users List; Jose Gonzalez Gomez Subject: Re: [m2] Frustration getting Maven 2 and Hibernate working together I would be more appreciative than you can ever imagine if you could send that information. Thanks! /Paul On 7/5/06, Jose Gonzalez Gomez <[EMAIL PROT

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-05 Thread Paul Kuykendall
I would be more appreciative than you can ever imagine if you could send that information. Thanks! /Paul On 7/5/06, Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote: Paul, It seems I've been able to run the hibernate plugin from the mojo successfully (at least it has created a table with a pair

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-05 Thread Jose Gonzalez Gomez
Paul, It seems I've been able to run the hibernate plugin from the mojo successfully (at least it has created a table with a pair of attributes from an annotated class). I'm going out in a few minutes, so if you're interested in how I did it drop me a line (or drop it to the list) and I'll post e

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-05 Thread Paul Kuykendall
Jose, I found this in a blog somewhere (I didn't bookmark it, just copied it into a "tips and tricks" email I sent myself at work). I still ran into problems with the hibernate3-maven-plugin complaining it couldn't resolve a dependency somewhere down the line to maven-hibernate3-plugin. It coul

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-05 Thread Jose Gonzalez Gomez
Paul, I'm trying to do the same, and I'm facing some troubles, maybe you can help me... First of all, I haven't been able to find one of the dependencies of the Hibernate Annotations packages: javax.persistence:ejb:jar:3.0-public-draft-20060502. This seems to be an implementation of a public draf

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-04 Thread Tim Kettler
Hi, you misunderstood the usage of of the tag. The tag (like the tag for dependencies) is used to give default values to the plugin configurations (for example in a super pom). When you then declare the usage of a plugin in the section of a pom (just with group/artifact id) the inherited c

[m2] Frustration getting Maven 2 and Hibernate working together

2006-07-04 Thread Paul Kuykendall
Hi, I am at my wits end in getting maven to play nicely with Hibernate. I've been at it for over a week now and feel no closer than when I started. Here's what I'm trying to do. I've been working on a project using Maven 2.0.4 as the build system. Everything has been going fine until I try and