Community
Participate
Working Groups
Reproducible only on Windows. The maven build is trying to add a local p2 repository and on windows the path contains the following pattern "file://C:/", which is considered to be an example of authority coomponent in an URI. p2 doesn't like such path for a repository URI so the build fails with in short: Reason: org.eclipse.equinox.p2.core.ProvisionException: URI has an authority component. The fix is to replace "file://" with just "file:", which works on all OSs
Fixed. Targeting 3.5 which will be the first official tooling release.
Another error was the way the installed jdk was referenced. On windows sometimes there are spaces in the paths, which caused an error in the Maven job. The solution was to put quotes around the jdk path in the master pom.xml.