Including another projects jars [message #492356] |
Tue, 20 October 2009 04:06  |
Eclipse User |
|
|
|
Just now I ran -again- into a situation where one of the included projects had an older version of a jar and that caused me a lot of effort to find.
If I include a project in another project, I would like to NOT automatically include all the jars of the included project; but only its java classes.
My argumentation for this is: any project will normally produce a jar that can be included in other projects. That jar does not contain any required jars, just the class files of that one project. If I remove that jar from my buildpath and add the project instead, I expect the same behavior: not adding of any required jars from that project, just the class files.
Is this possible?
|
|
|
|
|
|
Re: Including another projects jars [message #492541 is a reply to message #492539] |
Tue, 20 October 2009 13:11  |
Eclipse User |
|
|
|
Eclipse User wrote on Tue, 20 October 2009 12:49 | Order and Export is used to set which jars are seen by dependent projects.
If the jar is checked, it is exported and dependent projects will see it.
If it is unchecked, it is not exported and it won't be seen by dependent
projects.
|
Aha, the Order and Export (only now actually seeing that last word) of the other side!
Now that is new, I'll give it a try!
|
|
|
Powered by
FUDForum. Page generated in 0.07464 seconds