Oops, the compile errors I sent were because I forgot to clean.  Here's the
actual errors I was getting.  Looks like you may have forgotten to commit
changes to FieldIterator.

-- Glen


Compiling 62 source files to
C:\Projects\jakarta-poi\build\scratchpad\classes
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\generator\H
DFFi
eldIterator.java:74: offset is not public in
org.apache.poi.generator.FieldItera
tor; cannot be accessed from outside package
            result = "LittleEndian.getSimpleShortArray(data, 0x" +
Integer.toHex
String(offset) + " + offset, size)";

       ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\generator\H
DFFi
eldIterator.java:76: offset is not public in
org.apache.poi.generator.FieldItera
tor; cannot be accessed from outside package
            result = "LittleEndian.getByteArray(data, 0x" +
Integer.toHexString(
offset) + " + offset, size)";

^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\generator\H
DFFi
eldIterator.java:78: offset is not public in
org.apache.poi.generator.FieldItera
tor; cannot be accessed from outside package
            result = "LittleEndian.getShort(data, 0x" +
Integer.toHexString(offs
et) + " + offset)";

^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\generator\H
DFFi
eldIterator.java:80: offset is not public in
org.apache.poi.generator.FieldItera
tor; cannot be accessed from outside package
            result = "LittleEndian.getInt(data, 0x" +
Integer.toHexString(offset
) + " + offset)";
                                                                          ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\generator\H
DFFi
eldIterator.java:82: offset is not public in
org.apache.poi.generator.FieldItera
tor; cannot be accessed from outside package
            result = "data[ 0x" + Integer.toHexString(offset) + " +
offset ]";
                                                      ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\generator\H
DFFi
eldIterator.java:84: offset is not public in
org.apache.poi.generator.FieldItera
tor; cannot be accessed from outside package
            result = "LittleEndian.getDouble(data, 0x" +
Integer.toHexString(off
set) + " + offset)";

^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\generator\H
DFFi
eldIterator.java:88: offset is not public in
org.apache.poi.generator.FieldItera
tor; cannot be accessed from outside package
            offset += Integer.parseInt(size);
            ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\generator\H
DFRe
cordUtil.java:79: pad(java.lang.StringBuffer,int) has private access in
org.apac
he.poi.generator.RecordUtil
        result = pad(result, padTo);
                 ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:122: cannot resolve symbol
symbol  : method isTabletype  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
        if(_fib.isTabletype())
               ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:146: cannot resolve symbol
symbol  : method getTextPieceTableOffset  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
        int pos = _fib.getTextPieceTableOffset();
                      ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:210: cannot resolve symbol
symbol  : method getChp_bin_table_offset  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
        int charOffset = _fib.getChp_bin_table_offset();
                             ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:211: cannot resolve symbol
symbol  : method getChp_bin_table_size  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
        int charPlcSize = _fib.getChp_bin_table_size();
                              ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:259: cannot resolve symbol
symbol  : method getPap_bin_table_offset  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
        int parOffset = _fib.getPap_bin_table_offset();
                            ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:260: cannot resolve symbol
symbol  : method getPap_bin_table_size  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
        int parPlcSize = _fib.getPap_bin_table_size();
                             ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:304: cannot resolve symbol
symbol  : method getOffsetFirstChar  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
      int fcMin = _fib.getOffsetFirstChar();
                      ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:305: cannot resolve symbol
symbol  : method getSectionPlcOffset  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
      int plcfsedFC = _fib.getSectionPlcOffset();
                          ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:306: cannot resolve symbol
symbol  : method getSectionPlcSize  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
      int plcfsedSize = _fib.getSectionPlcSize();
                            ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:330: cannot resolve symbol
symbol  : method getDOPOffset  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
        int pos = _fib.getDOPOffset();
                      ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:331: cannot resolve symbol
symbol  : method getDOPSize  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
        int size = _fib.getDOPSize();
                       ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:342: cannot resolve symbol
symbol  : method getStylesheetOffset  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
      int stshIndex = _fib.getStylesheetOffset();
                          ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:343: cannot resolve symbol
symbol  : method getStylesheetSize  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
      int stshSize = _fib.getStylesheetSize();
                         ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:378: cannot resolve symbol
symbol  : method getFonts_bin_table_offset  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
        int fontTableIndex = _fib.getFonts_bin_table_offset();
                                 ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\HDFOb
ject
Factory.java:379: cannot resolve symbol
symbol  : method getFonts_bin_table_size  ()
location: class org.apache.poi.hdf.model.hdftypes.FileInformationBlock
        int fontTableSize = _fib.getFonts_bin_table_size();
                                ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\hdfty
pes\
definitions\DOPAbstractType.java:266: cannot resolve symbol
symbol  : method getByteArray  (byte[],int,short)
location: class org.apache.poi.util.LittleEndian
        field_35_doptypography          = LittleEndian.getByteArray(data,
0x5b +
 offset, size);
                                                      ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\hdfty
pes\
definitions\DOPAbstractType.java:267: cannot resolve symbol
symbol  : method getByteArray  (byte[],int,short)
location: class org.apache.poi.util.LittleEndian
        field_36_dogrid                 = LittleEndian.getByteArray(data,
0x191
+ offset, size);
                                                      ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\hdfty
pes\
definitions\DOPAbstractType.java:270: cannot resolve symbol
symbol  : method getByteArray  (byte[],int,short)
location: class org.apache.poi.util.LittleEndian
        field_39_asumyi                 = LittleEndian.getByteArray(data,
0x19f
+ offset, size);
                                                      ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\hdfty
