Replies: 2 comments 3 replies
-
I always found it useful to look at some of the tycho it tests like e.g. this one: https://github.com/eclipse-tycho/tycho/tree/main/tycho-its/projects/multiPlatform.product (the product config is in the .rcp project) |
Beta Was this translation helpful? Give feedback.
-
Simply create a folder (in case of the example its
Yes you can always reference the folder in maven
Please don't hesitate to enhance it if you feel something is missing, it is just edit some markdown files here: https://github.com/eclipse-tycho/tycho/tree/main/src/site/markdown |
Beta Was this translation helpful? Give feedback.
-
I'm trying to understand the tycho PDE build (as replacement for the no longer supported PDE build), unfortunately the documentation is rather sparse. Just now I try to understand where and how to specify the product file for a build. According to https://tycho.eclipseprojects.io/doc/latest/StructuredBuild.html there can be a products module folder. But what precisely is the expected structure of each entry? Is it alternatively possible to provide a maven path information that point to the product file?
Beta Was this translation helpful? Give feedback.
All reactions