HElp!!! big pb with plugin.xml [message #70693] |
Wed, 11 June 2003 08:48  |
Eclipse User |
|
|
|
Originally posted by: anthony.saucet.freesbee.fr
Something strange happening with the file plugin.xml
I'm currently on eclipse2_0_2. Everything was ok til I tried my project on
eclipse2_1. I can't work anymore on.
Now, when I modify something in this file, eclipse destroys the imported
jars (org.eclipse.core.boot, .runtime, .xerces, and others...).
I suppose a reference somewhere to interfere with plugin.xml
Does anybody know how to do?
Another pb (warning) I can't resolve is the dependencies. I need in the
manifest:
<requires>
<import plugin="org.eclipse.core.boot"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.swt"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.apache.xerces"/>
</requires>
but eclipse can't resolve them. It seems to not find where they are.
Any idea?
Many thx
anthony
|
|
|
|
|
thanks it works but .... [message #70987 is a reply to message #70693] |
Wed, 11 June 2003 11:20  |
Eclipse User |
|
|
|
Originally posted by: anthony.saucet.freesbee.fr
Thx guys for your help, but I used to add the needed libraries from my
project > Properties > Java Build Path > libraries then Add External Jars.
That used to work fine in run mode or as a plugin.
The way you gave me is the right one but I don't understand why mine
worked.
Anthony
anthony wrote:
> Something strange happening with the file plugin.xml
> I'm currently on eclipse2_0_2. Everything was ok til I tried my project on
> eclipse2_1. I can't work anymore on.
> Now, when I modify something in this file, eclipse destroys the imported
> jars (org.eclipse.core.boot, .runtime, .xerces, and others...).
> I suppose a reference somewhere to interfere with plugin.xml
> Does anybody know how to do?
> Another pb (warning) I can't resolve is the dependencies. I need in the
> manifest:
> <requires>
> <import plugin="org.eclipse.core.boot"/>
> <import plugin="org.eclipse.core.runtime"/>
> <import plugin="org.eclipse.core.resources"/>
> <import plugin="org.eclipse.swt"/>
> <import plugin="org.eclipse.ui"/>
> <import plugin="org.apache.xerces"/>
> </requires>
> but eclipse can't resolve them. It seems to not find where they are.
> Any idea?
> Many thx
> anthony
|
|
|
Powered by
FUDForum. Page generated in 0.03956 seconds