Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 4946 invoked from network); 19 Jun 2003 15:51:44 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 19 Jun 2003 15:51:44 -0000 Received: (qmail 27881 invoked by uid 97); 19 Jun 2003 15:54:05 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 27874 invoked from network); 19 Jun 2003 15:54:05 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 19 Jun 2003 15:54:05 -0000 Received: (qmail 4696 invoked by uid 500); 19 Jun 2003 15:51:42 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 4683 invoked from network); 19 Jun 2003 15:51:42 -0000 Received: from www.phoenixcolor.com (HELO scott.zenplex.com) (206.102.93.34) by daedalus.apache.org with SMTP; 19 Jun 2003 15:51:42 -0000 Received: from [192.168.1.101] (jason.zenplex.com [24.157.133.102]) by scott.zenplex.com (8.11.4/8.11.4) with ESMTP id h5JEeBM14770 for ; Thu, 19 Jun 2003 10:40:11 -0400 Subject: Re: [Jelly] What resources must be present for compiling? From: Jason van Zyl To: Jakarta Commons Developers List In-Reply-To: <1056037435.2757.21.camel@localhost.localdomain> References: <1B901136-A269-11D7-A6A2-000393B61B56@apache.org> <1056037435.2757.21.camel@localhost.localdomain> Content-Type: text/plain Organization: Zenplex Message-Id: <1056037897.2757.28.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 19 Jun 2003 11:51:37 -0400 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, 2003-06-19 at 11:43, Jason van Zyl wrote: > On Thu, 2003-06-19 at 11:17, Peter Royal wrote: > > On Thursday, June 19, 2003, at 11:10 AM, Jason van Zyl wrote: > > > If you are compiling a bit of Jelly to a Script what resources must be > > > present to simply compile. This bit of Jelly may have various > > > references > > > to classes that must be loaded and my question is must these resources > > > be present for the compile and if so which ClassLoader is used? Or will > > > the resources be searched for only when Script is run against a > > > JellyContext? > > > > How/where are those references to classes? > > In my case they may be jelly beans or taskdef references. In the > XMLParser classloading does only appear to be used to resolve taglib > references but I just wanted to make sure. Bob also just pinged me and said that if a particular taglib can't be found then a StaticTag will be created and when the Script is run the taglib will be looked for again. So theoretically I don't need anything to compile to Script form which is good news for me. > > It is my understanding that > > to compile into a Script, the engine just needs to be able to resolve > > all of the tags. So if your references are only used when tags are > > evaluated, they shouldn't be needed at script compilation time.. > > That's what I'm hoping. > > > -pete > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: commons-dev-help@jakarta.apache.org -- jvz. Jason van Zyl jason@zenplex.com http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org