[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

omquery.jar is missing from ozoneenv.bat



Small issue.

omquery.jar is missing from the classpath in ozoneenv.bat hence XPath queries 
fail since the server can't find the query classes.

I checked the unix script and the classpath is built dynamically so I guess it 
doesn't have this problem.

If you would like to do something similar on NT you could use the following :


--------------
echo Initializing Ozone classpath...

set OZONE_CLASSPATH=%OZONE_CLASSPATH%;%OZONE_HOME%

for %%i in (%OZONE_HOME%\bin\*.jar) do call :buildOzonePath %%i
goto exitEnv

:buildOzonePath
set OZONE_CLASSPATH=%OZONE_CLASSPATH%;%1
goto exitEnv
--------------

Hope this helps................Marcus


==================
Environment

Ozone 0.5.5
Windows NT 4.0 sp6a