You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Moacir da Roza Flores (Jira)" <ji...@apache.org> on 2021/01/17 23:28:00 UTC

[jira] [Updated] (NETBEANS-5258) JavaFX Scene Builder 15.0.0 Integration Linux

     [ https://issues.apache.org/jira/browse/NETBEANS-5258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Moacir da Roza Flores updated NETBEANS-5258:
--------------------------------------------
    Description: 
Hello,
 Scene Builder 15.0.0 changed some structure of installation folder, so the integration is broken.
 To fix it open the file
 repository/netbeans/javafx/javafx2.scenebuilder/src/org/netbeans/modules/javafx2/scenebuilder/impl/Bundle.properties

Replace this lines:
 UX_LAUNCHER=JavaFXSceneBuilder$ver$;SceneBuilder
 UX_PROPERTIES=app/scenebuilder.properties;app/SceneBuilder.cfg

By

UX_LAUNCHER=JavaFXSceneBuilder$ver$;SceneBuilder;bin/SceneBuilder
 UX_PROPERTIES=app/scenebuilder.properties;app/SceneBuilder.cfg;lib/app/SceneBuilder.cfg

Can i open a pull request?

Obs.: Thanks to the people that did this, was very easy support other versions of scenebuilder, very well done, i'm surprised how easy was build netbeans.

  was:
Hello,
Scene Builder 15.0.0 changed some structure of installation folder, so the integration is broken.
To fix it open the file
repository/netbeans/javafx/javafx2.scenebuilder/src/org/netbeans/modules/javafx2/scenebuilder/impl/Bundle.properties

Replace this lines:
UX_LAUNCHER=JavaFXSceneBuilder$ver$;SceneBuilder
UX_PROPERTIES=app/scenebuilder.properties;app/SceneBuilder.cfg

By

UX_LAUNCHER=JavaFXSceneBuilder$ver$;SceneBuilder*;bin/SceneBuilder*
UX_PROPERTIES=app/scenebuilder.properties;app/SceneBuilder.cfg*;lib/app/SceneBuilder.cfg*

Can i open a pull request?

Obs.: Thanks to the people that did this, was very easy support other versions of scenebuilder, very well done, i'm surprised how easy was build netbeans.


> JavaFX Scene Builder 15.0.0 Integration Linux
> ---------------------------------------------
>
>                 Key: NETBEANS-5258
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5258
>             Project: NetBeans
>          Issue Type: Bug
>    Affects Versions: 12.2
>         Environment: Manjaro
> Netbeans 12.2
> Scene Builder 15.0.0
>            Reporter: Moacir da Roza Flores
>            Priority: Major
>
> Hello,
>  Scene Builder 15.0.0 changed some structure of installation folder, so the integration is broken.
>  To fix it open the file
>  repository/netbeans/javafx/javafx2.scenebuilder/src/org/netbeans/modules/javafx2/scenebuilder/impl/Bundle.properties
> Replace this lines:
>  UX_LAUNCHER=JavaFXSceneBuilder$ver$;SceneBuilder
>  UX_PROPERTIES=app/scenebuilder.properties;app/SceneBuilder.cfg
> By
> UX_LAUNCHER=JavaFXSceneBuilder$ver$;SceneBuilder;bin/SceneBuilder
>  UX_PROPERTIES=app/scenebuilder.properties;app/SceneBuilder.cfg;lib/app/SceneBuilder.cfg
> Can i open a pull request?
> Obs.: Thanks to the people that did this, was very easy support other versions of scenebuilder, very well done, i'm surprised how easy was build netbeans.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists