Sorry - I had missed out one of the files that needed checking in with my last commit. Should be fixed now.
On 06/04/2008, Tim Ellison <[EMAIL PROTECTED]> wrote: > > 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) > > > > -- Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
