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

Re: OZONE and Windows - some hints





Falko Braeutigam wrote:
> > o Many of the batch-files uses a 'exit /B ...' construct. This
> >   construct isn't portable - under WIN NT this results in a
> >   'syntax error', under WIN 95 this results in a 'unknown option /B'.
> What solution do you propose?

Use simply 'exit' - no more ;-)
And another error is in 'ozone.bat':

The line:

  if %ERRORLEVEL% NEQ 0 exit /B %ERRORLEVEL%

should be:

  if not %ERRORLEVEL% == 0 exit

> 
> > o There are a lot of errors while producing the documentation
> >   (see http://www.interface-business.de/~andy/ozdb/20000821/build.txt, near
> >   'Generating Javadoc').
> This is normal behaviour. The docs are created correctly. Aren't they?

Yes, they are ok...

> >   - The test was: 1 Create / 1000 / cattell / localhost / 3333
> >   - The used files are:
> Will look into this.

Thanks...

--
************************************************************************
* Andreas Kasparz - andy@interface-business.de - +49 351 31809 0       *
* Interface-Business GmbH, Tolkewitzer Str. 49, 01277 Dresden, Germany *
************************************************************************