[ 
https://issues.apache.org/jira/browse/NETBEANS-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16867556#comment-16867556
 ] 

Neil C Smith commented on NETBEANS-2132:
----------------------------------------

This still seems to be an issue in NB 11.0, and currently in NB 11.1-beta1.  
Was something missing in the fix or our release process?!

> Unsigned artifact when enabling Java support
> --------------------------------------------
>
>                 Key: NETBEANS-2132
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2132
>             Project: NetBeans
>          Issue Type: Bug
>          Components: platform - HTML4J
>    Affects Versions: 11.0
>            Reporter: Jaroslav Tulach
>            Assignee: Laszlo Kishalmi
>            Priority: Major
>              Labels: 11.0-vc4, pull-request-available
>             Fix For: 11.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> 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.
> {code:java}
>   <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>{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to