Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Problem with Jem Tests



On Tue, Apr 3, 2018 at 5:46 AM, Robert Stryker <stryker@xxxxxxxxxx> wrote:
ProxySuite attempts to add target/classes on the cp of any test project, but this won't work for tycho.

Can't the test bundle add itself as a jar in test project classpath in this case? Best thing would be to try to resolve the .class file from classloader, retrieve URL, resolve it to a jar path or a directory and use this resolved source to add to classpath.
 
2) About 15 fails seem to be due to AntRunner. No idea here either.

Probably a similar classloading issue due to layout being more "regular" with Tycho when tests expect to be in the form of an open project in a developer workspace. Have you tried having the bundle using Eclipse-BundleShape: dir? It sometimes work for such issues.

HTH

Back to the top