I have downloaded and installed the P4 Eclipse plugins (specifically com.perforce.team.core) and have written a plugin of my own to extend from theirs.
Using Tycho to automate the headless build is proving tough however. The build process downloads the Eclipse plugins for the build (good) but cannot download the P4 Eclipse plugins (bad) .. frustrating when they're in the local Eclipse installation.
Caused by: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from com.pushtechnology.p4tools.openFileSearch 1.0.0.qualifier to bundle com.perforce.team.core 2010.1.275861.", "No solution found because the problem is unsatisfiable."]
How can I direct Tycho to look to the local Eclipse installation, rather then floundering about on the Internet?