[plt-scheme] WebIt! 2.0 Released + now available via PLaneT

From: Robby Findler (robby at cs.uchicago.edu)
Date: Wed Apr 27 08:45:42 EDT 2005

To avoid these problems in the future, you should probably use
relative, not absolute, requires for internal files.

Robby

At Wed, 27 Apr 2005 08:14:07 EDT, Benderjg2 at aol.com wrote:
> ------------------------------------------------------------------------------
> In a message dated 4/27/05 3:16:28 AM, geoff at knauth.org writes:
> > I tried just typing that (require ...) into DrScheme.  It almost
> > worked, then I got this:
> > standard-module-name-resolver: collection not found: "webit" in any of:
> > (#<path:/Users/gknauth/Library/PLT Scheme/299.100/collects>
> > #<path:/Applications/Added_Apps/PLT_Scheme_v299.100/collects>)
> > setup-plt: Error during Compiling .zos for WebIt! XML Framework
> > (/Users/gknauth/Library/PLT Scheme/planet/300/cache/jim/webit.plt/1/0)
> > setup-plt:   standard-module-name-resolver: collection not found:
> > "webit" in any of: (#<path:/Users/gknauth/Library/PLT
> > Scheme/299.100/collects>
> > #<path:/Applications/Added_Apps/PLT_Scheme_v299.100/collects>)
> > What errored, I or the software?
> > 
> Likely this is a WebIt! problem. Sigh. "html.ss", "css.ss" and others include 
> the line:
>    (require (lib "xml.ss" "webit"))
> My suspicion is that this causes a problem when attempting obtain WebIt! via
> PLaneT if the webit collection was not already installed. I will submit a 
> revised
> version to PLaneT shortly.
> 
> Jim
> 
> ------------------------------------------------------------------------------
> In a message dated 4/27/05 3:16:28 AM, geoff at knauth.org writes:
> 
> I tried just typing that (require ...) into DrScheme.? It almost
> worked, then I got this:
> standard-module-name-resolver: collection not found: "webit" in any of:
> (#<path:/Users/gknauth/Library/PLT Scheme/299.100/collects>
> #<path:/Applications/Added_Apps/PLT_Scheme_v299.100/collects>)
> setup-plt: Error during Compiling .zos for WebIt! XML Framework
> (/Users/gknauth/Library/PLT Scheme/planet/300/cache/jim/webit.plt/1/0)
> setup-plt:?? standard-module-name-resolver: collection not found:
> "webit" in any of: (#<path:/Users/gknauth/Library/PLT
> Scheme/299.100/collects>
> #<path:/Applications/Added_Apps/PLT_Scheme_v299.100/collects>)
> What errored, I or the software?
> Likely this is a WebIt! problem. Sigh. "html.ss", "css.ss" and others include the line:
>   (require (lib "xml.ss" "webit"))
> My suspicion is that this causes a problem when attempting obtain WebIt! via
> PLaneT if the webit collection was not already installed. I will submit a revised
> version to PLaneT shortly.
> Jim



Posted on the users mailing list.