Skip to content

Netbeans Javafx Implementation for XXX not bringing in fxml jar #9546

Description

@stefanofornari

Apache NetBeans version

Apache NetBeans 31 latest release candidate

What happened

When installing Netbeans Javafx for XXX module all javafx modules are installed in ext but javafx-fxml. This is a big issue for many javafx applications which usually describe the UI with fxml descriptors.

cd ~/.netbeans/31-rc2/modules/ext
ls
javafx-base-23.0.2-linux.jar  javafx-controls-23.0.2-linux.jar  javafx-graphics-23.0.2-linux.jar  javafx-media-23.0.2-linux.jar  javafx-swing-23.0.2-linux.jar  javafx-web-23.0.2-linux.jar  jdk-jsobject-25.0.3.2.jar

log:

INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Trying external URL: m2:/org.openjfx:javafx-base:23.0.2:jar:linux
INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Trying external URL: m2:/org.openjfx:javafx-controls:23.0.2:jar:linux
INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Trying external URL: m2:/org.openjfx:javafx-graphics:23.0.2:jar:linux
INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Trying external URL: m2:/org.openjfx:javafx-media:23.0.2:jar:linux
INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Trying external URL: m2:/org.openjfx:javafx-swing:23.0.2:jar:linux
INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Trying external URL: m2:/org.openjfx:javafx-web:23.0.2:jar:linux
INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Trying external URL: m2:/eu.doppel-helix.netbeans.lib:jdk-jsobject:25.0.3.2:jar
INFO [org.netbeans.updater]: 780: Unpacking org-netbeans-libs-javafx-linux.nbm
INFO [org.netbeans.updater]: File installed /home/ste/.netbeans/31-rc2/config/Modules/org-netbeans-libs-javafx-linux.xml@0
INFO [org.netbeans.updater]: Copied file /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm:netbeans/config/Modules/org-netbeans-libs-javafx-linux.xml to /home/ste/.netbeans/31-rc2/config/Modules/org-netbeans-libs-javafx-linux.xml
INFO [org.netbeans.updater]: 810: Downloading /home/ste/.netbeans/31-rc2/modules/ext/javafx-base-23.0.2-linux.jar
INFO [org.netbeans.updater]: File installed /home/ste/.netbeans/31-rc2/modules/ext/javafx-base-23.0.2-linux.jar@0
INFO [org.netbeans.updater]: Copied external file /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm.addb15fa to /home/ste/.netbeans/31-rc2/modules/ext/javafx-base-23.0.2-linux.jar
INFO [org.netbeans.updater]: File /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm.addb15fa deleted.
INFO [org.netbeans.updater]: 810: Downloading /home/ste/.netbeans/31-rc2/modules/ext/javafx-controls-23.0.2-linux.jar
INFO [org.netbeans.updater]: File installed /home/ste/.netbeans/31-rc2/modules/ext/javafx-controls-23.0.2-linux.jar@0
INFO [org.netbeans.updater]: Copied external file /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm.30c56f33 to /home/ste/.netbeans/31-rc2/modules/ext/javafx-controls-23.0.2-linux.jar
INFO [org.netbeans.updater]: File /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm.30c56f33 deleted.
INFO [org.netbeans.updater]: 810: Downloading /home/ste/.netbeans/31-rc2/modules/ext/javafx-graphics-23.0.2-linux.jar
INFO [org.netbeans.updater]: File installed /home/ste/.netbeans/31-rc2/modules/ext/javafx-graphics-23.0.2-linux.jar@0
INFO [org.netbeans.updater]: Copied external file /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm.76b68f2c to /home/ste/.netbeans/31-rc2/modules/ext/javafx-graphics-23.0.2-linux.jar
INFO [org.netbeans.updater]: File /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm.76b68f2c deleted.
INFO [org.netbeans.updater]: 810: Downloading /home/ste/.netbeans/31-rc2/modules/ext/javafx-media-23.0.2-linux.jar
INFO [org.netbeans.updater]: File installed /home/ste/.netbeans/31-rc2/modules/ext/javafx-media-23.0.2-linux.jar@0
INFO [org.netbeans.updater]: Copied external file /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm.9ab05689 to /home/ste/.netbeans/31-rc2/modules/ext/javafx-media-23.0.2-linux.jar
INFO [org.netbeans.updater]: File /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm.9ab05689 deleted.
INFO [org.netbeans.updater]: 810: Downloading /home/ste/.netbeans/31-rc2/modules/ext/javafx-swing-23.0.2-linux.jar
INFO [org.netbeans.updater]: File installed /home/ste/.netbeans/31-rc2/modules/ext/javafx-swing-23.0.2-linux.jar@0
INFO [org.netbeans.updater]: Copied external file /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm.cae3f317 to /home/ste/.netbeans/31-rc2/modules/ext/javafx-swing-23.0.2-linux.jar
INFO [org.netbeans.updater]: File /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm.cae3f317 deleted.
INFO [org.netbeans.updater]: 810: Downloading /home/ste/.netbeans/31-rc2/modules/ext/javafx-web-23.0.2-linux.jar
INFO [org.netbeans.updater]: File installed /home/ste/.netbeans/31-rc2/modules/ext/javafx-web-23.0.2-linux.jar@0
INFO [org.netbeans.updater]: Copied external file /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm.f52cde86 to /home/ste/.netbeans/31-rc2/modules/ext/javafx-web-23.0.2-linux.jar
INFO [org.netbeans.updater]: File /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm.f52cde86 deleted.
INFO [org.netbeans.updater]: File installed /home/ste/.netbeans/31-rc2/modules/org-netbeans-libs-javafx-linux.jar@0
INFO [org.netbeans.updater]: Copied file /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm:netbeans/modules/org-netbeans-libs-javafx-linux.jar to /home/ste/.netbeans/31-rc2/modules/org-netbeans-libs-javafx-linux.jar
INFO [org.netbeans.updater]: File /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-javafx-linux.nbm deleted.
INFO [org.netbeans.updater]: Use XML Transformer: com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl@514fe5a7
INFO [org.netbeans.updater]: File /home/ste/.netbeans/31-rc2/update_tracking/org-netbeans-libs-javafx-linux.xml modified.
INFO [org.netbeans.updater]: File installed /home/ste/.netbeans/31-rc2/update_tracking/org-netbeans-libs-javafx-linux.xml@0
INFO [org.netbeans.updater]: 780: Unpacking org-netbeans-libs-jsobject.nbm
INFO [org.netbeans.updater]: File installed /home/ste/.netbeans/31-rc2/config/Modules/org-netbeans-libs-jsobject.xml@0
INFO [org.netbeans.updater]: Copied file /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-jsobject.nbm:netbeans/config/Modules/org-netbeans-libs-jsobject.xml to /home/ste/.netbeans/31-rc2/config/Modules/org-netbeans-libs-jsobject.xml
INFO [org.netbeans.updater]: 810: Downloading /home/ste/.netbeans/31-rc2/modules/ext/jdk-jsobject-25.0.3.2.jar
INFO [org.netbeans.updater]: File installed /home/ste/.netbeans/31-rc2/modules/ext/jdk-jsobject-25.0.3.2.jar@0
INFO [org.netbeans.updater]: Copied external file /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-jsobject.nbm.e5728ec7 to /home/ste/.netbeans/31-rc2/modules/ext/jdk-jsobject-25.0.3.2.jar
INFO [org.netbeans.updater]: File /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-jsobject.nbm.e5728ec7 deleted.
INFO [org.netbeans.updater]: File installed /home/ste/.netbeans/31-rc2/modules/org-netbeans-libs-jsobject.jar@0
INFO [org.netbeans.updater]: Copied file /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-jsobject.nbm:netbeans/modules/org-netbeans-libs-jsobject.jar to /home/ste/.netbeans/31-rc2/modules/org-netbeans-libs-jsobject.jar
INFO [org.netbeans.updater]: File /home/ste/.netbeans/31-rc2/update/download/org-netbeans-libs-jsobject.nbm deleted.
INFO [org.netbeans.updater]: Use XML Transformer: com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl@714da506
INFO [org.netbeans.updater]: File /home/ste/.netbeans/31-rc2/update_tracking/org-netbeans-libs-jsobject.xml modified.
INFO [org.netbeans.updater]: File installed /home/ste/.netbeans/31-rc2/update_tracking/org-netbeans-libs-jsobject.xml@0
INFO [org.netbeans.updater]: File /home/ste/.netbeans/31-rc2/update/download/additional_information.xml deleted.

Language / Project Type / NetBeans Component

core ide (no project needed)

How to reproduce

  1. Open Tools/Plugins
  2. Install Netbeans Javafx for XXX
  3. observe the missing jar in ~/.netbeans/31-rc2/modules/ext

Did this work correctly in an earlier version?

No / Don't know

Operating System

all platforms

JDK

openjdk, oracle, zulu

Apache NetBeans packaging

Apache NetBeans binary zip

Anything else

It would be great to get this fixed in 31

Are you willing to submit a pull request?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind:bugBug report or fixneeds:triageRequires attention from one of the committers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions