I appreciate the help, the problem is I need to delete the model/hdftypes
tree in cvs. I refactored that into another package. I will do that later
today.

-Ryan

----- Original Message ----- 
From: "Serge Huber" <[EMAIL PROTECTED]>
To: "POI Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, March 02, 2004 8:25 AM
Subject: Re: hwpf


> At 01:30 PM 3/2/2004, you wrote:
> >Added the missing class. Try it again.
>
> Ok just did.
>
>
> >Thanks Serge :-)
>
> You're welcome... Sorry I can't help more right now but I'm quite busy
with
> other stuff.
>
> It seems there are still a few problems, here is the Ant output :
>
> compile-scratchpad:
>      [javac] Compiling 190 source files to
> C:\java\technologies\jakarta-cvs\jakarta-poi\build\scratchpad-classes
>      [javac]
>
C:\java\technologies\jakarta-cvs\jakarta-poi\src\scratchpad\src\org\apache\p
oi\hwpf\model\hdftypes\StyleSheet.java:252:
> cannot resolve symbol
>      [javac] symbol  : constructor Paragraph ()
>      [javac] location: class org.apache.poi.hwpf.usermodel.Paragraph
>      [javac]           Paragraph parentPAP = new Paragraph();
>      [javac]                                 ^
>      [javac]
>
C:\java\technologies\jakarta-cvs\jakarta-poi\src\scratchpad\src\org\apache\p
oi\hwpf\model\hdftypes\StyleSheet.java:265:
> uncompressPAP(org.apache.poi
> .hwpf.usermodel.ParagraphProperties,byte[],int) in
> org.apache.poi.hwpf.sprm.ParagraphSprmUncompressor cannot be applied to
> (org.apache.poi.hwpf.usermodel.Paragraph,byte[],int)
>      [javac]           pap =
> (Paragraph)ParagraphSprmUncompressor.uncompressPAP(parentPAP, papx, 2);
>      [javac]                                                     ^
>      [javac]
>
C:\java\technologies\jakarta-cvs\jakarta-poi\src\scratchpad\src\org\apache\p
oi\hwpf\model\hdftypes\StyleSheet.java:287:
> cannot resolve symbol
>      [javac] symbol  : constructor CharacterRun ()
>      [javac] location: class org.apache.poi.hwpf.usermodel.CharacterRun
>      [javac]           CharacterRun parentCHP = new CharacterRun();
>      [javac]                                    ^
>      [javac]
>
C:\java\technologies\jakarta-cvs\jakarta-poi\src\scratchpad\src\org\apache\p
oi\hwpf\model\hdftypes\StyleSheet.java:300:
> uncompressCHP(org.apache.poi
> .hwpf.usermodel.CharacterProperties,byte[],int) in
> org.apache.poi.hwpf.sprm.CharacterSprmUncompressor cannot be applied to
> (org.apache.poi.hwpf.usermodel.Charac
> terRun,byte[],int)
>      [javac]           chp =
> (CharacterRun)CharacterSprmUncompressor.uncompressCHP(parentCHP, chpx, 0);
>      [javac]                                                        ^
>      [javac] 4 errors
>
> Regards,
>    Serge...
>
>
>
> - -- --- -----=[ shuber2 at jahia dot com ]=---- --- -- -
> www.jahia.org : A collaborative source CMS and Portal Server
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to