It's broken for me too.  Sian? Andrew?

Tim

Nathan Beyer wrote:
Is someone fixing this?

compile-tests:
     [echo] Compiling PACK200 tests
    [javac] Compiling 23 source files to
/home/nathan/harmony/trunk/working_classlib/modules/pack200/bin/test
    [javac] Since fork is false, ignoring memoryMaximumSize setting
    [javac] ----------
    [javac] 1. ERROR in
/home/nathan/harmony/trunk/working_classlib/modules/pack200/src/test/java/org/apache/harmony/pack200/tests/SegmentTest.java
(at line 44)
    [javac]     Segment segment = Segment.parse(in);
    [javac]                               ^^^^^
    [javac] The method parse(InputStream) is undefined for the type Segment
    [javac] ----------
    [javac] 2. ERROR in
/home/nathan/harmony/trunk/working_classlib/modules/pack200/src/test/java/org/apache/harmony/pack200/tests/SegmentTest.java
(at line 64)
    [javac]     Segment segment = Segment.parse(in);
    [javac]                               ^^^^^
    [javac] The method parse(InputStream) is undefined for the type Segment
    [javac] ----------
    [javac] 3. ERROR in
/home/nathan/harmony/trunk/working_classlib/modules/pack200/src/test/java/org/apache/harmony/pack200/tests/SegmentTest.java
(at line 74)
    [javac]     Segment segment = Segment.parse(in);
    [javac]                               ^^^^^
    [javac] The method parse(InputStream) is undefined for the type Segment
    [javac] ----------
    [javac] 3 problems (3 errors)

Reply via email to