equo-ide icon indicating copy to clipboard operation
equo-ide copied to clipboard

Equo IDE

Results 21 equo-ide issues
Sort by recently updated
recently updated
newest added

Scenario: `useMavenCentral(false)` is set in P2Model Expected outcomes: * When running `equoList --installed`, features and plugins should not resolve to either `maven central` or `maven central?` * `p2deps` should not...

bug

I can repro this in [Spotless](https://github.com/diffplug/spotless) with `./gradlew equoIde`. ``` * What went wrong: Configuration cache problems found in this build. 1 problem was found storing the configuration cache. -...

enhancement

To get around issues with proxies, credentials etc, I download some p2 repos and install locally. old p2AsMaven supported file urls for repos. this new p2deps does not :-( ```...

enhancement

Does this plugin support authentication with the remote it is trying to acquire dependencies from?

enhancement

This issue relates (in term of context) with https://github.com/diffplug/spotless/issues/1687 Through Spotless, I end needing to run concurrent P2 invocations in the same environment. It fails with: ``` Caused by: com.diffplug.spotless.ThrowingEx$WrappedAsRuntimeException:...

enhancement
solstice-p2

It happens when debugging a Junit test with the Maven plugin. This is the error in the console: Error opening zip file or JAR manifest missing : /Users/user/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.900/lib/javaagent-shaded.jar Error occurred...

plugin-maven

Something like: **gradleBuildship().autoImport("../project1", "../project2", ".");**

enhancement

It would be handy if you could contribute to any Eclipse project by doing `mvn equo-ide:launch` and get an IDE setup for that project. It would also be handy if...

enhancement
plugin-maven

The p2deps plugin is quite simple, ~50 lines. - #53 Would be very nice to make it available to Maven users as well.

enhancement
plugin-maven

We're getting the following errors on startup with the m2e plugin. If you do `--useAtomos=true` then they all go away (but you get other harder-to-fix errors). Even with these errors,...

bug
solstice-osgi