RE: Enhance performance by generating jar file with -0 option

2004-03-24 Thread Janek Bogucki
On Mon, 2004-03-22 at 18:02, Gary Gregory wrote: I cannot say that I am in favor of this change for several reasons. (1) No performance benchmarks. This sounds like a thought optimization. (2) If the classes do take some amount of time T longer load, so what? Context is what matters, for

Re: Enhance performance by generating jar file with -0 option

2004-03-22 Thread Mark R. Diggory
True, I think, if developers are actually producing Applets, they have a tendency to optimize them as much as possible, even un-jaring and re-wrapping all the classes they are dependent on and eliminating the classes they never use from the dependency jars. In the case of such re-wrapping

Re: Enhance performance by generating jar file with -0 option

2004-03-22 Thread Mark R. Diggory
And yes, maven has this option and its defaulted to true, we should add it to our build.properties so that jars are not compressed. maven.jar.compress -Mark On Mon, 2004-03-22 at 12:06, Mark R. Diggory wrote: True, I think, if developers are actually producing Applets, they have a

RE: Enhance performance by generating jar file with -0 option

2004-03-22 Thread Gary Gregory
Subject: Re: Enhance performance by generating jar file with -0 option And yes, maven has this option and its defaulted to true, we should add it to our build.properties so that jars are not compressed. maven.jar.compress -Mark On Mon, 2004-03-22 at 12:06, Mark R. Diggory wrote: True