Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@minotaur.apache.org Received: (qmail 89038 invoked from network); 5 Sep 2009 13:06:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Sep 2009 13:06:22 -0000 Received: (qmail 25366 invoked by uid 500); 5 Sep 2009 13:06:22 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 25351 invoked by uid 500); 5 Sep 2009 13:06:22 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 25341 invoked by uid 99); 5 Sep 2009 13:06:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Sep 2009 13:06:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Sep 2009 13:06:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 71518234C1EB for ; Sat, 5 Sep 2009 06:05:57 -0700 (PDT) Message-ID: <1478164448.1252155957447.JavaMail.jira@brutus> Date: Sat, 5 Sep 2009 06:05:57 -0700 (PDT) From: "Harry Metske (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Created: (JSPWIKI-597) RuntimeException in com.yahoo.platform.yui.compressor.JavaScriptCompressor.printSourceNumber MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org RuntimeException in com.yahoo.platform.yui.compressor.JavaScriptCompressor.printSourceNumber -------------------------------------------------------------------------------------------- Key: JSPWIKI-597 URL: https://issues.apache.org/jira/browse/JSPWIKI-597 Project: JSPWiki Issue Type: Bug Components: Default template Affects Versions: 3.0 Environment: JSPWiki v3.0.0-svn-150 Tomcat 6.0.20 Java 6 Linux FF 3.5 Reporter: Harry Metske I think JavaScript is completely broken at the moment. Looking at the FireFox Error console, it tells me : {noformat} Error: missing ; before statement Source File: http://localhost:8080/JSPWiki/scripts/prettify.js Line: 1, Column: 13 Source Code: Exception in thread "main" java.lang.RuntimeException {noformat} Double clicking it, tells me some more: {noformat} Exception in thread "main" java.lang.RuntimeException at com.yahoo.platform.yui.compressor.JavaScriptCompressor.printSourceNumber(JavaScriptCompressor.java:289) at com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse(JavaScriptCompressor.java:325) at com.yahoo.platform.yui.compressor.JavaScriptCompressor.(JavaScriptCompressor.java:522) at com.yahoo.platform.yui.compressor.YUICompressor.main(YUICompressor.java:120) {noformat} Which reminds me of some error messages when building the project , those might be relate ? : {noformat} ......... compressedjs: [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 1 [java] Java Result: 1 war: [delete] Deleting: /home/metskem/workspace/JSPWiki/build/JSPWiki.war ...... {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.