I don't get it, do I have to check out the whole jakarta-slide? It'll take an hour to do that on my connection. It seems that many people interested in WCK. Can you just publish the binary snapshots?
Thanks. -----Original Message----- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 00:07 To: Slide Users Mailing List Subject: Re: How to use Slide with database for data storage? On Thu, 4 Nov 2004 23:56:28 +0200, Roman D <[EMAIL PROTECTED]> wrote: > > Thank you! > That page should be linked from somewhere form frontpage or site menu. > You can only find about it from this mailing list. It is linked from http://jakarta.apache.org/slide/index.html, the main Slide page and has already been there for quite some time... > I hope this solution will work :) > > I am trying to make it build. > Downloaded Slide 2.1b2 and setting up the project in Eclipse. Checked > out jakarta-slide/proposals/wck HEAD branch. > > It doesn't seem to match slide 2.1b2. > I have problems: > The method copyRec(File, File) is undefined for the type FileHelper > WebdavFileStore.java line 237 > The import org.apache.slide.store.MacroStore cannot be resolved > WebdavStoreMacroAdapter.java line 412 > MacroStore cannot be resolved to a type WebdavStoreMacroAdapter.java line > 58 > > Maybe I need to check out other branch or something? You will have copy build.properties.sample to build.properties and adapt the properties there as it builds to the latest CVS HEAD as default. Like this: slide.base.dir=[whereever you have checked it out]. #lib.dir=${slide.base.dir}/lib #slide.lib.dir=${slide.base.dir}/dist/slide/lib slide.version=2.1b2 #supports.macro.store However, when you build to the 2.1b2 release and not to the latest version from the 2.1 release branch I guess you will have to change the build.xml as well to point to the old commons tx version. Replace commons-transaction-20041031.jar with the version you find in the 2.1b2 lib directory. Please report back if it works. Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
