Skip to content
Advertisement

Tag: eclipse-rcp

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 Maven, Git, SSH and GitHub. I can build and run tests without any issues: but when I perform a release prepare: I end up with

SWT DateTime – read date and time from two widgets

Imagine two widgets: and Would would be the most efficient way to read date and time from the two widgets into a single Date variable? Edit: The following solution that I have in mind is far from being elegant. I hope that there is a better way to do this. Answer For Java 8 and later you can use LocalDateTime:

Advertisement