-
HI, I just tried your example, but it fails with
> Cannot resolve project dependencies:
> [ERROR] Software being installed: sample.mvn.app.product 1.0.0
> [ERROR] Missing requirement: org.…
-
I'm getting this when I try to build:
~~~~
Steves-iMac:PreferencesFX shannah$ gradle jar
:compileJava
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all depe…
-
I got the following errors while trying to compile under openjdk 10 using -
`mvn clean package install `
see http://paste.debian.net/1024414/
although jftr, at least in openjdk 10 openjfx is…
-
Proxy in maven is set up correctly, but the plugin seems to ignore the settings as of now. If a dependency is reachable only via proxy, the "Scanning for projects" phase of maven results in a connecti…
-
Hey,
I just forked the repository and committed something. Travis failed with the same message I got on my local machine. Looks like there is a missing maven repository for the `org.eclipse.*`.
I th…
-
I wanted to build the latest dev version (commit e726ec71d0). I build the p2:site dependencies successfully, but when trying to build the main application via
```
mvn clean verify
```
I get the fo…
-
I've come across FxGraph: http://efxclipse.org/fxgraph.html
It shows how a nicer JSON like syntax is possible, without recurring to all those static methods that are not really the Java way.
Unfortun…
-
In order to test for java 9 support on mars-sim in eclipse, we need to use a special Eclipse SDK build available at http://download.eclipse.org/eclipse/updates/4.7-Y-builds/
see https://wiki.eclips…
mokun updated
6 years ago
-
In an e4 JavaFX RCP application it seems currently not possible to detach an editor via drag and drop.
This is possible with the SWT Renderer and it would be nice if the fx DndAddon could support the…
-
CSS is still based on Eclipse 4.5 Mars.
What looks interesting from https://www.eclipse.org/eclipse/news/4.6/ :
* SWT support for high DPI monitors
* Command to toggle window toolbars, fullsc…