My understanding is that tomcat can't _distribute_ code that isn't apache license compatible, and we shouldn't depend on such code to compile or run a functional tomcat.
Talking about agendas :-), I think that any code that is not required to have a working servlet container should be in a separate add-on module. SSL modules are excelent examples. Actually, a lot of the things that are in the normal tomcat distro would be make good add-on modules. Firefox is a good example. Costin On 11/6/05, Bill Barker <[EMAIL PROTECTED]> wrote: > Actually (having spent way too much time in Gump-land recently :), Tomcat > depends on rhino in Gump. > > What I'm looking for is a clear statement from the Tomcat PMC about MPL > compatibility. Sorry about hijacking your commit for my agenda ;-). It > looks like Christina can't contribute her code for BZ #36133. However, it > looks like a fun project if I can do it myself. > > ----- Original Message ----- > From: "Costin Manolache" <[EMAIL PROTECTED]> > To: "Tomcat Developers List" <dev@tomcat.apache.org> > Sent: Saturday, November 05, 2005 10:33 PM > Subject: Re: svn commit: r331062 - in > /tomcat/sandbox/java/org/apache/coyote: ./ adapters/ standalone/ > > > 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 <[EMAIL PROTECTED]> wrote: > > > > ----- Original Message ----- > > From: <[EMAIL PROTECTED]> > > To: <tomcat-dev@jakarta.apache.org> > > 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=331062&view=rev > > > Log: > > > Code for testing ( and using ) coyote standalone. > > <snip/> > > > +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 > > commit > > message. > > > > > > > > This message is intended only for the use of the person(s) listed above as > > 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 > > communication in error, please notify us immediately by e-mail and then > > delete all copies of this message and any attachments. > > > > In addition you should be aware that ordinary (unencrypted) e-mail sent > > through the Internet is not secure. Do not send confidential or sensitive > > information, such as social security numbers, account numbers, personal > > identification numbers and passwords, to us via ordinary (unencrypted) > > e-mail. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > This message is intended only for the use of the person(s) listed above as > 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 > communication in error, please notify us immediately by e-mail and then > delete all copies of this message and any attachments. > > In addition you should be aware that ordinary (unencrypted) e-mail sent > through the Internet is not secure. Do not send confidential or sensitive > information, such as social security numbers, account numbers, personal > identification numbers and passwords, to us via ordinary (unencrypted) e-mail. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]