You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by "Jane Zhan@3web.com" <ja...@3web.com> on 2004/11/23 04:52:04 UTC

Can not find File org.apache.slide.store.MacroStore, Please help

Hi,
I downloaded WCK from CVS and included all the jars required by build.xml. However, there is a file org.apache.slide.store.MacroStore imported in WebdavStoreMacroAdapter.java 
I just can not find.

Can anyone point out where I can find this file?
( It also complained about 12 unimplemented files in WebdavStoreMacroAdapter.java )
 I am trying to add WebDav API onto my file Management system.

Thanks,

Utterly frustrated Jane

Re: Can not find File org.apache.slide.store.MacroStore, Please help

Posted by Oliver Zeigermann <ol...@gmail.com>.
This looks like some classes are compiled with one JDK which is not
compatible to the one you are using for compilation. I would recommend
building from sources...

Oliver

On Tue, 23 Nov 2004 12:39:16 -0500, Jane Zhan@3web.com
<ja...@3web.com> wrote:
> Hi, Oliver,
> 
> Thanks a lot for your help. I deleted file
> org.apache.slide.store.MacroStore. Modified build.properties. Recompiled.
> Got a java.lang.UnsupportedClassVersionError. (Please see below). What does
> this mean?
> 
> thanks,
> 
> Jane
> 
> =================================
> 
> build:
> 
> [echo] Building WCK
> 
> [javac] Compiling 14 source files to
> D:\eclipse\workspace\webdav\build\classes
> 
> BUILD FAILED: java.lang.UnsupportedClassVersionError:
> com/sun/tools/javac/Main (Unsupported major.minor version 49.0)
> 
> Total time: 781 milliseconds
> 
> 
> 
> ----- Original Message -----
> From: "Oliver Zeigermann" <ol...@gmail.com>
> To: "Slide Users Mailing List" <sl...@jakarta.apache.org>
> Sent: Tuesday, November 23, 2004 10:55 AM
> Subject: Re: Can not find File org.apache.slide.store.MacroStore, Please
> help
> 
> > If you are compiling against 2.1 and not CVS HEAD you will have to
> > adjust build.properties and comment out
> >
> > supports.macro.store
> >
> > as this is not supported in 2.1.
> >
> > Oliver
> >
> >
> > On Mon, 22 Nov 2004 22:52:04 -0500, Jane Zhan@3web.com
> > <ja...@3web.com> wrote:
> > > Hi,
> > > I downloaded WCK from CVS and included all the jars required by
> build.xml. However, there is a file org.apache.slide.store.MacroStore
> imported in WebdavStoreMacroAdapter.java
> > > I just can not find.
> > >
> > > Can anyone point out where I can find this file?
> > > ( It also complained about 12 unimplemented files in
> WebdavStoreMacroAdapter.java )
> > >  I am trying to add WebDav API onto my file Management system.
> > >
> > > Thanks,
> > >
> > > Utterly frustrated Jane
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Can not find File org.apache.slide.store.MacroStore, Please help

Posted by "Jane Zhan@3web.com" <ja...@3web.com>.
Hi, Oliver,

Thanks a lot for your help. I deleted file
org.apache.slide.store.MacroStore. Modified build.properties. Recompiled.
Got a java.lang.UnsupportedClassVersionError. (Please see below). What does
this mean?

thanks,

Jane

=================================

build:

[echo] Building WCK

[javac] Compiling 14 source files to
D:\eclipse\workspace\webdav\build\classes

BUILD FAILED: java.lang.UnsupportedClassVersionError:
com/sun/tools/javac/Main (Unsupported major.minor version 49.0)

Total time: 781 milliseconds

----- Original Message ----- 
From: "Oliver Zeigermann" <ol...@gmail.com>
To: "Slide Users Mailing List" <sl...@jakarta.apache.org>
Sent: Tuesday, November 23, 2004 10:55 AM
Subject: Re: Can not find File org.apache.slide.store.MacroStore, Please
help


> If you are compiling against 2.1 and not CVS HEAD you will have to
> adjust build.properties and comment out
>
> supports.macro.store
>
> as this is not supported in 2.1.
>
> Oliver
>
>
> On Mon, 22 Nov 2004 22:52:04 -0500, Jane Zhan@3web.com
> <ja...@3web.com> wrote:
> > Hi,
> > I downloaded WCK from CVS and included all the jars required by
build.xml. However, there is a file org.apache.slide.store.MacroStore
imported in WebdavStoreMacroAdapter.java
> > I just can not find.
> >
> > Can anyone point out where I can find this file?
> > ( It also complained about 12 unimplemented files in
WebdavStoreMacroAdapter.java )
> >  I am trying to add WebDav API onto my file Management system.
> >
> > Thanks,
> >
> > Utterly frustrated Jane
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Can not find File org.apache.slide.store.MacroStore, Please help

Posted by Oliver Zeigermann <ol...@gmail.com>.
If you are compiling against 2.1 and not CVS HEAD you will have to
adjust build.properties and comment out

supports.macro.store 

as this is not supported in 2.1. 

Oliver


On Mon, 22 Nov 2004 22:52:04 -0500, Jane Zhan@3web.com
<ja...@3web.com> wrote:
> Hi,
> I downloaded WCK from CVS and included all the jars required by build.xml. However, there is a file org.apache.slide.store.MacroStore imported in WebdavStoreMacroAdapter.java
> I just can not find.
> 
> Can anyone point out where I can find this file?
> ( It also complained about 12 unimplemented files in WebdavStoreMacroAdapter.java )
>  I am trying to add WebDav API onto my file Management system.
> 
> Thanks,
> 
> Utterly frustrated Jane
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org