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
