Specifying/Installing dependencies

2006-06-21 Thread Jeff Mutonho
I've got a project that depends on these jars jms.jar , jmq.jar , jta.jar .How do I specify these in my dependency section? -- Jeff Mutonho GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042 --

Re: Specifying/Installing dependencies

2006-06-21 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jeff, > I've got a project that depends on these jars > > jms.jar , jmq.jar , jta.jar .How do I specify these in my dependency > section? http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html http://maven.apache.org/guides/mini/gui

Re: Specifying/Installing dependencies

2006-06-21 Thread Wayne Fay
Here's Geronimo JMS jar: geronimo-spec geronimo-spec-jms 1.1-rc4 Couldn't find any binaries for JMQ on their site, but if you get some, feel free write POMs and post an issue in JIRA in component MAVENUPLOAD. https://jmq.dev.java.net/ And here's Geronimo JTA jar: geronimo-spec geronimo-spec

Re: Specifying/Installing dependencies

2006-06-22 Thread Jeff Mutonho
On 6/22/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Here's Geronimo JMS jar: geronimo-spec geronimo-spec-jms 1.1-rc4 Couldn't find any binaries for JMQ on their site, but if you get some, feel free write POMs and post an issue in JIRA in component MAVENUPLOAD. https://jmq.dev.java.net/ And h

Re: Specifying/Installing dependencies

2006-06-22 Thread Jeff Mutonho
But ,can one install non versioned jars , if you wish/ prefer to do so? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Specifying/Installing dependencies

2006-07-11 Thread Ken Tanaka
I recommend installing with a version number. If the jar is version 2.3, but they released it as just "useful.jar", I would install it as "useful-2.3.jar" If their website or documentation doesn't give a version, but a release date, you might use "useful-2006.01.23.jar". Failing all that, you can