Not sure what I do wrong (wrong maven/Java installed)? I'm able to build latest Eclipse SDK locally with same maven/Java pair, so probably not the root cause. I assume some bits (copilot-agent/dist/) are not stored in the repo and some manual steps are missing.
Anyway, steps I follow are from https://github.com/microsoft/copilot-for-eclipse/blob/main/CONTRIBUTING.md
git pull origin main
From https://github.com/microsoft/copilot-for-eclipse
* branch main -> FETCH_HEAD
Already up to date.
mvn -e clean package
... lot of usual maven garbage and finally the error:
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:4.0.13:package-plugin (default-package-plugin) on project com.microsoft.copilot.eclipse.core: /data/git/copilot-for-eclipse/com.microsoft.copilot.eclipse.core/build.properties: bin.includes value(s) [copilot-agent/dist/] do not match any files
Not sure what I do wrong (wrong maven/Java installed)? I'm able to build latest Eclipse SDK locally with same maven/Java pair, so probably not the root cause. I assume some bits (copilot-agent/dist/) are not stored in the repo and some manual steps are missing.
Anyway, steps I follow are from https://github.com/microsoft/copilot-for-eclipse/blob/main/CONTRIBUTING.md