Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Problem converting a PDE-Test.launch into a maven target

Hi

In our Eclipse RCP https://github.com/elexis/elexis-3-core we have a launcher 
file ch.elexis.core.ui.importer.div.tests/ImporterAllTests.launch for a PDE-
Test which runs fine in the Eclipse-IDE.

I tried in vain to make it run via maven.

I tried to specify the Eclipse-app
by setting
 <application>ch.elexis.core.application.ElexisApp</application>
This did not help.

What I am however sure is that I don't reach the following point compared to 
the Eclipse-IDE launch:
> Thread [main] (Suspended (breakpoint at line 47 in Desk))
> 
> 	Desk.start(IApplicationContext) line: 46
> 	NonUIThreadTestApplication.runApp(Object, IApplicationContext, String[])
> 
> line: 54
> 
> 	NonUIThreadTestApplication.start(IApplicationContext) line: 48
> 	EclipseAppHandle.run(Object) line: 196
> 	EclipseAppLauncher.runApplication(Object) line: 110
> 	EclipseAppLauncher.start(Object) line: 79
> 	EclipseStarter.run(Object) line: 353
> 	EclipseStarter.run(String[], Runnable) line: 180
> 	NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not
> 
> available [native method]
> 
> 	NativeMethodAccessorImpl.invoke(Object, Object[]) line: 57
> 	DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 43
> 	Method.invoke(Object, Object...) line: 606
> 	Main.invokeFramework(String[], URL[]) line: 629
> 	Main.basicRun(String[]) line: 584
> 	Main.run(String[]) line: 1438
> 	Main.main(String[]) line: 1414

Any hint would be appreciated.

Best regards

Niklaus


Back to the top