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

RE: CVS update: ozone-modules/ozoneDoc



Yes, sure we could do that instead. I execute from explorer so i open a new
window every time i run so this never occurred to me but you're right if you
have one console open and want to do other stuff from there then running
build it could be an issue. Your change works for both scenarios so I put
the update in CVS after some testing. Thanks!

Best regards,
Per

> Hi Per,
> I'm not a Windows user but as far as I know does your patch override
> the PATH environment permanently, i.e. after execution of build.bat
> the PATH only contains %JAVA_HOME%\bin. If you want to ensure that
> your PATH environment is the same as before, you have to use something
> like the following. I'm not sure if this is really correct and
> necessary, but I think so. Per, please test these two different
> behaviours on Windows.
>
> set HOLDING_PATH=%PATH%
> set PATH=%JAVA_HOME%\bin
>
> ... starting Ant ...
>
> set PATH=%HOLDING_PATH%
> set HOLDING_PATH=
>
>
> Regards,
> Lars
> --
> ______________________________________________________________________
> Lars Martin                                    mailto:lars@smb-tec.com
> SMB GmbH                                        http://www.smb-tec.com
>
>