RE: Help figuring out the Maven dependency

2010-01-05 Thread laredotornado

Thanks paulv!  That sonatype link is gold.

As a follow-up, what is a web site that would tell me what dependencies a
certain dependency required?  I'm using an older version of Maven (1.1) to
do builds so I have to handle the dependencies myself.

Thanks, - Dave


paulv wrote:
 
 Use the classname search:
 http://repository.sonatype.org/index.html#welcome 
 
 -Original Message-
 From: laredotornado [mailto:laredotorn...@gmail.com] 
 Sent: Monday, January 04, 2010 4:47 PM
 To: users@maven.apache.org
 Subject: Help figuring out the Maven dependency
 
 
 Hi,
 
 I'm trying to figure out the appropriate Maven dependency so 
 that I can include this class
 
 org.openejb.client.LocalInitialContextFactory
 
 in my project's classpath.  Does anyone know what the 
 dependency is or a more reliable way of tracking down what 
 JAR file a class is included in?
 
 Thanks,  - Dave
 
 --
 View this message in context: 
 http://old.nabble.com/Help-figuring-out-the-Maven-dependency-t
 p27020637p27020637.html
 Sent from the Maven - Users mailing list archive at Nabble.com.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
 
 
 
 -Message Disclaimer-
 
 This e-mail message is intended only for the use of the individual or
 entity to which it is addressed, and may contain information that is
 privileged, confidential and exempt from disclosure under applicable law.
 If you are not the intended recipient, any dissemination, distribution or
 copying of this communication is strictly prohibited. If you have
 received this communication in error, please notify us immediately by
 reply email to conn...@principal.com and delete or destroy all copies of
 the original message and attachments thereto. Email sent to or from the
 Principal Financial Group or any of its member companies may be retained
 as required by law or regulation.
 
 Nothing in this message is intended to constitute an Electronic signature
 for purposes of the Uniform Electronic Transactions Act (UETA) or the
 Electronic Signatures in Global and National Commerce Act (E-Sign)
 unless a specific statement to the contrary is included in this message.
 
 While this communication may be used to promote or market a transaction
 or an idea that is discussed in the publication, it is intended to provide
 general information about the subject matter covered and is provided with
 the understanding that The Principal is not rendering legal, accounting,
 or tax advice. It is not a marketed opinion and may not be used to avoid
 penalties under the Internal Revenue Code. You should consult with
 appropriate counsel or other advisors on all matters pertaining to legal,
 tax, or accounting obligations and requirements.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
 
 

-- 
View this message in context: 
http://old.nabble.com/Help-figuring-out-the-Maven-dependency-tp27020637p27026697.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Help figuring out the Maven dependency

2010-01-05 Thread Wes Wannemacher
I like to use www.jarvana.com

