If you use project dependencies in eclipse, you can say that you also
want the jars exported to those other projects, so you don't
specifically need to add them to that project. Most jars in project
properties/Java Build Path/Order and Export are checked in my environment.
Mvgr,
Martin
Thomas Dudziak wrote:
On 11/2/05, Martin van den Bemt <[EMAIL PROTECTED]> wrote:
I have my ddl-utils dependencies set on export in eclipse (project
properties/Java Build Path/Order and Export), so I don't have to add the
dependencies of ddl-utils to other projects in eclipse. Any problems if
I commit that ?
I don't understand: what do you mean with "set on export" ?
Tom