I'm running Phoenix 4.0.4, which installs with the old version of the Excalibur jars. Should I upgrade to the latest Excalibur jars because I get this error when trying to start Phoenix with hsql-component that I built using the procedure below:
WARN 2003-07-02 14:00:57.964 [Phoenix.] (): Error deleting Work Directory "D:\phoenix-4.0.4\work\hsqldb-component-1057172457614". (Reason: File D:\phoenix-4.0.4\work\hsqldb-component-1057172457614\SAR-INF\lib\hsqldb.jar unable to be deleted.) java.io.IOException: File D:\phoenix-4.0.4\work\hsqldb-component-1057172457614\SAR-INF\lib\hsqldb.jar unable to be deleted. at org.apache.avalon.excalibur.io.FileUtil.forceDelete(FileUtil.java:638) at org.apache.avalon.excalibur.io.FileUtil.cleanDirectory(FileUtil.java:806) at org.apache.avalon.excalibur.io.FileUtil.deleteDirectory(FileUtil.java:762) at org.apache.avalon.excalibur.io.FileUtil.forceDelete(FileUtil.java:630) at org.apache.avalon.excalibur.io.FileUtil.cleanDirectory(FileUtil.java:806) at org.apache.avalon.excalibur.io.FileUtil.deleteDirectory(FileUtil.java:762) at org.apache.avalon.excalibur.io.FileUtil.forceDelete(FileUtil.java:630) "Janne Kario" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Murad Juraev wrote: > > Hi all, > > > > is there any database (Hsqldb an example) wrappers I can use in Phoenix? > > I need to run database as a Phoenix application. > > Can I use Merlin instead of Phoenix? > > > > Thanks for advance, > > Murad. > > See http://hsqldb.sourceforge.net/ > > The procedure goes as follows... > > 1) Get cornerstone 1.0 from avalon-components CVS. Compile it. > > 2) Get CVS head of the hsqldb-dev module at cvs.sourceforge.net > (hsqlsb-components does not compile against hsqdb_1_7_1 or 1_7_2_alpha > releases). Compile hsqldb-dev and get hsqldb.jar from the build dir. > > 3) Get CVS head hsql-component module at cvs.sourceforge.net. Compile > hsql-component against the hsqldb.jar and cornerstone-*.jar that you > generated in the previous steps. The cornerstone.jar that is in the > hsql-component lib directory is ancient, don't use it. > > - Janne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
