Product Export

Status
Nicht offen für weitere Antworten.
G

Gast2

Gast
So jetzt hab ich endlich mal ein Product wo sich starten lässt =), aber sobald ich es exportiere klappt es natürlich nicht...
hier die fehlermeldung
Code:
java.lang.RuntimeException: No application id has been found.
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:56)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
	at java.lang.reflect.Method.invoke(Method.java:391)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
	at org.eclipse.core.launcher.Main.run(Main.java:977)
	at org.eclipse.core.launcher.Main.main(Main.java:952)

weiß nicht warum es sagt dass er keine id findet hab alle ids eingegeben...
 
G

Gast2

Gast
Also ich hab eine .product Datei. Dort habe ich name,id,application ausgewählt und meine Feature...
Danach hab ich bei Testing einfach mal gestartet was funktioniert und nebendran bin ich dann auf Export und danach geht es nicht...
Was hab ich vergessen?
 
G

Gast2

Gast
hier nochmal die fehler meldung

Code:
!ENTRY org.eclipse.core.runtime 2008-07-09 13:18:13.072
!MESSAGE Product ViewRcpWithoutTemp.product5 could not be found.

!ENTRY org.eclipse.osgi 4 0 2008-07-09 13:18:13.072
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:56)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
	at org.eclipse.core.launcher.Main.run(Main.java:977)
	at org.eclipse.core.launcher.Main.main(Main.java:952)

und hier der ausschnitt aus meinem exportierten plugin.xml file

Code:
- <extension id="ViewRcpWithoutTemp.product5" point="org.eclipse.core.runtime.products">
- <product application="ViewRcpWithoutTemp.application" name="test">
  <property name="ViewRcpWithoutTemp.application" value="test" /> 
  <property name="appName" value="test" /> 
  </product>
  </extension>
- <extension id="product5" point="org.eclipse.core.runtime.products">
- <product application="ViewRcpWithoutTemp.application" name="test">
  <property name="appName" value="test" /> 
  </product>
  </extension>

wenn ich die datei mit
eclipse -console Log -noExit -console öffne und ss drücke sind alle bundels auf active oder resolved
 
G

Gast2

Gast
ok neues projekt angelegt alles nochmal reinkopiert... jetzt läufts einwandfrei =)
 
Status
Nicht offen für weitere Antworten.
Ähnliche Java Themen
  Titel Forum Antworten Datum
lumo Eclipse - Export Product Plattformprogrammierung 6
G Eclipse Product Export mit Ant Plattformprogrammierung 1
B Mac Installer aus .product Datei - Programm öffnet sich nicht Plattformprogrammierung 1
Gregorrr Eclipse RCP Product Build-Nummer + Jenkins Plattformprogrammierung 6
C RCP Generieren eines WAR-Files aus einem lauffähigen Product Plattformprogrammierung 2
X OSGi Splash ohne product Plattformprogrammierung 2
N Application & Product Infocenter und eigene TOC Plattformprogrammierung 7
K Feature product Plattformprogrammierung 10
F MacOS: Eclipse RCP Product startet ganz oft Plattformprogrammierung 4
J iE4 injection exception nur bei EXPORT des Programmes Plattformprogrammierung 1
J Charset-Problem nach Plugin-Export Plattformprogrammierung 1
M RCP [Eclipse RCP] Feature Export und "Fehler"... Plattformprogrammierung 3
M RCP Export Feature / JARs signieren / JNLP erstellen mit Buckminster?! Plattformprogrammierung 5
R Export mit Buckminster Plattformprogrammierung 9
lumo RCP libraries werden nach dem export nicht gefunden Plattformprogrammierung 17
L RAP Application export? Plattformprogrammierung 4
G Probleme beim Export Plattformprogrammierung 2
M Fehler bei Plugin Export für eigene Target Platform Plattformprogrammierung 3
K Keine EXE beim Export Plattformprogrammierung 10
hdi Problem bei Eclipse Plugin Export Plattformprogrammierung 9
R Wo/Wie Eclipse Plugin einhängen für Jar-Export? Plattformprogrammierung 14
M Nach Export läuft Applikation nicht mehr??? Plattformprogrammierung 2
G Plugin Export Plattformprogrammierung 4
V Eclipse RCP Encoding beim Export Plattformprogrammierung 4
V Eclipse RCP Export Plattformprogrammierung 19
V Ich brauche hilfe beim Eclipse RCP Export Plattformprogrammierung 8

Ähnliche Java Themen

Neue Themen


Oben