Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 22829 invoked from network); 4 Sep 2003 13:30:55 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Sep 2003 13:30:55 -0000 Received: (qmail 41782 invoked by uid 500); 4 Sep 2003 13:30:41 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 41743 invoked by uid 500); 4 Sep 2003 13:30:41 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 41724 invoked from network); 4 Sep 2003 13:30:41 -0000 Received: from unknown (HELO kerberos) (62.116.51.59) by daedalus.apache.org with SMTP; 4 Sep 2003 13:30:41 -0000 Received: From mail.at.efp.cc ([62.116.51.60]) by kerberos (WebShield SMTP v4.5 MR1a); id 1062679584721; Thu, 4 Sep 2003 14:46:24 +0200 Received: from WRPO (wrpo.at.intra.efp.cc [194.107.80.199]) by mail.at.efp.cc (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id h84CkO727663 for ; Thu, 4 Sep 2003 14:46:24 +0200 From: "Reinhard Poetz" To: Subject: RE: dynamic flowscript Date: Thu, 4 Sep 2003 14:46:14 +0200 Message-ID: <001d01c372e2$86ac4cc0$1e01a8c0@WRPO> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N From: mratliff@collegenet.com [mailto:mratliff@collegenet.com] > >And second on the script itself. Currently > > we use the (deprecated) getLastModified methods to determin if a script > > has changed. This should work well for scripts resolved using the file > > protocol but not the cocoon:/ protocolls. > > > > So for now use the file protocol to get your scripts reloaded until we > > (I) find some time to change the implementation. > > Not sure what the file protocol would do for me. I am using the cocoon: pseudo-protocol because > I wish to use a pipeline to assemble js from xml using xslt. If you call your script without using a protocol like cocoon:/ Reinhard