Home » Eclipse Projects » Rich Client Platform (RCP) » product export is not working
product export is not working [message #462447] |
Mon, 29 January 2007 11:45  |
Eclipse User |
|
|
|
------=_Part_53_28445203.1170089149435
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi, i have the following problem: i have an rcp-application which consists of about 12 plugins, bundled into features. My programm works fine as long as i start it within the eclipse-ide. When i export it via the product export wizzard, i get the following error message:
1. ERROR in D:\Java_Dev\de.gebitms.geplan.core\src\de\gebitms\geplan\cor e\Application.java (at line 0)
package de.gebitms.geplan.core;
^
The type org.eclipse.swt.widgets.Display cannot be resolved. It is indirectly referenced from required .class files
I get this and similiar errors in three of the 12 plugins, all of them are related to swt-classes. I have set the swt-plugins as a dependency of those three plugins. The funny thing is, that when i create an ant build-file from the plugin.xml and set "custom build" to true there everything works fine.
Oh yeah, one more thing that distinguish the three not working plugins from the others is that those are the only ones with extensions.
Does anybody has an idea what could be wrong here?
I attach the files plugin.xml and the manifest.mf of one of the three plugins for your reference.
Thanks very much for any help
Christoph
------=_Part_53_28445203.1170089149435
Content-Type: application/octet-stream; name=manifest.mf
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=manifest.mf
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geplan Util Plug-in
Bundle-SymbolicName: de.gebitms.geplan.util;singleton:=true
Bundle-Version: 1.0.0
Bundle-Vendor: GEBIT
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: de.gebitms.geplan.crypto,
de.gebitms.geplan.help;visibility:=reexport,
org.eclipse.ui;visibility:=reexport,
org.eclipse.pde.runtime;visibility:=reexport,
org.eclipse.core.runtime;visibility:=reexport
Bundle-Activator: de.gebitms.geplan.util.UtilPlugin
Eclipse-LazyStart: true
Export-Package: de.gebitms.geplan.util,
de.gebitms.geplan.util.exceptions,
de.gebitms.geplan.util.observers,
de.gebitms.geplan.util.utils
Bundle-ClassPath: .
------=_Part_53_28445203.1170089149435
Content-Type: application/octet-stream; name=plugin.xml
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=plugin.xml
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
</plugin>
------=_Part_53_28445203.1170089149435--
|
|
| | | | | | | | |
Re: product export is not working [message #462643 is a reply to message #462447] |
Wed, 31 January 2007 05:37   |
Eclipse User |
|
|
|
------=_Part_556_30813025.1170239937464
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
my attachments where somehow not accepted, so i try it again
------=_Part_556_30813025.1170239937464
Content-Type: application/octet-stream; name=plugin.xml
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=plugin.xml
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
</plugin>
------=_Part_556_30813025.1170239937464
Content-Type: application/octet-stream; name=manifest.mf
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=manifest.mf
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geplan Util Plug-in
Bundle-SymbolicName: de.gebitms.geplan.util;singleton:=true
Bundle-Version: 1.0.0
Bundle-Vendor: GEBIT
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
de.gebitms.geplan.crypto
Bundle-Activator: de.gebitms.geplan.util.UtilPlugin
Eclipse-LazyStart: true
Export-Package: de.gebitms.geplan.util,
de.gebitms.geplan.util.exceptions,
de.gebitms.geplan.util.observers,
de.gebitms.geplan.util.utils
Bundle-ClassPath: .
------=_Part_556_30813025.1170239937464
Content-Type: application/octet-stream; name=feature.xml
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=feature.xml
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="de.gebitms.geplan.core"
label="Feature GePlan_Core"
version="1.0.0"
provider-name="GEBIT"
os="linux,win32"
ws="gtk,photon,win32"
nl="de_AT,de_CH,de_DE,de_LU,de"
arch="ia64,ia64_32,PA_RISC,ppc,sparc,x86,x86_64">
<description>
%geplan.feature.description
</description>
<copyright>
%geplan.feature.copyright
</copyright>
<license>
%geplan.feature.licence
</license>
<url>
<update label="GePlan Update Site" url="http://www.gebit-ms.de/geplan_update"/>
<discovery label="GePlan Update-Site" url="http://www.gebit-ms.de"/>
</url>
<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="de.gebitms.geplan.services"/>
<import plugin="org.eclipse.update.ui"/>
</requires>
<plugin
id="de.gebitms.geplan.core"
os="linux,win32"
ws="gtk,photon,win32"
nl="de_AT,de_CH,de_DE,de_LU,de"
arch="ia64,ia64_32,PA_RISC,ppc,sparc,x86,x86_64"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="de.gebitms.geplan.ui"
os="linux,win32"
ws="gtk,photon,win32"
nl="de_AT,de_CH,de_DE,de_LU,de"
arch="ia64,ia64_32,PA_RISC,ppc,sparc,x86,x86_64"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="de.gebitms.geplan.util"
os="linux,win32"
ws="gtk,photon,win32"
nl="de_AT,de_CH,de_DE,de_LU,de"
arch="ia64,ia64_32,PA_RISC,ppc,sparc,x86,x86_64"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="de.gebitms.geplan.global"
os="linux,win32"
ws="gtk,photon,win32"
nl="de_AT,de_CH,de_DE,de_LU,de"
arch="ia64,ia64_32,PA_RISC,ppc,sparc,x86,x86_64"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="de.gebitms.geplan.crypto"
os="linux,win32"
ws="gtk,photon,win32"
nl="de_AT,de_CH,de_DE,de_LU,de"
arch="ia64,ia64_32,PA_RISC,ppc,sparc,x86,x86_64"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
------=_Part_556_30813025.1170239937464
Content-Type: application/octet-stream; name=logs.zip
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename=logs.zip
UEsDBAoAAAAAADdbPzYAAAAAAAAAAAAAAAAdAAAAZGUuZ2ViaXRtcy5nZXBs YW4uY29yZV8xLjAu
MC9QSwMECgAAAAAAN1s/NgAAAAAAAAAAAAAAAB8AAABkZS5nZWJpdG1zLmdl cGxhbi5nbG9iYWxf
MS4wLjAvUEsDBAoAAAAAADdbPzYAAAAAAAAAAAAAAAAbAAAAZGUuZ2ViaXRt cy5nZXBsYW4udWlf
MS4wLjAvUEsDBAoAAAAAADdbPzYAAAAAAAAAAAAAAAAdAAAAZGUuZ2ViaXRt cy5nZXBsYW4udXRp
bF8xLjAuMC9QSwMECgAAAAgAN1s/NrsvLUsqAQAArwEAACkAAABkZS5nZWJp dG1zLmdlcGxhbi5j
b3JlXzEuMC4wL0Bkb3QuYmluLmxvZ22QT0sDMRDFzy7sd3jQSws17B9ssZ5q 20MFEZYeF0uanW6j
2U1M4tb99mZb8SCGIWH4zUzmvRHylCUh5kjTRXa3yO+x2uziaISNUNI4whPv OFa6MVKRRbefzef7
Is++pshZxlJYUsQdTUON6a2sTx7bx+eQWYMsSZLpcM8Ylkrhgl1ocWQ7qlgc 3f6eOEoZNkXxUkC2
WC/K4eP9mrqyIlbTQfrGhdco3jKhLZXOioDKH1ReUXlBS2OUFNxL3bK3Yf8x 91CyJSSTOLoxXLzz
mvD/4IdQ8RpHuxPB94agbc3oagZzZ8/OsqrJO7aWLvT0ELxttceBBl1aDbqw 9ZAu6KikJeFVH9CR
LLWCKhytbkL+8RlYBSYUdw7H4K77YweM1QdFDcYpyFptJ99QSwMECgAAAAgA N1s/Nifyk1V3AAAA
gQAAACsAAABkZS5nZWJpdG1zLmdlcGxhbi5nbG9iYWxfMS4wLjAvQGRvdC5i aW4ubG9nHYvLCsIw
FET3hf7DQLch5IENdKelCwU34r4EvWjgiuFGgv69URgGDnNmgLfatARYO7nN 5APm5dx3A5YLp1wI
h1gj5ucjJyZBXccQ1pN3bwWvnbYQYoqFVHPyR9Lt/sJ+d2wkGc4Yo349amyZ 8Z9LuxSSSlfdd19Q
SwMECgAAAAgAN1s/Nn73Fd1MAQAAFgIAACcAAABkZS5nZWJpdG1zLmdlcGxh bi51aV8xLjAuMC9A
ZG90LmJpbi5sb2eNUdFqwjAUfV6h/3DAF4Uu2Jbp8G1THxwOQdxbmaTttWak aZbEOtnPL53Oh+1l
h5Bw78nNveekhzRmQ7/GiONJcjdJ7zGdb8Kgh3khhbaEJ95yTJtaC0kG7XY0 Hm/XafIRIWUJi2FI
ErcU+Tv6ZES1d1g8PvvIaCTD4TDq9hHDg5T4pq0vsWRaKlkY3F4RBjHDfL1e rSEUZpOsa7ydUZuV
xCrKhautP7Xkih1EZk3hiexCZGci84QU1pEiY7MX32W656qi5SXH3joxfe4g hSIk6SAMbvQhl6JA
Ibm1+FsDUWtJNSk/+E8uwrKphFrlnQ6eS/r07+D/eL0gDDZ7gjtpQmMqRmfL mT06dhRlRc6y6xgF
V6pxyKmzr5GdfVg4COvtKoWhwsmTp3ZkSBVUYmea2sfvB8+VYGd5O/+J9pfr 0KbxEmr0Y5AxjRl8
AVBLAwQKAAAACAA3Wz82yZzdjW4BAAC7AwAAKQAAAGRlLmdlYml0bXMuZ2Vw bGFuLnV0aWxfMS4w
LjAvQGRvdC5iaW4ubG9nvZDbSgMxEIavXdh3GPBGoYY9YAv1SmsVBRFqwZvF kman22h2E2fSat/e
bCuC1tNVhzAh+XPg+/YhT0USRg/StJ8d9/MeDIbjONqHoTLaMcK1XEoY2Npp gwTLSbfXm4zy7LUD
uchECoQGJWMnnHEr0tXcw9XZTViRgyxJkk7buwJOjYF1zOEKIy2xFHF09FFx lAoYjka3I9ANnPeL
9uPJOS6LEkWFU+1rDrMzshELr03BpEJUvEfFJirWUdu4uFzvXCwa5bVtWDy2 JAfSg9ENQnIYR3tO
qidZIXz/xbrxSTj3EEfjOYJfOQRLlcCNHMEvXrzoskLP4m6OAVHJprEepthS WtNSwpUHzYGq1ITK
m1WIZkjYKCxhRrYO6+dFyEoQykhmmAXX/FlOtlM5x60cXTtLfov37n7cKoFN PWzXxtXPt79x9Jk1
3ylr9xfWiqSba8VisCC29Dv3vx18efVvH+DITg3WDAc5IJElPnwDUEsBAhQD CgAAAAAAN1s/NgAA
AAAAAAAAAAAAAB0AAAAAAAAAAAAQAO1BAAAAAGRlLmdlYml0bXMuZ2VwbGFu LmNvcmVfMS4wLjAv
UEsBAhQDCgAAAAAAN1s/NgAAAAAAAAAAAAAAAB8AAAAAAAAAAAAQAO1BOwAA AGRlLmdlYml0bXMu
Z2VwbGFuLmdsb2JhbF8xLjAuMC9QSwECFAMKAAAAAAA3Wz82AAAAAAAAAAAA AAAAGwAAAAAAAAAA
ABAA7UF4AAAAZGUuZ2ViaXRtcy5nZXBsYW4udWlfMS4wLjAvUEsBAhQDCgAA AAAAN1s/NgAAAAAA
AAAAAAAAAB0AAAAAAAAAAAAQAO1BsQAAAGRlLmdlYml0bXMuZ2VwbGFuLnV0 aWxfMS4wLjAvUEsB
AhQDCgAAAAgAN1s/NrsvLUsqAQAArwEAACkAAAAAAAAAAAAAAKSB7AAAAGRl LmdlYml0bXMuZ2Vw
bGFuLmNvcmVfMS4wLjAvQGRvdC5iaW4ubG9nUEsBAhQDCgAAAAgAN1s/Nify k1V3AAAAgQAAACsA
AAAAAAAAAAAAAKSBXQIAAGRlLmdlYml0bXMuZ2VwbGFuLmdsb2JhbF8xLjAu MC9AZG90LmJpbi5s
b2dQSwECFAMKAAAACAA3Wz82fvcV3UwBAAAWAgAAJwAAAAAAAAAAAAAApIEd AwAAZGUuZ2ViaXRt
cy5nZXBsYW4udWlfMS4wLjAvQGRvdC5iaW4ubG9nUEsBAhQDCgAAAAgAN1s/ Nsmc3Y1uAQAAuwMA
ACkAAAAAAAAAAAAAAKSBrgQAAGRlLmdlYml0bXMuZ2VwbGFuLnV0aWxfMS4w LjAvQGRvdC5iaW4u
bG9nUEsFBgAAAAAIAAgAiAIAAGMGAAAAAA==
------=_Part_556_30813025.1170239937464--
|
|
| | | | | | | |
Goto Forum:
Current Time: Sat May 24 13:12:57 EDT 2025
Powered by FUDForum. Page generated in 0.06280 seconds
|