DO NOT REPLY [Bug 7166] - Record Generator should be in a new package org.apache.poi.dev

2006-08-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=7166. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.

Record generator changes

2005-05-17 Thread Rainer Klute
This is something for you HSSF folks. In order to have the POI build process run smoothly under J2SDK 1.4 as well as under J2SDK 5 I removed all explicit references to Xalan and changed the HSSF record generator to use any XSLT processor. However, that stuff seems to be very much out of date

Re: Record Generator

2002-07-17 Thread Glen Stampoultzis
The record generator is not necessarily appropriate for every record type. You could modify the code generated if you need to. Just be careful not to break the other records. If you wish to do a one off generation then what you suggest will work. You might be able to use XML entities

RE: Record Generator

2002-07-17 Thread Laubach, Shawn - TAFB/LAB NCC (SAIC)
, Tinker AFB, Oklahoma dsn: 336-2473 comm: 405-736-2473 mobile: 405-245-9562 -Original Message- From: Glen Stampoultzis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 9:38 AM To: POI Developers List Subject: Re: Record Generator The record generator is not necessarily

Re: record generator

2002-04-04 Thread Nicola Ken Barozzi
From: Glen Stampoultzis [EMAIL PROTECTED] Said Ackley wrote: Glen, Where in the CVS tree is all of the record generator code? I want to add some HDF specific stuff. Ryan 1/2 of it is in org.apache.poi.dev 1/2 of it is in the scratchpad under org.apache.poi.generator

Re: record generator

2002-04-04 Thread Andrew C. Oliver
On Wed, 2002-04-03 at 18:13, Glen Stampoultzis wrote: Said Ackley wrote: Glen, Where in the CVS tree is all of the record generator code? I want to add some HDF specific stuff. Ryan 1/2 of it is in org.apache.poi.dev 1/2 of it is in the scratchpad under

record generator

2002-04-03 Thread Said Ackley
Glen, Where in the CVS tree is all of the record generator code? I want to add some HDF specific stuff. Ryan

Re: record generator

2002-04-03 Thread Glen Stampoultzis
Said Ackley wrote: Glen, Where in the CVS tree is all of the record generator code? I want to add some HDF specific stuff. Ryan 1/2 of it is in org.apache.poi.dev 1/2 of it is in the scratchpad under org.apache.poi.generator -Andy PS - I hate the fact its in two places like

Re: build issues and the record generator

2002-03-16 Thread Nicola Ken Barozzi
From: Marc [EMAIL PROTECTED] It seems to me all we'd need to do with centipede is to take the project.xtarget and the project-info.xml files (I think those are the only prime candidates for being overwritten by an active centipede-enabled project, right, Ken?) Correct :-) and move them to

[Fwd: record generator]

2002-03-16 Thread Andrew C. Oliver
! The avalanche has already started. It is too late for the pebbles to vote. -Ambassador Kosh ---BeginMessage--- Hi All, especially Glen, I'm having a bit of trouble and need a hand. I'm trying to adapt the record generator to work for HDF as well and man, its giving me fits. So I'm right now able

Re: build issues and the record generator

2002-03-15 Thread Marc
Andrew C. Oliver wrote: Hi Glen, Ken specifically and All -- I'm trying to move the package for the RecordGenerator and come up with some kind of generic record generation system. In doing this I discovered the record-generator is no longer a target in the build *gasp*. I discovered its

Re: POI Record Generator

2002-02-04 Thread Marc
Glen Stampoultzis wrote: Hrrm, very quiet around here at the moment. Just wanted to let you know I've also written a test stub generator for records. It just creates a test stub for you, you then take that and fill it out to complete your test case. Also started on a generator for