Re: Fwd: Re: Modules with packages duplication

2016-05-19 Thread Georgiy Rakov
Attempt to attach zip failed. Attaching the same content as a patch files.diff. It can be "extracted" by invoking: hg init hg import files.diff -m comments On 18.05.2016 18:16, Jonathan Gibbons wrote: Without yet looking at your zip file, it is possible to compile classes that will not

Re: Fwd: Re: Modules with packages duplication

2016-05-19 Thread Georgiy Rakov
I've attached zip file with test.sh renamed to test_sh, hope this will help. On 18.05.2016 18:16, Jonathan Gibbons wrote: Without yet looking at your zip file, it is possible to compile classes that will not load in the application class loader, because of the restrictions defined for the boot

Re: Fwd: Re: Modules with packages duplication

2016-05-18 Thread Jonathan Gibbons
Without yet looking at your zip file, it is possible to compile classes that will not load in the application class loader, because of the restrictions defined for the boot layer. That does not imply the classes themselves are invalid, since they can be loaded and run in suitable configured lay

Fwd: Re: Modules with packages duplication

2016-05-18 Thread Georgiy Rakov
Hello Jon, we've encountered situation when class files resulted from successful compilation cause runtime error; the sources are compiled by single javac invocation. This looks like incorrect javac behavior, namely it seems that javac should produce compile-time error if one tries to compile