Re: Tutorials don't compile under beta5

On Thu, 20 Feb 1997, Rick Wesson wrote:

> javac -d ./classes/ FancyResource.java
> FancyResource.java:18: Class w3c.jigsaw.tutorials.Attribute not found in
> type declaration.
>                  Attribute a   = null ;
>                  ^
The package containing Attributes and Resources have moved from 
w3c.jigsaw.resource to w3c.tools.store
replace 
import w3c.jigsaw.resource.*;
by
import w3c.tools.store.*;
The documentation will be fixed soon.

      /\        E tae koe ki Aotearoa kaua e whawhai; e u koe ki uta,
  /\ /  \       kei mahi ki tai ki Tu, puhia he angina; e mau ki tai
 /  \    \/\    ki Noho, he huhu, he pepe, he hanehane.
/    \   /  \        - Yves Lafon - W3C / INRIA - ylafon@w3.org -

Received on Friday, 21 February 1997 05:09:03 UTC