You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Nathan Beyer <nd...@apache.org> on 2008/04/05 04:50:24 UTC

[classlib] pack200 tests don't compile

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)

Re: [classlib] pack200 tests don't compile

Posted by Sian January <si...@googlemail.com>.
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 <t....@gmail.com> 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

Re: [classlib] pack200 tests don't compile

Posted by Tim Ellison <t....@gmail.com>.
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)
>