Bug 12255 - EqualPtg.java missing in CVS
Summary: EqualPtg.java missing in CVS
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: unspecified
Hardware: All other
: P3 critical (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-03 12:57 UTC by Christian Schulte
Modified: 2004-11-16 19:05 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Schulte 2002-09-03 12:57:47 UTC
I just checked out POI from CVS and during the first compilation I have noticed
that the file EqualPtg.java is missing from CVS and thus the build fails with
this messages!

Compiling project core with Java 1.3, debug on, optimize off, deprecation on
Compiling 258 source files to /home/schulte/jakarta-cvs/jakarta-poi/build/classes
/home/schulte/jakarta-cvs/jakarta-poi/build/java/org/apache/poi/hssf/record/formula/Ptg.java:171:
cannot resolve symbol
symbol  : variable EqualPtg  
location: class org.apache.poi.hssf.record.formula.Ptg
            case EqualPtg.sid:
                 ^
/home/schulte/jakarta-cvs/jakarta-poi/build/java/org/apache/poi/hssf/record/formula/Ptg.java:172:
cannot resolve symbol
symbol  : class EqualPtg  
location: class org.apache.poi.hssf.record.formula.Ptg
                retval = new EqualPtg(data, offset);
                             ^
/home/schulte/jakarta-cvs/jakarta-poi/build/java/org/apache/poi/hssf/model/FormulaParser.java:425:
cannot resolve symbol
symbol  : class EqualPtg  
location: class org.apache.poi.hssf.model.FormulaParser
        tokens.add(new EqualPtg());
                       ^
3 errors

BUILD FAILED
/home/schulte/jakarta-cvs/jakarta-poi/tools/cents/centipede.cent/xbuild.xml:28:
Compile failed; see the compiler error output for details.



compile:
Compiling project core with Java 1.3, debug on, optimize off, deprecation on
Compiling 258 source files to /home/schulte/jakarta-cvs/jakarta-poi/build/classes
/home/schulte/jakarta-cvs/jakarta-poi/build/java/org/apache/poi/hssf/model/FormulaParser.java:425:
cannot resolve symbol
symbol  : class EqualPtg  
location: class org.apache.poi.hssf.model.FormulaParser
        tokens.add(new EqualPtg());
Comment 1 Andy Oliver 2002-09-03 16:19:54 UTC
oops my bad.. . I'll fix it in a few hours...