I would assume the Sonatype one is similar (haven't used it), but I
figured I'd point out the alternative :)

-Wes

On Tue, Jan 5, 2010 at 2:36 PM, laredotornado laredotorn...@gmail.com wrote:

 Thanks paulv!  That sonatype link is gold.

 As a follow-up, what is a web site that would tell me what dependencies a
 certain dependency required?  I'm using an older version of Maven (1.1) to
 do builds so I have to handle the dependencies myself.

 Thanks, - Dave


 paulv wrote:

 Use the classname search:
 http://repository.sonatype.org/index.html#welcome

 -Original Message-
 From: laredotornado [mailto:laredotorn...@gmail.com]
 Sent: Monday, January 04, 2010 4:47 PM
 To: users@maven.apache.org
 Subject: Help figuring out the Maven dependency


 Hi,

 I'm trying to figure out the appropriate Maven dependency so
 that I can include this class

 org.openejb.client.LocalInitialContextFactory

 in my project's classpath.  Does anyone know what the
 dependency is or a more reliable way of tracking down what
 JAR file a class is included in?

 Thanks,  - Dave

 --
 View this message in context:
 http://old.nabble.com/Help-figuring-out-the-Maven-dependency-t
 p27020637p27020637.html
 Sent from the Maven - Users mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




 -Message Disclaimer-

 This e-mail message is intended only for the use of the individual or
 entity to which it is addressed, and may contain information that is
 privileged, confidential and exempt from disclosure under applicable law.
 If you are not the intended recipient, any dissemination, distribution or
 copying of this communication is strictly prohibited. If you have
 received this communication in error, please notify us immediately by
 reply email to conn...@principal.com and delete or destroy all copies of
 the original message and attachments thereto. Email sent to or from the
 Principal Financial Group or any of its member companies may be retained
 as required by law or regulation.

 Nothing in this message is intended to constitute an Electronic signature
 for purposes of the Uniform Electronic Transactions Act (UETA) or the
 Electronic Signatures in Global and National Commerce Act (E-Sign)
 unless a specific statement to the contrary is included in this message.

 While this communication may be used to promote or market a transaction
 or an idea that is discussed in the publication, it is intended to provide
 general information about the subject matter covered and is provided with
 the understanding that The Principal is not rendering legal, accounting,
 or tax advice. It is not a marketed opinion and may not be used to avoid
 penalties under the Internal Revenue Code. You should consult with
 appropriate counsel or other advisors on all matters pertaining to legal,
 tax, or accounting obligations and requirements.


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




 --
 View this message in context: 
 http://old.nabble.com/Help-figuring-out-the-Maven-dependency-tp27020637p27026697.html
 Sent from the Maven - Users mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org





-- 
Wes Wannemacher

Head Engineer, WanTii, Inc.
Need Training? Struts, Spring, Maven, Tomcat...
Ask me for a quote!

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Help figuring out the Maven dependency

2010-01-05 Thread Wayne Fay
 As a follow-up, what is a web site that would tell me what dependencies a
 certain dependency required?  I'm using an older version of Maven (1.1) to
 do builds so I have to handle the dependencies myself.

The website or documentation for the tool/library itself should tell you, right?

Alternatively www.mvnrepository.com might be helpful.

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Help figuring out the Maven dependency

2010-01-04 Thread Vonnahme, Paul
Use the classname search:
http://repository.sonatype.org/index.html#welcome 

 -Original Message-
 From: laredotornado [mailto:laredotorn...@gmail.com] 
 Sent: Monday, January 04, 2010 4:47 PM
 To: users@maven.apache.org
 Subject: Help figuring out the Maven dependency
 
 
 Hi,
 
 I'm trying to figure out the appropriate Maven dependency so 
 that I can include this class
 
 org.openejb.client.LocalInitialContextFactory
 
 in my project's classpath.  Does anyone know what the 
 dependency is or a more reliable way of tracking down what 
 JAR file a class is included in?
 
 Thanks,  - Dave
 
 --
 View this message in context: 
 http://old.nabble.com/Help-figuring-out-the-Maven-dependency-t
 p27020637p27020637.html
 Sent from the Maven - Users mailing list archive at Nabble.com.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
 


-Message Disclaimer-

This e-mail message is intended only for the use of the individual or
entity to which it is addressed, and may contain information that is
privileged, confidential and exempt from disclosure under applicable law.
If you are not the intended recipient, any dissemination, distribution or
copying of this communication is strictly prohibited. If you have
received this communication in error, please notify us immediately by
reply email to conn...@principal.com and delete or destroy all copies of
the original message and attachments thereto. Email sent to or from the
Principal Financial Group or any of its member companies may be retained
as required by law or regulation.

Nothing in this message is intended to constitute an Electronic signature
for purposes of the Uniform Electronic Transactions Act (UETA) or the
Electronic Signatures in Global and National Commerce Act (E-Sign)
unless a specific statement to the contrary is included in this message.

While this communication may be used to promote or market a transaction
or an idea that is discussed in the publication, it is intended to provide
general information about the subject matter covered and is provided with
the understanding that The Principal is not rendering legal, accounting,
or tax advice. It is not a marketed opinion and may not be used to avoid
penalties under the Internal Revenue Code. You should consult with
appropriate counsel or other advisors on all matters pertaining to legal,
tax, or accounting obligations and requirements.


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Help figuring out the Maven dependency

2010-01-04 Thread Justin Edelson
groupId: org.apache.openejb
artifactId: openejb-core

Two options for doing this in the future:
* In m2eclipse, you can do a classname-based search.
* Nexus provides the same search capability. You can use the public instance
at repository.sonatype.org:
http://repository.sonatype.org/index.html#nexus-search;classname~org.openejb.client.LocalInitialContextFactory

These both use the same underlying technology, so the answers should be
similar :)

There may be other options...

Justin

On Mon, Jan 4, 2010 at 5:46 PM, laredotornado laredotorn...@gmail.comwrote:


 Hi,

 I'm trying to figure out the appropriate Maven dependency so that I can
 include this class

 org.openejb.client.LocalInitialContextFactory

 in my project's classpath.  Does anyone know what the dependency is or a
 more reliable way of tracking down what JAR file a class is included in?

 Thanks,  - Dave

 --
 View this message in context:
 http://old.nabble.com/Help-figuring-out-the-Maven-dependency-tp27020637p27020637.html
 Sent from the Maven - Users mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org