was getting the following double cocoon for the path to
linotype.users.properties

org.apache.avalon.framework.CascadingRuntimeException: "file:/C:/Program
Files/jakarta-tomcat-5/dist/webapps/cocoon/samples/linotype/flow.js", line
10: uncaught JavaScript exception: java.io.FileNotFoundException: C:\Program
Files\jakarta-tomcat-5\dist\bin\..\webapps\cocoon\cocoon\samples\linotype\li
notype.users.properties (The system cannot find the path specified)

from clean CVS Cocoon HEAD today until I changed

var mountpoint = requesturi.substring(1,requesturi.indexOf(sitemapuri));

to
var mountpoint = requesturi.substring(8,requesturi.indexOf(sitemapuri));

inside flow.js

-Roger

----- Original Message -----
From: "Stefano Mazzocchi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 17, 2003 1:24 PM
Subject: Re: Linotype editing: browser requirements?


> on 6/17/03 2:47 AM Steven Noels wrote:
>
> > On 17/06/2003 8:02 Bertrand Delacretaz wrote:
> >
> >
> >>Linotype looks great but I'm not sure about the browser requirements.
> >>
> >>IIUC from "welcome to Linotype" page, the editing mode only requires
> >>Mozilla 1.3, is that right?
> >
> >
> > .... and I've got another issue upon posting an item:
> >
> > "file:/C:/cocoon-2.1/build/webapp/samples/linotype/flow.js", line 115:
> > uncaught JavaScript exception: ReferenceError: "d" is not defined.
> > (file:/C:/cocoon-2.1/build/webapp/samples/linotype/flow.js; line 115)
>
> Typo. I'll fix it right away.
>
> --
> Stefano.
>
>
>


Reply via email to