Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Library support

Please add your comments to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=50461.

Jerome



|---------+------------------------------>
|         |           Jerome             |
|         |           Lanneluc/France/IBM|
|         |           @IBMFR             |
|         |           Sent by:           |
|         |           jdt-core-dev-admin@|
|         |           eclipse.org        |
|         |                              |
|         |                              |
|         |           01/22/2004 04:35 PM|
|         |           Please respond to  |
|         |           jdt-core-dev       |
|         |                              |
|---------+------------------------------>
  >-----------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                       |
  |       To:       jdt-core-dev@xxxxxxxxxxx                                                                              |
  |       cc:                                                                                                             |
  |       Subject:  [jdt-core-dev] Library support                                                                        |
  |                                                                                                                       |
  >-----------------------------------------------------------------------------------------------------------------------|




Someone said: 'we need to support libraries in Eclipse'. Great idea! But
before starting, we would need some feedback from the community on the
direction we should take.
So here are a set of initial questions with possible answers. Use cases for
these would be greatly appreciated.

1. What is a library?
- The simple definition is 'a set of jars'.
-  A more advanced definition is 'a set of jars and binary folders'
- Even more advanced: 'a set of jars, binary folders and other libraries'

2. Can a library be dynamically updated? Or is it statically defined?

3. Can a library be shared?
- in a workspace: you define 1 library in the workspace and share it across
projects
- in a team: one member defines a library and then check it in a repository
so that other team members can check it out

4. How do we represent libraries in the Java model?
- Using projects: the classpath of a project defines the set of jars (or
more) that make the library
- Using classpath containers: the JRE System Library is an example of a
library

We would appreciate your feedback on these issues.

Thanks,
Jerome


_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev







Back to the top