Re: EmptyStackException in production mode in the AssetsModule.ResourceMinimizer

2012-01-27 Thread Howard Lewis Ship
On Fri, Jan 27, 2012 at 3:58 PM, Paul Stanton wrote: > my 2c: the symbols > > tapestry.compress-whitespace > tapestry.enable-minification > > should not default to true (in production mode) since they both are known to > cause issues. Looks like someone isn't writing tests. Part of the point of T

Re: EmptyStackException in production mode in the AssetsModule.ResourceMinimizer

2012-01-27 Thread Lenny Primak
-1 on defaults being false. It will cause backward compatibility issues. On Jan 27, 2012, at 5:58 PM, Paul Stanton wrote: > my 2c: the symbols > > tapestry.compress-whitespace > tapestry.enable-minification > > should not default to true (in production mode) since they both are known to >

Re: EmptyStackException in production mode in the AssetsModule.ResourceMinimizer

2012-01-27 Thread Paul Stanton
my 2c: the symbols tapestry.compress-whitespace tapestry.enable-minification should not default to true (in production mode) since they both are known to cause issues. p. On 5/01/2012 3:51 AM, Howard Lewis Ship wrote: https://issues.apache.org/jira/browse/TAP5-1729 On Wed, Jan 4, 2012 at 8

Re: EmptyStackException in production mode in the AssetsModule.ResourceMinimizer

2012-01-04 Thread Howard Lewis Ship
https://issues.apache.org/jira/browse/TAP5-1729 On Wed, Jan 4, 2012 at 8:22 AM, Howard Lewis Ship wrote: > There's been some issues about this when using tapestry-yuicompressor in > some app servers, such as JBoss. Can you provide details on exactly what > your environment is? > > > On Wed, Jan

Re: EmptyStackException in production mode in the AssetsModule.ResourceMinimizer

2012-01-04 Thread Howard Lewis Ship
There's been some issues about this when using tapestry-yuicompressor in some app servers, such as JBoss. Can you provide details on exactly what your environment is? On Wed, Jan 4, 2012 at 6:08 AM, Thim Anneesens wrote: > Hello everybody. I have an issue in production mode. I get the following