Skip to main content

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

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



Back to the top