On Tue, 12 Nov 2013 13:02:46 +0000 <[email protected]> wrote:
> Hello. > > I've run into a strange but easily reproduced problem with the jar files > generated by Maven. Essentially, if I generate a jar file containing a > large number of files (>= 65536, in practice), then javac becomes unable > to resolve classes from that jar file. This only occurs with jars produced > by the Maven jar plugin, and only when the number of files is large (as > demonstrated below). > > An example build, using the maven exec plugin to generate a large > number (65525) of files: > > http://waste.io7m.com/2013/11/12/jarbug.zip Can anyone else reproduce this problem? This would seem to indicate a serious bug somewhere. I'm trying to eliminate Maven as a cause. M --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
