Hi It's supposed to do ant build-source-config with release and platform as cluster.config Around line 134
https://github.com/apache/netbeans-jenkins-lib/blob/master/vars/asfMainNetBeansBuild.groovy If I delete release113 branch, can I create it again from the master and attitionnal commits later at time? -----Message d'origine----- De : Matthias Bläsing <[email protected]> Envoyé : lundi 20 janvier 2020 21:35 À : [email protected] Objet : Re: Apache NetBeans 11.3: branch created Hi, Am Montag, den 20.01.2020, 21:24 +0100 schrieb Eric Barboni: > Branch release113 created, it seems that build fail on > all-libs.batik.read. > Why travis is ok ? > > https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/ > netbeans/job/release113/2/console Is this a pure platform build? Then the issue is, that commons-codec is part of the ide cluster and not in the platform cluster. And if only the platform cluster is build, the dependency is missing. I suspect we don't have a pure platform build in the travis setup. Someone with a bit more experience with the netbeans build system should be able to say: Is it compatible to move a library from one cluster to another? If so the solution would be to move commons-codec to the platform cluster. Greetings Matthias --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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
