python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Could not find maven-metadata.xml in local during release
I have a local Eclipse RCP project on my Windows machine. One of my remote repositories is used for development and the other for staging during release. The tools used during build and release are Ma...
Per
Votes: 0
Answers: 1
Where are those snapshot bundles required by Tycho build?
When building CBI aggregator from Git source (https://github.com/eclipse-cbi/p2repo-aggregator/) I always come across errors due to some snapshot bundle requirements. For example,
[ERROR] Internal err...
Baytars
Votes: 0
Answers: 1
Maven jar dependency not found at runtime by OSGi environment
I'm building an Eclipse product that requires some external dependencies, which are not bundled as Eclipse plugins.
For example javax.json-1.1.4.jar.
I'm usign a target platform file, with Maven depen...
Gionata
Votes: 0
Answers: 1
Eclipse feature patch with Maven+Tycho build
I'm currently developing an Eclipse RCP application, built with Maven v3.8.4 and Tycho v2.6.0.
Everything works as expected, except a feature patch that patches the original Eclipse feature org.eclips...
Gionata
Votes: 0
Answers: 1