ebarboni opened a new pull request, #9317: URL: https://github.com/apache/netbeans/pull/9317
kind of the opposite of #9312 I do not remember if it was possible to generate a NetBeans jnlp back in the day. ` ant build-jnlp` build only the different modules this seems to work to rebuild jnlp files. this is quite long (20minutes) the sha1 is not working anymore so need a bump to sha256 jnlp.verify.exclusion updated to match what ant warns about. Some late verification like this one are failling (jarsigner also say so): ``` <testcase classname="org.netbeans.nbbuild.VerifyJNLP" name="/home/barboni/fork/netbeans/netbeans/nbbootstrap/netbeans/nbbuild/build/jnlp/org-eclipse-core-contenttype.jnlp/testSignatures" time="0.0"> <failure message="error examining signatures in /home/barboni/fork/netbeans/netbeans/nbbootstrap/netbeans/nbbuild/build/jnlp/org-eclipse-core-contenttype/org-eclipse-core-contenttype.jar: java.lang.SecurityException: invalid SHA1 signature file digest for org/eclipse/core/internal/content/XMLRootHandler$StopParsingException.class" type="junit.framework.AssertionFailedError">error examining signatures in /home/barboni/fork/netbeans/netbeans/nbbootstrap/netbeans/nbbuild/build/jnlp/org-eclipse-core-contenttype/org-eclipse-core-contenttype.jar: java.lang.SecurityException: invalid SHA1 signature file digest for org/eclipse/core/internal/content/XMLRootHandler$StopParsingException.class</failure> </testcase> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
