Does Oomph's target platform task honor p2.httpRule=allow? #122
Unanswered
phermsdorf
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Have you actually imported the project containing the *.target definition before trying to set/use it? E.g., for the Platform SDK setup we also use the *.target file and must import that project before using the *.target in the modular target task: Everything to do with this is delegated to PDE and anything to do with network connections on a normal target location is delegated to p2... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
happy New Year! :)
Now the Question: we have a target platform definition which consumer multiple p2 update sites from an internal nexus instance which for various reasons still only uses http (not https).
When adding this target definition to an Oomph setup definition the target cannot be set when starting the newly provisioned eclipse (without a real concrete error).
When then pressing Cancel and opening the target file it can be successfully resoved and set.
We provision that Eclipse installation with -Dp2.httpRule=allow in the Eclipse.ini file to prevent the "automtic" upgrade from http to https which came with some Eclipse version.
Could it be that the import task does not care about that and tries to make the connection via https instead?
Any other ideas or suggestions what the problem could be?
Thank you.
Bye Peter
Beta Was this translation helpful? Give feedback.
All reactions