You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to have a feature to define the name of the target file.
Tycho needs a target file to be named .target
So I would like to create several tpd files in my project which would overwrite the same target file. This would allow to switch the build target quite easily, without renaming/moving files around.
The text was updated successfully, but these errors were encountered:
This sounds compelling but I think it may be dangerous to have several tpdfiles which would override a single targetfile. You will never know which target you will compile against on your continuous integration server (it will depends on the last generation...).
Otherwise, the feature by itself seems legitimate. How would you see the specification of the target file name? A popup when you call the generation of the .target? I would prefer not to do that in the language itself, as this is more a configuration of each run rather than something that should be hardcoded in the file instance.
I'm wondering why you don't simply use Maven profiles to solve this issue? I mean, you are not switching the build target interactively when running those Tycho builds, or are you?
I would love to have a feature to define the name of the target file.
Tycho needs a target file to be named .target
So I would like to create several tpd files in my project which would overwrite the same target file. This would allow to switch the build target quite easily, without renaming/moving files around.
The text was updated successfully, but these errors were encountered: