Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
11.0
Description
Running NetBeans 11 VC1 on JDK11 with an empty directory. Trying to create "Java with Maven/Java Frontend App" - I am asked to "download & activate" or just "activate". I select "download & activate".
Download works OK, but then I am presented with an ugly warning: Enable unsigned components? That is scary, can we get rid of that?
As far as I know the NBMs are created during NetBeans build - nb/updatecenters/build.xml b/nb/updatecenters/build.xml - I just don't know how they should be signed.
<target name="javafx-nbms" description="Prepare NBMs for 3rd party libraries" depends="init"> <subant target="nbm" inheritall="false"> <property name="build.dir" location="build/3rdparty-nbms"/> <fileset dir="${nb_all}/extra" includes="libs.javafx.*/build.xml"/> </subant> <taskdef name="makeupdatedesc" classname="org.netbeans.nbbuild.MakeUpdateDesc" classpath="${nbantext.jar}"/> <property name="3rdparty.dir" location="build/classes/org/netbeans/modules/updatecenters/resources"/> <mkdir dir="${3rdparty.dir}"/> <makeupdatedesc desc="${3rdparty.dir}/3rdparty-catalog.xml" distbase="." uselicenseurl="true"> <fileset dir="build/3rdparty-nbms"> <include name="*.nbm"/> </fileset> </makeupdatedesc> <copy todir="${3rdparty.dir}"> <fileset dir="build/3rdparty-nbms"> <include name="*.nbm"/> </fileset> </copy> </target>
Attachments
Issue Links
- links to
- mentioned in
-
Page Loading...