AW: Scenebuilder 8.1.0 removes Licensing / Copyright Terms and all other comments, worked with v8.0.0
Eder Dennis (ETAS/ESY3)
dennis.eder at etas.com
Mon Feb 1 10:48:06 UTC 2016
>> […] or even package scenebuilder as single jar and host it on maven central in the future
that is an interesting idea, Benjamin: self-executable, versioned JARs on Maven Central, incl. POM with build definitions.
Unfortunately, Maven is lacking a scope "DEV" as in "NPM --save-dev"
<dependencies>
<dependency>
<groupId>Gluon</groupId>
<artifactId>Scenebuilder</artifactId>
<version>8.1.0.0</version>
<scope>compile</scope>
<optional>true</optional> <!-- for lack of NPM --save-dev -->
</dependency>
</dependencies>
Best regards,
Dennis
Von: Benjamin Gudehus [mailto:hastebrot at gmail.com]
Gesendet: Montag, 1. Februar 2016 10:36
An: Eder Dennis (ETAS/ESY3)
Cc: support at gluonhq.com; openjfx-dev at openjdk.java.net
Betreff: Re: Scenebuilder 8.1.0 removes Licensing / Copyright Terms and all other comments, worked with v8.0.0
>Until this is fixed, I recommend to continue using Scenebuilder 8.0.0
It saved the comment back as is.
That's bad. Is it possible to host old archives on Bintray or even package scenebuilder as single jar and host it on maven central in the future?
On Feb 1, 2016 10:23 AM, "Eder Dennis (ETAS/ESY3)" <dennis.eder at etas.com> wrote:
Hi FX'lers,
I want to inform everyone that the latest Gluon Scenebuilder 8.1.0, as available here
http://gluonhq.com/open-source/scene-builder/
removes comments, in particular License Headers, e.g.
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) etc
* [...]
*******************************************************************************/
-->
This is a regression bug. Keeping comments was explicitly supported in earlier versions, as discussed here:
https://community.oracle.com/message/11122448#11122448
Until this is fixed, I recommend to continue using Scenebuilder 8.0.0
It saved the comment back as is.
Unfortunately that version does no longer seem to be available on
http://gluonhq.com
Best regards,
Dennis
More information about the openjfx-dev
mailing list