Build support for JDK-8044627

Pavel Rappo pavel.rappo at oracle.com
Tue Oct 14 13:27:16 UTC 2014


Hi,

I can't build jdk9/dev repo after I introduced 4 'META-INF/service/javax.naming.spi.InitialContextFactory' files to support JNDI providers loading as a service [1]. My guess is that 'META-INF/service/javax.naming.spi.InitialContextFactory' files from different modules are being copied into the same jar. What I really need to have is a single concatenated 'META-INF/service/javax.naming.spi.InitialContextFactory' file with 4 lines. It will work fine for now.

Could you please help me to resolve this? Thanks.

---------------------------------------------------------
[1] http://cr.openjdk.java.net/~prappo/8044627/webrev.01/

-Pavel




More information about the build-dev mailing list