DO NOT REPLY [Bug 24645] New: - Problem with the national characters

2003-11-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24645. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 24645] - Problem with the national characters

2003-11-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24645. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

2.0 release

2003-11-12 Thread Avik Sengupta
We've had two checkins to branch since 2.0 ..Nothing important seems to have come up. should we do a second RC, cheat and do a 2.0 final directly. Thoughts? Glen, are you able to do a release this weekend? Regards - Avik - To

HWPF

2003-11-12 Thread Ryan Ackley
Good news everyone, I am able to successfully edit a simple Word document with HWPF. I will commit and post some sample code tonight. Right now it only works on the simplest of files but over the next few days/weeks/months/years, I will be adding features and making it more robust. Unfortunately,

RE: HWPF

2003-11-12 Thread Height, Jason
Excellent! How long before we see HWPF promoted from scratchpad ;-) Jason -Original Message- From: Ryan Ackley [mailto:[EMAIL PROTECTED] Sent: Thursday, 13 November 2003 1:46 AM To: POI Developers List Cc: POI Users List; [EMAIL PROTECTED] Subject: HWPF Good news everyone, I am able

Re: 2.0 release

2003-11-12 Thread Glen Stampoultzis
Since it's a full release I we should do a formal vote to make the PMC happy. I'm a little reluctant do a full release without bringing the German and Spanish translations up to spec. It's not really something I can do as I only speak English. Also I'd like to see someone go over the website

RE: HWPF

2003-11-12 Thread Glen Stampoultzis
My opinion is that now that you can read/write simple documents we should push for it soon. Regards, Glen At 08:10 AM 13/11/2003, you wrote: Excellent! How long before we see HWPF promoted from scratchpad ;-) Jason -Original Message- From: Ryan Ackley [mailto:[EMAIL PROTECTED] Sent:

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf Range.java HWPFDocument.java

2003-11-12 Thread sackley
sackley 2003/11/12 19:26:33 Modified:src/scratchpad/src/org/apache/poi/hwpf Range.java HWPFDocument.java Log: latest changes Revision ChangesPath 1.4 +16 -4 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/Range.java Index:

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes CHPBinTable.java PAPX.java TextPieceTable.java

2003-11-12 Thread sackley
sackley 2003/11/12 19:27:02 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes CHPBinTable.java PAPX.java TextPieceTable.java Log: latest changes Revision ChangesPath 1.8 +18 -0

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel CharacterProperties.java CharacterRun.java

2003-11-12 Thread sackley
sackley 2003/11/12 19:28:33 Modified:src/scratchpad/src/org/apache/poi/hwpf/usermodel CharacterProperties.java CharacterRun.java Log: latest changes Revision ChangesPath 1.4 +28 -30

HWPF example

2003-11-12 Thread Ryan Ackley
If anyone is interested, here is some example code that will insert some Bold, Italic, All Upper Case text to the beginning of a Word document. It only seems to work with all ASCII Word files. I am trying to fix the problem it has with unicode. This code may take some tweaking I just copied and

Compile failure

2003-11-12 Thread Glen Stampoultzis
Just me being a manual gump: compile-scratchpad: [javac] Compiling 143 source files to /x1/home/glens/jakarta-poi/build/scratchpad-classes [javac] /x1/home/glens/jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/Range.java:80: cannot resolve symbol [javac] symbol : class

Re: Compile failure

2003-11-12 Thread Ryan Ackley
SHould be fixed - Original Message - From: Glen Stampoultzis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 13, 2003 12:04 AM Subject: Compile failure Just me being a manual gump: compile-scratchpad: [javac] Compiling 143 source files to