On 9/22/06, Gary VanMatre <[EMAIL PROTECTED]> wrote:
>From: <[EMAIL PROTECTED]> > > Hi > > I was planning on importing the shal-clay-jpa project into Eclipse through mvn > eclipse:eclipse. However it stops on an unresolved dependency: > toplink:toplink-essentials:jar:2.7. > In what repository is this jar file? I found version 1.0 of > toplink-essentials-agent at dev.jav.... but not the mentioned file. > I should have put this in a readme file in the project root. You can find the JPA toplink here: http://www.oracle.com/technology/products/ias/toplink/jpa/download.html You will need to install it into your own maven 2 repository. mvn install:install-file -DgroupId=toplink -DartifactId=toplink-essentials -Dversion=2.7 -Dpackaging=jar -Dfile=C:/Sun/glassfish-persistence/toplink-essentials.jar mvn install:install-file -DgroupId=toplink -DartifactId=toplink-essentials-agent -Dversion=2.7 -Dpackaging=jar -Dfile=C:/Sun/glassfish-persistence/toplink-essentials-agent.jar
Gary, There's a convention on situations like this to put comments into the POM above the dependency, saying where to get it and the syntax of the install command. Take a look at the shale-designtime pom for an example. Craig I've not hooked this into a web app yet. Please share any thoughts/ideas
you might have on this project. > Hermod > Gary > > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * > > This email with attachments is solely for the use of the individual or > entity to whom it is addressed. Please also be aware that the DnB NOR Group > cannot accept any payment orders or other legally binding correspondence with > customers as a part of an email. > > This email message has been virus checked by the anti virus programs used > in the DnB NOR Group. > > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * >
