Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 61543 invoked from network); 25 Jan 2007 17:51:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jan 2007 17:51:40 -0000 Received: (qmail 53116 invoked by uid 500); 25 Jan 2007 17:51:44 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 53051 invoked by uid 500); 25 Jan 2007 17:51:44 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 53040 invoked by uid 99); 25 Jan 2007 17:51:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jan 2007 09:51:44 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gary.larsen@envisn.com designates 216.57.116.6 as permitted sender) Received: from [216.57.116.6] (HELO mx1.pshift.com) (216.57.116.6) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jan 2007 09:51:34 -0800 Received: from JAVAGUY1 (unverified [216.204.134.74]) by mx1.pshift.com (Vircom SMTPRS 4.35.480.11) with ESMTP id for ; Thu, 25 Jan 2007 12:51:17 -0500 X-Modus-BlackList: 216.204.134.74=OK;gary.larsen@envisn.com=OK X-Modus-RBL: 216.204.134.74=OK X-Modus-Trusted: 216.204.134.74=NO From: "Gary Larsen" To: Subject: RE: Continuation exception - 2.1.10 upgrade Date: Thu, 25 Jan 2007 12:56:12 -0500 Message-ID: <002301c740aa$1b62db70$4f01a8c0@envisnofc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 thread-index: AcdAmOaETvFFEzz7Sp+raAALIL9B/gAAf6OwAAOBc4A= In-Reply-To: <001801c7409b$6a395800$4f01a8c0@envisnofc.com> X-Virus-Checked: Checked by ClamAV on apache.org > We also spent 2 days trying to fix it inside the rhino code. > Our work around after 2 days was to continue using > rhino1.5r4-continuations-R26.jar. The latest cocoon > revision using the > later jar on subversion is 479984. When I extracted this revision it looks like Tortoise extracted the trunk version of the blocks so I get compile errors: cocoon-block-forms-compile: Compiling 380 source files to C:\development\envisn\cocoon-2.1.10.479984\build\c ocoon\blocks\forms\dest C:\development\envisn\cocoon-2.1.10.479984\src\blocks\forms\java\org\apache\ coco on\forms\util\JavaScriptHelper.java:63: compileReader(org.mozilla.javascript.Scr iptable,java.io.Reader,java.lang.String,int,java.lang.Object) in org.mozilla.jav ascript.Context cannot be applied to (java.io.StringReader,java.lang.String,int, ) script = ctx.compileReader(new StringReader(jsText), // in I guess I'll try 2.1.9 unless there is an easy way to get a revision where the blocks work also. Gary