Re: AssetsModule.ResourceMinimizer Exception yui compressor

2013-04-08 Thread Lenny Primak
Good to hear. Yes you are correct. You need to include the rhino version you want. On Apr 8, 2013, at 3:27 AM, Rural Hunter wrote: > thanks. this works though I need to include a rhino dependency specifically. > > 于 2013/4/4 2:06, Lenny Primak 写道: >> Here is something that may help you: >>

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2013-04-08 Thread Rural Hunter
thanks. this works though I need to include a rhino dependency specifically. 于 2013/4/4 2:06, Lenny Primak 写道: Here is something that may help you: This loads a replacement of tapestry-yuicompressor that bundles in the yuicompressor library and rhino in such a way that it doesn't conflict with

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2013-04-03 Thread Lenny Primak
Here is something that may help you: This loads a replacement of tapestry-yuicompressor that bundles in the yuicompressor library and rhino in such a way that it doesn't conflict with any other version of rhino you are using. I.e. don't include stock tapestry-yuicompressor or yuicompressor from

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2013-04-01 Thread Rural Hunter
Hi, The URL is not available any more. Can somebody send me Luck's package kindly? Thanks in advance. 于 2012/4/23 19:37, Luke Wilson 写道: On 23 Apr 2012, at 11:25, netdawg wrote: Thanks, Luke. Yes, please... I've uploaded the repackaged version here: http://viscri.co.uk/labs/tapestry/yuic

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2012-04-25 Thread netdawg
Best I can tell, this issue melted away after I fixed my jQuery dependent scripts. Specifically to replace $ with jQuery as advised below: http://docs.jquery.com/Using_jQuery_with_Other_Libraries My application is no longer dependent on yuicompressor-rhino-bugfix. I also whacked the yuicompres

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2012-04-23 Thread Luke Wilson
On 23 Apr 2012, at 17:58, Kalle Korhonen wrote: > On Mon, Apr 23, 2012 at 4:37 AM, Luke Wilson wrote: >> On 23 Apr 2012, at 11:25, netdawg wrote: >>> Thanks, Luke. Yes, please... >> I've uploaded the repackaged version here: >> http://viscri.co.uk/labs/tapestry/yuicompressor-rhino-bugfix-5.0.ja

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2012-04-23 Thread Kalle Korhonen
On Mon, Apr 23, 2012 at 4:37 AM, Luke Wilson wrote: > On 23 Apr 2012, at 11:25, netdawg wrote: >> Thanks, Luke.  Yes, please... > I've uploaded the repackaged version here: > http://viscri.co.uk/labs/tapestry/yuicompressor-rhino-bugfix-5.0.jar Did you actually change any of the code or you just

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2012-04-23 Thread Luke Wilson
Pleased it worked. Luke On 23 Apr 2012, at 17:23, netdawg wrote: > Indeed that fixed the issue. > > Much Thanks, Luke. > > This community is simply great! > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/AssetsModule-ResourceMinimizer-Exception-yui-c

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2012-04-23 Thread netdawg
Specifically, install the jar into repository as follows: mvn install:install-file -Dfile=yuicompressor-rhino-bugfix-5.0.jar -DgroupId=yuicompressorbugfix -DartifactId=yuicompressor-rhino-bugfix -Dversion=5.0 -Dpackaging=jar Added/replaced the following in pom.xml org.apa

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2012-04-23 Thread netdawg
Indeed that fixed the issue. Much Thanks, Luke. This community is simply great! -- View this message in context: http://tapestry.1045711.n5.nabble.com/AssetsModule-ResourceMinimizer-Exception-yui-compressor-tp5658826p5659834.html Sent from the Tapestry - User mailing list archive at Nab

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2012-04-23 Thread Luke Wilson
On 23 Apr 2012, at 11:25, netdawg wrote: > Thanks, Luke. Yes, please... I've uploaded the repackaged version here: http://viscri.co.uk/labs/tapestry/yuicompressor-rhino-bugfix-5.0.jar > > net.dawg at yahoo > > Did I have to install into maven repository (would appreciate version etc)? >

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2012-04-23 Thread Luke Wilson
The only way I could fix this when I came across this problem was to repackage the whole yui jar to contain most of rhino. http://stackoverflow.com/questions/6652550/yui-compressor-stringindexoutofboundsexception-on-jboss Let me know if you need the package and I'll see if I can send it to you.

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2012-04-23 Thread netdawg
Thanks, Chris. Yes, I whacked yui from pom. Still same issue. I put the script into my tml. But it is failing on jquery-1.7.2.min.js as well. -- View this message in context: http://tapestry.1045711.n5.nabble.com/AssetsModule-ResourceMinimizer-Exception-yui-compressor-tp5658826p5658865.html

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2012-04-23 Thread Chris Mylonas
ah dude, there was a resolution to this last week i think. check back through the last 10 days of this list. IIRC, if you can remove yui from your dependencies, you should be right On 23/04/2012, at 7:47 PM, netdawg wrote: > Tried compressing it... > > java -jar yuicompressor-2.4.7.jar addCheck

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2012-04-23 Thread netdawg
Tried compressing it... java -jar yuicompressor-2.4.7.jar addCheckBoxLabelToKeywords.js -o addCheckBoxLabelToKeywords-min.js Still same failure. Works in Jetty. Tomcat is failing on this... -- View this message in context: http://tapestry.1045711.n5.nabble.com/AssetsModule-ResourceMinimiz

Re: AssetsModule.ResourceMinimizer Exception yui compressor

2012-04-23 Thread netdawg
Tried https://issues.apache.org/jira/browse/TAP5-1729 No success -- View this message in context: http://tapestry.1045711.n5.nabble.com/AssetsModule-ResourceMinimizer-Exception-yui-compressor-tp5658826p5658828.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

AssetsModule.ResourceMinimizer Exception yui compressor

2012-04-23 Thread netdawg
With or without (by comment out in pom.xml) yui-compressor, getting the following minimizing exception. Application 'app' (version 1.0-SNAPSHOT) startup time: 274 ms to build IoC Regis try, 862 ms overall. __ __ /_ __/__ ___ ___ / /___ __ / _