On Tue, Apr 3, 2018 at 5:46 AM, Robert Stryker <stry...@redhat.com> 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
_______________________________________________
wtp-dev mailing list
wtp-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev

Reply via email to