Thanks Matthias, I have an explanation Prior to populating there is a download of index from central to help binding external artefacts for dependencies. RELEASE90-110 were done in a single move, then index update occurs prior to RELEASE111. Looking for validationAPI jar from central give a positive result from at least RELEASE90. So this is taken instead of building an external artefact.
Using org.netbeans.external: ValidationAPI :RELEASE90 should be enough. It is just a jar. Regards Eric -----Message d'origine----- De : Matthias Bläsing <[email protected]> Envoyé : mercredi 18 septembre 2019 17:12 À : [email protected] Objet : Re: Why no RELEASE111 of ValidationAPI? Hi, Am Mittwoch, den 18.09.2019, 16:59 +0200 schrieb Andreas Sewe: > > (I'm not sure it's not a bug.) > > External libs are detected during manifest parse of module. If > > validationAPI is no more referenced it will not be populated. > > Some others like implementations of nbjavac disappears already in > > the RELEASE90. > > ah, so there is some magic happening that I wasn't aware of. > > > Maybe you can use hardcoded 110 for your usage. > > Yes, I could do that, but depending on an unmaintained(?) library > always makes me slightly nervous. > > Is there any chance that ValidationAPI makes it into NetBeans proper? > It's referenced in "Apache NetBeans Platform for Beginners", so I > always thought it to be a part of NetBeans. Or are licensing issues > standing in the way? the library is still used in Netbeans 11.1: https://search.maven.org/artifact/org.netbeans.modules/org-netbeans-modules-swing-validation/RELEASE111/jar However, the dependency for the external jar is: <dependency> <groupId>org.netbeans.external</groupId> <artifactId>ValidationAPI</artifactId> <version>RELEASE90</version> </dependency> I'm not deep enough in the process, that creates the maven artifacts, but it might help to find a leed. 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
