This doesn't make any sense.  I checked the JFC docs for 1.3 and there
is no java.io.FileSystem.  There sure as hell isn't one in 1.1..

Anyway the best way to deal with this is to place an
"import Freenet.fs.FileSystem;" in the affected source files.

On Fri, Jan 04, 2002 at 10:54:38AM -0800, Ian Clarke wrote:
> ian at hawk:~/freenet$ make JIKES=yes
> CLASSPATH=/usr/local/IBMJava2-13/jre/lib/rt.jar
> # Building the Freenet node
> jikes -bootclasspath
> src:/usr/local/IBMJava2-13/jre/lib/rt.jar:lib/freenet-ext.jar -d build
> src/Freenet/node/Main.java
> 
> Found 4 semantic errors compiling "src/Freenet/node/Main.java":
> 
>    291.             FileSystem fs = new FileSystem(storage);
>                     <-------->
> *** Error: Type FileSystem is imported on demand from package Freenet/fs
> and package java/io.
> 
> 
>    291.             FileSystem fs = new FileSystem(storage);
>                                         <-------->
> *** Error: Type FileSystem is imported on demand from package Freenet/fs
> and package java/io.
> 
> 
>    473.         private final FileSystem fs;
>                               <-------->
> *** Error: Type FileSystem is imported on demand from package Freenet/fs
> and package java/io.
> 
> 
>    475.         FSInitializerThread(FileSystem fs) {
>                                     <-------->
> *** Error: Type FileSystem is imported on demand from package Freenet/fs
> and package java/io.
> 
> Found 2 semantic errors compiling "src/Freenet/fs/dir/FSDirectory.java":
> 
>     26.     private final FileSystem fs;
>                           <-------->
> *** Error: Type FileSystem is imported on demand from package Freenet/fs
> and package java/io.
> 
> 
>     43.     public FSDirectory(FileSystem fs, DirectoryRoot root,
>                                <-------->
> *** Error: Type FileSystem is imported on demand from package Freenet/fs
> and package java/io.
> make: *** [node] Error 1

-- 

:: tavin cole (tcole at espnow.com) ::


_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to