You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by "S. Champ" <s-...@postoffice.pacbell.net> on 2000/06/10 21:37:09 UTC

requests-for-improvement

hello.

we need some improvements on things, here, and here are some suggestions:


1) problem: too-man-classpaths:

   solution:

a)  please add something like the following, eg: as a file named "XSLT.bat" (w/
equivalient for "sh"), to all relevant distributions within the domain of
xml.apache.org 

:

set HOLD_VAL_X=%XSLT_CMD%
set HOLD_VAL_CLASSPATH=%CLASSPATH%
set XSLT_CMD=xt
set CLASSPATH_APPEND=C:\opt\java\XSLT\XP;C:\opt\interp\java\jdk.1.3\bin
SET CLASSPTH=CLASSPATH;%CLASSPATH_APPEND%
%XSLT_CMD% %1 %2 %3
set XSLT_CMD=%HOLD_VAL_X%
set CLASSPATH=%HOLD_VAL_CLASSPATH%

b) something of a basic, TERM|shell-based installer should be nice, and should
be useable in the setting of the relevant values, in such a file.


(btw:  we need some sort of a standardized system for setting env-vars, and a
general classpath-manager )


2) please ensure that a "cvs" and "mailing-lists" link is on _every_ page within
the public domain of xml.apache.org 




thank you.


--s.c.



<postscript>

please cc: any replies to 
	s-champ@pacbell.net


</postscript>