Gunnar Ahlberg wrote:
Hi all

been lurking for some time, I'm loving this project!

I would like to fix a minor speling error in the openejb.bat of the latest
nightly but I can't understand where the source file is? The final file is
OPENEJB_HOME\bin\openejb.bat

the line in error says
rem find OPENEJB_HOME if it does not exist due to either an invalid value
passed
rem by the user or the %0 problem on Windows 9x
if exist "%OPENEJB_HOME%\lib\ipenejb-core-*.jar" goto openejbHomeSet

This kept me from starting the build.
Changing the ipenejb-core-*.jar to openejb-core-*.jar solved the problem

Hi Gunnar,

I don't see the line in the code. When you download the sources, modules/core/src/bin/openejb.bat has got this:

rem find OPENEJB_HOME if it does not exist due to either an invalid value passed
rem by the user or the %0 problem on Windows 9x
if exist "%OPENEJB_HOME%\lib\openejb-core-*.jar" goto openejbHomeSet


Nothing more,

That's the good starting point. Keep it moving.

/G

Jacek



Reply via email to