Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Repository for external jars
Repository for external jars [message #85469] Wed, 13 August 2003 11:11 Go to next message
Eclipse UserFriend
Originally posted by: christian.oeckinghaus.vodafone.com

Hi all,

we have a huge repository of external jars wer're using for our projects.
Each jar is configured with it's source path and javadoc path.

Currently we have to set up the external jars for each project manually (
copy them from a masterprojects .classpath containing all external jars
into projects .classpath ).
This is inherently cumbersome.
As projects are unrelated, exporting jars from a project isn't a solution
either.

A repository to select preconfigured jars from would be handy, but is
there anything like this?

Thx
Christian
Re: Repository for external jars [message #85484 is a reply to message #85469] Wed, 13 August 2003 12:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

You could create a separate java project, put the jars in there, add
them to the java build path as libraries (make sure they are marked as
exported). Then in any project that needs those jars make this jar
project a required project. That way they can be found at build time but
you don't need to keep copying them into each project.

Rich
Re: Repository for external jars [message #85714 is a reply to message #85484] Thu, 14 August 2003 03:51 Go to previous message
Eclipse UserFriend
Originally posted by: christian.oeckinghaus.vodafone.com

Richard L. Kulp wrote:

> You could create a separate java project, put the jars in there, add
> them to the java build path as libraries (make sure they are marked as
> exported). Then in any project that needs those jars make this jar
> project a required project. That way they can be found at build time but
> you don't need to keep copying them into each project.

> Rich

That's what i was referring to by
<quote>
As projects are unrelated, exporting jars from a project isn't a solution
either.
<\quote>
We only need a subset of the jars per project. Thus we would have to set
up a new project to export from which we want to avoid.

Christian
Previous Topic:Troubles with table sorter
Next Topic:bug: Cursor disappears, keyboard stops working
Goto Forum:
  


Current Time: Mon May 12 22:04:44 EDT 2025

Powered by FUDForum. Page generated in 0.03185 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top