[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Java build path plug-in dependencies
|
- From: Ric Wright <riwright@xxxxxxxxx>
- Date: Wed, 11 Feb 2009 17:15:07 -0800
- Newsgroups: eclipse.newcomer
- Organization: EclipseCorner
- Thread-index: AcmMr1di0jnsEWymyEmlcPpZMUcffQ==
- Thread-topic: Java build path plug-in dependencies
- User-agent: Microsoft-Entourage/12.15.0.081119
I upgraded my Windows box to 3.4 yesterday. I imported one of my very
simple plugins and I am seeing something weird. I get errors that nothing
org.eclipse can be found. So I check the build path and there is an entry
for Java JRE, there is no entry for Plug-in Dependencies. I made the
appropriate entries in the Dependencies tab of the plugin editor but that is
only reflected in the manifest. So I went and edited the .classpath file
directly and added a classpath entry for org.eclipse.pde.org etc. That
resolved the problem but seems rather hackish.
So... Any ideas about what I did wrong? Or is this some odd quirk of the
upgrade?
TIA, Ric