pes\
definitions\DOPAbstractType.java:275: cannot resolve symbol
symbol  : method getByteArray  (byte[],int,short)
location: class org.apache.poi.util.LittleEndian
        field_44_Spare                  = LittleEndian.getByteArray(data,
0x1bb
+ offset, size);
                                                      ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\hdfty
pes\
definitions\DOPAbstractType.java:542: cannot resolve symbol
symbol  : method toHex  (byte[])
location: class org.apache.poi.util.HexDump
        buffer.append(HexDump.toHex((byte[])getDoptypography()));
                             ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\hdfty
pes\
definitions\DOPAbstractType.java:547: cannot resolve symbol
symbol  : method toHex  (byte[])
location: class org.apache.poi.util.HexDump
        buffer.append(HexDump.toHex((byte[])getDogrid()));
                             ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\hdfty
pes\
definitions\DOPAbstractType.java:575: cannot resolve symbol
symbol  : method toHex  (byte[])
location: class org.apache.poi.util.HexDump
        buffer.append(HexDump.toHex((byte[])getAsumyi()));
                             ^
C:\Projects\jakarta-poi\build\scratchpad\java\org\apache\poi\hdf\model\hdfty
pes\
definitions\DOPAbstractType.java:603: cannot resolve symbol
symbol  : method toHex  (byte[])
location: class org.apache.poi.util.HexDump
        buffer.append(HexDump.toHex((byte[])getSpare()));
                             ^
31 errors

BUILD FAILED
C:\Projects\jakarta-poi\tools\cents\centipede.cent\xbuild.xml:89: Compile
failed
; see the compiler error output for details.

Total time: 44 seconds



----- Original Message -----
From: "Ryan Ackley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Glen Stampoultzis"
<[EMAIL PROTECTED]>
Sent: Friday, April 19, 2002 12:56 PM
Subject: Re: Build broken :(


> Glen,
>
> I didn't even attempt to build, I just looked at your compile errors. On
> further inspection, it looks like you misnamed the package for the class
> org.apache.poi.hssf.records.SheetPropertiesRecord, there is no
> "org.apache.poi.hssf.records" package but there is a
> "org.apache.poi.hssf.record" (no 's' at the end) package. You owe me one
;-)
>
> Ryan
>
> ----- Original Message -----
> From: "Glen Stampoultzis" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, April 18, 2002 9:55 PM
> Subject: Re: Build broken :(
>
>
> > Are you building with build.bat or using an IDE?
> >
> >
> > ----- Original Message -----
> > From: "Ryan Ackley" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, April 19, 2002 11:18 AM
> > Subject: Re: Build broken :(
> >
> >
> > > Glen
> > >
> > > I am 99.9% sure that its not a problem with what I checked in. Not
sure
> > what
> > > would be causing that. Looks like possibly a classpath problem because
> the
> > > compiler is saying it doesn't recognize the class names as classes.
> > >
> > > Ryan
> > >
> > > ----- Original Message -----
> > > From: "Glen Stampoultzis" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>; "Ryan Ackley" <[EMAIL PROTECTED]>
> > > Sent: Thursday, April 18, 2002 9:48 AM
> > > Subject: Re: Build broken :(
> > >
> > >
> > > > Sorry should have clarified...
> > > >
> > > > compile:
> > > > Compiling project core with Java 1.3, debug on, optimize off,
> > deprecation
> > > on
> > > > Compiling 25 source files to C:\Projects\jakarta-poi\build\classes
> > > >
> > >
> >
>
C:\Projects\jakarta-poi\build\java\org\apache\poi\hssf\records\SheetProperti
> > > > esRe
> > > > cord.java:74: cannot resolve symbol
> > > > symbol  : class Record
> > > > location: class org.apache.poi.hssf.records.SheetPropertiesRecord
> > > >     extends Record
> > > >             ^
> > > >
> > >
> >
>
C:\Projects\jakarta-poi\build\java\org\apache\poi\hssf\records\SheetProperti
> > > > esRe
> > > > cord.java:132: cannot resolve symbol
> > > > symbol  : class RecordFormatException
> > > > location: class org.apache.poi.hssf.records.SheetPropertiesRecord
> > > >             throw new RecordFormatException("Not a SheetProperties
> > > record");
> > > >                       ^
> > > > 2 errors
> > > >
> > > > BUILD FAILED
> > > > C:\Projects\jakarta-poi\tools\cents\centipede.cent\xbuild.xml:59:
> > Compile
> > > > failed
> > > > ; see the compiler error output for details.
> > > >
> > > >
> > > >
> > > > ----- Original Message -----
> > > > From: "Ryan Ackley" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>; "Glen Stampoultzis"
> > > > <[EMAIL PROTECTED]>
> > > > Sent: Thursday, April 18, 2002 11:00 PM
> > > > Subject: Re: Build broken :(
> > > >
> > > >
> > > > > Give me more info, whats the error message?
> > > > >
> > > > > Ryan
> > > > > ----- Original Message -----
> > > > > From: "Glen Stampoultzis" <[EMAIL PROTECTED]>
> > > > > To: <[EMAIL PROTECTED]>
> > > > > Sent: Thursday, April 18, 2002 8:10 AM
> > > > > Subject: Build broken :(
> > > > >
> > > > >
> > > > > > I think it's the HDF stuff just commited... please fix.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > >
> >
> >
>


Reply via email to