Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Get plugin sources?

This is not a tycho problem but rather a configuration of your debugger env

Jeff

Le 28 janv. 2016 14:31, "Stefan Sobernig" <ss@xxxxxxxxxxxxxxxx> a écrit :
Dear all,

I need to debug a problem in my tycho-driven standalone QVTo application (see separate mail):

https://github.com/mrcalvin/qvto-cli

I can successfully connect via the Eclipse remote debugger, but the fat JAR I am generating using Tycho (with all the Eclipse/QVTo dependencies) is missing the sources. I create the bundle starting from a Eclipse product spec:

https://github.com/mrcalvin/qvto-cli/blob/master/qvt-bundle/qvto.product

How can I instruct tycho to fetch the plugin sources along with the dependency jars? Alterative strategies to link up with the appropriate sources?

All the best,
Stefan

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top