Problems with Maven, Hibernate and Spring

2007-04-14 Thread Colin Young
I'm building a project that uses Spring and Hibernate with Maven. So far I've been able to get a jar of just my project or a jar of everything with dependencies (using assembly:assembly). Unfortunately, when I do the with dependencies build, I'm getting errors from Spring trying to find the Hiberna

RE: Problems installing 3rd party jar

2007-04-07 Thread Colin Young
ying to get Maven to work, I think I "get it" now, and I've got things running nicely. -----Original Message- From: Colin Young [mailto:[EMAIL PROTECTED] Sent: 6 April, 2007 07:00 To: Maven Users List Subject: RE: Problems installing 3rd party jar That's exactly where I see

RE: Problems installing 3rd party jar

2007-04-06 Thread Colin Young
ct you're working on in ecipse is a maven project, you can do a mvn eclipse:ecilpse and it will fix your eclipse project given your maven project. Cheers, Franz Colin Young-2 wrote: > > I"m trying to install a third-party jar so that I can add a reference > to it. I'

Problems installing 3rd party jar

2007-04-05 Thread Colin Young
I"m trying to install a third-party jar so that I can add a reference to it. I've used the following command-line: mvn install:install-file -Dfile=csvjdbc-1.0.0.jar -DgroupId=relique -DartifactId=csvjdbc -Dversion=1.0.0 -Dpackaging=jar but when I try to add a reference (in Eclipse) I can't find t