(I can't write English very well.)
I found bug on windows2000.
Please Read some examples's "*.bat" Files.
velocity-1.3.1\examples\xmlapp_example\*.bat
These *.bat Files was used [DOS Command "for". "set"]
but, In Loop By "for", DOS Command's "set" didn't work.
It did work at parallel threed!
[example]
set VELCP=.
for %%i in (.\..\build\lib\*.jar) do set VELCP=%VELCP%;%%i
VELCP value is ...
1. "." by set VELCP=.
2. ".;sample1.jar" by set VELCP=%VELCP%;%%i
3. ".;sample2.jar" by set VELCP=%VELCP%;%%i
but our desire that VELCP's value is ".;sample1.jar;sample2.jar"
therefore ,Velocity's Example was not work.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]