Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 60486 invoked from network); 6 Nov 2005 06:33:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Nov 2005 06:33:33 -0000 Received: (qmail 55932 invoked by uid 500); 6 Nov 2005 06:33:28 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 55897 invoked by uid 500); 6 Nov 2005 06:33:27 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 55881 invoked by uid 99); 6 Nov 2005 06:33:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Nov 2005 22:33:27 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of costin@gmail.com designates 64.233.162.206 as permitted sender) Received: from [64.233.162.206] (HELO zproxy.gmail.com) (64.233.162.206) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Nov 2005 22:33:21 -0800 Received: by zproxy.gmail.com with SMTP id 8so138584nzo for ; Sat, 05 Nov 2005 22:33:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QEf4/kt4+rysMB/psT4NfBi9Q8Nfz11K8EAlWU3yERzDApArxuaWmY279bovP+yKTxLyDt2aHPv3y4RkQxfOdU8gWgmlO5V8L+OMi0Wa6jS/l/weMlm2m4KSn1SII3dkpSEi6tm6n63UiWpLR9j5Drw2xkKQio+CUJc9uuQIR3k= Received: by 10.65.230.6 with SMTP id h6mr4015570qbr; Sat, 05 Nov 2005 22:33:06 -0800 (PST) Received: by 10.65.15.5 with HTTP; Sat, 5 Nov 2005 22:33:06 -0800 (PST) Message-ID: <96e4b5230511052233t5736914dx8a4fe4aa144aa8c9@mail.gmail.com> Date: Sat, 5 Nov 2005 22:33:06 -0800 From: Costin Manolache Reply-To: costin@apache.org To: Tomcat Developers List Subject: Re: svn commit: r331062 - in /tomcat/sandbox/java/org/apache/coyote: ./ adapters/ standalone/ In-Reply-To: <00f601c5e287$08b2e010$f8ff6b47@oemcomputer> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051106031311.12343.qmail@minotaur.apache.org> <00f601c5e287$08b2e010$f8ff6b47@oemcomputer> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I think cocoon is also using rhino, and few other projects - ant is using it via BSF. In any case - it is just an example, not required in any way - it's easier to do some tests and experiments in a scripting language. The build.xml file will just detect if js.jar is available and skip this file otherwise ( nothing depends on the JsAdapter ). Costin On 11/5/05, Bill Barker wrote: > > ----- Original Message ----- > From: > To: > Sent: Saturday, November 05, 2005 7:13 PM > Subject: svn commit: r331062 - in /tomcat/sandbox/java/org/apache/coyote:= ./ > adapters/ standalone/ > > > > Author: costin > > Date: Sat Nov 5 19:13:06 2005 > > New Revision: 331062 > > > > URL: http://svn.apache.org/viewcvs?rev=3D331062&view=3Drev > > Log: > > Code for testing ( and using ) coyote standalone. > > > +import org.mozilla.javascript.Context; > > +import org.mozilla.javascript.EvaluatorException; > > +import org.mozilla.javascript.Function; > > +import org.mozilla.javascript.JavaScriptException; > > +import org.mozilla.javascript.Scriptable; > > +import org.mozilla.javascript.ScriptableObject; > > +import org.mozilla.javascript.WrappedException; > > I take it that MPL is compatible with ASF? For those that don't want to > search the archives, my vote is +1 on this issue. I just wanted to make > certain that everyone is aware of this, since it is buried in a long comm= it > message. > > > > This message is intended only for the use of the person(s) listed above a= s the intended recipient(s), and may contain information that is PRIVILEGED= and CONFIDENTIAL. If you are not an intended recipient, you may not read,= copy, or distribute this message or any attachment. If you received this c= ommunication in error, please notify us immediately by e-mail and then dele= te all copies of this message and any attachments. > > In addition you should be aware that ordinary (unencrypted) e-mail sent t= hrough the Internet is not secure. Do not send confidential or sensitive in= formation, such as social security numbers, account numbers, personal ident= ification numbers and passwords, to us via ordinary (unencrypted) e-mail. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org