> The localclasspath currently gets modified before it gets saved off to
_localclasspath by lcp.bat, causing it to grow
> each time you build. Can someone please apply the diff below?
>
Thanks! Fixed in CVS.
> Thanks,
> Chris Campbell
> [EMAIL PROTECTED]
>
--
Christopher Elkins
>
> Index: build-turbine.bat
> ===================================================================
> RCS file: /products/cvs/turbine/turbine/build/build-turbine.bat,v
> retrieving revision 1.21
> diff -u -r1.21 build-turbine.bat
> --- build-turbine.bat 2000/10/20 20:06:09 1.21
> +++ build-turbine.bat 2000/10/23 21:39:31
> @@ -16,11 +16,12 @@
>
> :final
>
> +set _LOCALCLASSPATH=%LOCALCLASSPATH%
> +set LOCALCLASSPATH=%CLASSPATH%
> +
> if "%JAVA_HOME%" == "" goto javahomeerror
> if exist %JAVA_HOME%\lib\tools.jar call lcp.bat %JAVA_HOME%\lib\tools.jar
>
> -set _LOCALCLASSPATH=%LOCALCLASSPATH%
> -set LOCALCLASSPATH=%CLASSPATH%
> call lcp.bat %JSDK%
> for %%i in (.\*.jar) do call lcp.bat %%i
> for %%i in (..\lib\*.jar) do call lcp.bat %%i
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]