[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Missing Import in TestFlow.java and Other Problems
On Thu, 12 Jul 2001, Craig Milo Rogers wrote:
> Hello. I'm having some problems with ants-2.0, which in turn
> may trace to JNodeOS. So, I took a copy of of JNodeOS from the CVS
>
> *snip*
>
> The class "src/tests/TestFlow.java" refused to compile until I
> applied the followwing edit to it:
>
> 112% diff --unified TestFlow.Java.orig TestFlow.Java
> --- TestFlow.Java.orig Wed Jul 11 01:20:58 2001
> +++ TestFlow.Java Thu Jul 12 17:46:25 2001
> @@ -25,6 +25,7 @@
> import JANOS_NODEOS_PKG.*;
> import JANOS_UTIL_PKG.FlowBase;
>
> +import JVM_COMMSPACE_PKG.CommSpaceElement;
> import JVM_COMMSPACE_PKG.CommSpaceHandle;
>
> /**
> 113%
>
This happened because of a recent shift of the CommSpace packages out of
the nodeos and into the JanosVM. The CommSpaceElement was only being
created in the EXPOSED build, so hadn't shown up as a problem in the
builds I used to check the move. I'll get this fix into the CVS shortly.
>
> At this point I have failures in two check tests. I haven't tried to
> figure ou what's going on yet. Can I ignore them? Any suggestions?
>
> *snip*
> TEST: FlowTest-exposed.
> Failed '/nfs/jade/rogers/activate/src/jnodeos/jnodeos-20010711.0127/jnodeos edu.utah.janos.nodeos.Main edu.utah.janos.tests.FlowTest'
>
> TEST: TPTest-exposed.
> TEST: UdpTest-exposed.
> TEST: StdinTest-exposed.
> Failed '/nfs/jade/rogers/activate/src/jnodeos/jnodeos-20010711.0127/jnodeos edu.utah.janos.nodeos.Main edu.utah.janos.tests.StdinTest < /nfs/jade/rogers/activate/src/jnodeos/jnodeos-20010711.0127/testsuite/tests/StdinTestInput'
>
> *snip*
> Craig Milo Rogers
>
These failures are probably due to similar problems. I am looking into
them now.
- Austin Clements
[ Janos ] [ OSKit ] [ Network Testbed ] [ Flick ] [ Fluke ]
Flux Research Group / Department of Computer Science / University of Utah