Sam,
I modified build.xml slightly to exclude the dist directory. This fixes the
recursive zip problem, but it would be better for the junit guys to improve
their build structure. Do you know any of them?
I've also attached a (modified from C2) build.sh with ant and xalan are in
the root of junit. When I build JUnit through this I don't get any
exceptions. Is this useful information?
> -----Original Message-----
> From: Sam Ruby [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, 11 March 2001 12:49 pm
> To: [EMAIL PROTECTED]
> Subject: RE: Off topic (in part)
>
>
> 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.
OK. That will prob result in better flow of the transformations.
> > 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
>
Is the 'JAVA Result' at the end of the junit build the same? Building JUnit
from the cmd line I don't get a java result. Shouldn't a 'Java Result' mean
failure to build?
John
junit.tar.gz
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]