Re: ozone installation problems....
Per Nyfelt <[email protected]> Fri, 25 Nov 2005 17:24:45 +0000
| Newsgroups | gmane.comp.java.ozone.user |
|---|---|
| Organization | New Field Consulting |
| Message-ID | <[email protected]> |
As a told you earlier: you need to edit your batch files and replace linefeed (LF) with Carriage Return Linefeed (CRLF)! One way to do this is to create a simple ant build script: <project name="scriptfix" default="lineend" basedir="."> <target name="lineend"> <fixcrlf srcdir="server/bin" includes="**/*.bat" /> </target> </project> If you are building from src do the following: 1. Make sure server\bin\ozoneAnt.bat has the right end of line characters. In notepad they will look like empty boxes replace all boxes with an enter (sorry for the pain) 2. cd server 3. execute the build.bat script (this will also fix all your EOL characters in build/bin to match your system) 4. Your ozone distribution are now in server\build - this is your OZONE_HOME (unless you copy the files elsewhere if course) There is also a dist.bin target besides the default one that builds a structure like the binary distribution that might be of interest. Good luck! /Per On Friday 25 November 2005 13.36, ss wrote: > i ve installed the src version of ozone n set the variables as follows: > ozone_home: E:\jdk1.4\bin\ozone-1.2 > ozone_path: E:\jdk1.4\bin\ozone-1.2\server\bin > ozone_jvm: java > ozone_javac: javac > > if any correction is to b made in thse variables do inform > > i get the following message when this is executed: > ozoneInst -d E:\jdk1.4\bin\ozone-1.2\data > offrem $Id: ozoneInst.bat,v 1.2 2002/12/29 11:15:55 per_nyfelt Exp $call > ojvm.bat org.ozoneDB.tools.Install -d E:\jdk1.4\bin\ozone-1.2\data > > i could not find the path for making the changes u suggested.........plz > help me out.......urgently ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click