[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Launching/Debugging plugins consisting of several projects
|
- From: Patrick Schoenbach <pschoenb@xxxxxx>
- Date: Wed, 21 Nov 2007 16:47:29 +0100
- Newsgroups: eclipse.platform
- Organization: Robustsoft
- User-agent: 40tude_Dialog/2.0.15.1de
Hi all,
I am fairly new to plugin development, and I have not (yet) found a
solution in the docs for the following problem:
I have a plugin that consists of several projects in workspace. The
plugin dependencies are set correctly, and when I deploy and install
everything (as several JARs or directories), all works fine. However, if
I launch or debug the main plugin as an Eclipse application, the
dependencies to the other plugins cannot be resolved.
What am I overlooking?
Regards,
Patrick