[Lift] Re: YUI Compressor Fatal Error

2009-10-25 Thread David Bernard
FYI: I released a new version of yuicompressor-maven-plugin (same code but use yuicompressor-2.4.2) Note that the groupId was changed, and that the plugin is not yet available on central repo : oss.sonatype.org - github-releases oss.sonatype.org-releases http://oss.sonatyp

[Lift] Re: YUI Compressor Fatal Error

2009-10-08 Thread Dirk Louwers
Hi, I am running 9.04 and have used a workaround to fix the YUI compressor issue. See: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/255149 If I remember correctly I romoved a symlink to the rhino jar from /usr/ lib/jvm/java-6-openjdk/jre/lib and that fixed it (without any noticable

[Lift] Re: YUI Compressor Fatal Error

2009-10-08 Thread Peter Robinett
Hi all, I just switched to the Sun JVM and everything works now, so it definitely was OpenJDK. Oh well. Peter On Oct 6, 7:10 pm, David Pollak wrote: > On Tue, Oct 6, 2009 at 1:39 AM, Peter Robinett wrote: > > > > > Thanks, all. While David Bernard's plan to update the maven plugin is > > very

[Lift] Re: YUI Compressor Fatal Error

2009-10-06 Thread David Pollak
On Tue, Oct 6, 2009 at 1:39 AM, Peter Robinett wrote: > > Thanks, all. While David Bernard's plan to update the maven plugin is > very welcome, the fact that Scala Actors don't work for Comet actors > suggests that I should switch to the Sun JVM. > Keep in mind I was on Ubuntu 8.04 (granted this

[Lift] Re: YUI Compressor Fatal Error

2009-10-06 Thread Peter Robinett
Thanks, all. While David Bernard's plan to update the maven plugin is very welcome, the fact that Scala Actors don't work for Comet actors suggests that I should switch to the Sun JVM. Peter On Oct 6, 8:50 am, David Bernard wrote: > yuicompressor 2.3.x doesn't work with openjdk > (https://bugs.

[Lift] Re: YUI Compressor Fatal Error

2009-10-05 Thread David Bernard
yuicompressor 2.3.x doesn't work with openjdk (https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/287035) But it seems that yuicompressor 2.4.2 works (http://www.electrictoolbox.com/minify-javascript-css-yui-compressor/) It's a long time I didn't update yuicompressor-maven-plugin. I'll depl

[Lift] Re: YUI Compressor Fatal Error

2009-10-05 Thread Ross Mellgren
According to his version number he's running ubuntu and that particular version corresponds to jaunty jackalope (9.04) Unless he spliced that package into debian or something else. -Ross On Oct 5, 2009, at 8:06 PM, David Pollak wrote: > d...@david-desktop:~/Desktop/liftweb/examples/example$ j

[Lift] Re: YUI Compressor Fatal Error

2009-10-05 Thread David Pollak
d...@david-desktop:~/Desktop/liftweb/examples/example$ java -version Picked up JAVA_TOOL_OPTIONS: -Xmx1024M java version "1.6.0_0" OpenJDK Runtime Environment (build 1.6.0_0-b11) OpenJDK Client VM (build 1.6.0_0-b11, mixed mode, sharing) d...@david-desktop:~/Desktop/liftweb/examples/example$ I'm

[Lift] Re: YUI Compressor Fatal Error

2009-10-05 Thread Peter Robinett
Such service! Thanks, David. On Oct 6, 12:10 am, David Pollak wrote: > I'm setting up an OpenJDK ubuntu instance to test > > On Mon, Oct 5, 2009 at 1:10 PM, Peter Robinett wrote: > > > > > > > Ross, I am using OpenJDK: > > $ java -version > > java version "1.6.0_0" > > OpenJDK Runtime Environmen

[Lift] Re: YUI Compressor Fatal Error

2009-10-05 Thread David Pollak
I'm setting up an OpenJDK ubuntu instance to test On Mon, Oct 5, 2009 at 1:10 PM, Peter Robinett wrote: > > Ross, I am using OpenJDK: > $ java -version > java version "1.6.0_0" > OpenJDK Runtime Environment (IcedTea6 1.4.1) (6b14-1.4.1-0ubuntu11) > OpenJDK 64-Bit Server VM (build 14.0-b08, mixed

[Lift] Re: YUI Compressor Fatal Error

2009-10-05 Thread Ross Mellgren
I don't remember hearing any solution that involved staying with OpenJDK in the original thread -- I personally use the Sun JDK and so never noticed this problem. With ubuntu you can add the Sun JDK by installing the sun-java-6-jdk package. Then you have to fiddle with /etc/alternatives to

[Lift] Re: YUI Compressor Fatal Error

2009-10-05 Thread Peter Robinett
Ross, I am using OpenJDK: $ java -version java version "1.6.0_0" OpenJDK Runtime Environment (IcedTea6 1.4.1) (6b14-1.4.1-0ubuntu11) OpenJDK 64-Bit Server VM (build 14.0-b08, mixed mode) Is it possible to use YUI Compressor at all with OpenJDK? Peter On Oct 5, 7:32 pm, Ross Mellgren wrote: > I

[Lift] Re: YUI Compressor Fatal Error

2009-10-05 Thread Ross Mellgren
I thought someone mentioned this a little while ago and it was due to OpenJDK (and only related to the YUI compressor)? -Ross On Oct 5, 2009, at 1:25 PM, jon wrote: > > Is there a syntax problem in one of your javascript files? > > On Oct 5, 1:23 pm, Peter Robinett wrote: >> Hi all, >> >> I'

[Lift] Re: YUI Compressor Fatal Error

2009-10-05 Thread jon
Is there a syntax problem in one of your javascript files? On Oct 5, 1:23 pm, Peter Robinett wrote: > Hi all, > > I've been compiling and running my Lift app on my personal machine > without any problems but when I try to run it on another machine > (where it had previously worked), I am getting