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