John Morrison wrote:
>
> True, however a (quick) work around is to duplicate the logic from
> merge.xsl into bash.xsl (and win2k). This prob should be extracted
> into a file which merge, bash and win2k share with only the
> appropriate translate being used in the win2k version. But for the
> moment - I think this fixes it.
I'll take a look into generating puball.sh/bat from merge.xml.
> The only thing that has occured to me is that I'm running on w2k
> using Sun JDK1.3, you are running on (a variation of) unix (?)
> with (?) JDK1(.x)? And that int(255) equiv byte(-1) so maybe it
> boils down to a OS/JDK dependency somewhere? I've got some time
> today to experiment - will try and find my way around the JUnit
> source...
>From http://jakarta.apache.org/builds/gump/2001-03-11/test-ant.html:
[echo] java.vm.info=mixed mode
[echo] java.vm.name=Java HotSpot(TM) Client VM
[echo] java.vm.vendor=Sun Microsystems Inc.
[echo] java.vm.version=1.3.0
[echo] os.arch=i386
[echo] os.name=Linux
[echo] os.version=2.2.14-5.0
[echo] file.encoding=ISO-8859-1
[echo] user.language=en
My thinkpad is configured as follows:
[echo] java.vm.info=mixed mode
[echo] java.vm.name=Java HotSpot(TM) Client VM
[echo] java.vm.vendor=Sun Microsystems Inc.
[echo] java.vm.version=1.3.0-C
[echo] os.arch=x86
[echo] os.name=Windows 2000
[echo] os.version=5.0
[echo] file.encoding=Cp1252
[echo] user.language=en
- Sam Ruby
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]