Problems with DDF

2005-04-29 Thread Nick Burch
Hi All I'm trying to use DDF to handle the Escher records in PowerPoint, as part of my PowerPoint support. As part of this, I'm seeing quite a lot of problems with the DDF support. What's the best course of action here? Should I file a bunch of bug reports, and discuss if I've correctly

DDF - EscherTextboxRecord

2005-05-03 Thread Nick Burch
Hi All Couple of issues with the current EscherTextboxRecord (msofbtClientTextbox, type 0xF00D) class: When using DefaultEscherRecordFactory, I get back an EscherContainerRecord instead of an EscherTextboxRecord. Anyone know why? Also, in fillFields, it tries to create child escher records

DDF - EscherClientAnchorRecord

2005-05-03 Thread Nick Burch
Hi All Next up with my DDF questions, we have EscherClientAnchorRecord (msofbtClientAnchor, type 0xF010) It seems convinced that it is of size 8 (header) + 18 (some standard data) + length of extra fields, so a minimum of 26. It doesn't seem to bother checking the record header of this fact.

DDF - Handling a tree of records

2005-05-03 Thread Nick Burch
Hi All In powerpoint documents, you find PPDrawing atoms. Within these you find a number of Escher records, some of which have children. (I've attached an example dump to the end of the email, if people are interested in what records there are) The problem I'm having is with getting a tree of

Re: DDF - EscherTextboxRecord

2005-05-03 Thread Nick Burch
On Tue, 3 May 2005, Nick Burch wrote: Couple of issues with the current EscherTextboxRecord (msofbtClientTextbox, type 0xF00D) class: Just thought of another one. Because EscherTextboxRecord contains host records, not escher records, the serialize() method isn't much help. I guess either we

Why doesn't ddf.DefaultEscherRecordFactory call fillFields on a newly created record?

2005-05-04 Thread Nick Burch
Hi All With some more digging, it looks like the reason I'm not seeing child records being created for Containers is because fillFields doesn't seem to be being called. Anyone know why DefaultEscherRecordFactory doesn't call fillFields on newly created records? Nick

Writing unit tests for the powerpoint code

2005-05-12 Thread Nick Burch
Hi All I've been following the discussions on unit testing the formula code with interest. I'm hoping to write some unit tests shortly for the powerpoint code, but I'm not sure how best to go about it. I can think of a few useful unit tests straight off. Things like ensuring that a file gets

org.apache.poi.util.StringUtil

2005-05-13 Thread Nick Burch
Hi All It has been suggested (in Bugzilla) that my PowerPoint code's util.TextMunger class is largely a duplicate of util.StringUtil. However, I'm really struggling to figure out exactly what that class does. Comments like write compressed unicode don't really explain much... Could someone

Re: org.apache.poi.util.StringUtil

2005-05-16 Thread Nick Burch
On Fri, 13 May 2005, Avik Sengupta wrote: On Fri, 2005-05-13 at 16:35 +0100, Nick Burch wrote: * Take a string, and return the closest approximation in US-ASCII bytes ?? What's closest? taking only the low bytes? I dont think there's anything that does that (there were, but they were

Re: [RESULT] Nick Burch and Amol Deshmukh as POI committers

2005-06-08 Thread Nick Burch
On Tue, 7 Jun 2005 [EMAIL PROTECTED] wrote: I am not now or have not ever been a signator or otherwise bound to a Microsoft NDA or similar agreement regarding these file formats I am not now and never have been a signator or otherwise bound to a Microsoft NDA (non disclosure agreement) or

Re: [VOTE] Development Release

2005-06-20 Thread Nick Burch
On Sun, 19 Jun 2005, Glen Stampoultzis wrote: I'm proposing to call this release 3.0-alpha1. +1 Nick - To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List:http://jakarta.apache.org/site/mail2.html#poi The Apache

Re: Build on the weekend

2005-07-04 Thread Nick Burch
On Mon, 27 Jun 2005, Glen Stampoultzis wrote: If you want to promote the stuff you've been working on this is your final chance. I guess I've missed the boat for alpha1, but this should still apply for alpha2 :) PowerPoint support: * Support for text extraction across the whole file *

Re: [GUMP@vmgump]: Project jakarta-poi-3 (in module jakarta-poi-3) failed

2005-07-08 Thread Nick Burch
On Fri, 8 Jul 2005, Gump [HEAD] :-( wrote: Project jakarta-poi-3 has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 15 runs. The current state of this project is 'Failed', with reason 'Missing Build Outputs'. For reference only, the

Updating the website

2005-07-08 Thread Nick Burch
Hi All It seems that at the moment, only Glen can update the whole website, but that there are a few bits Andrew is the actual owner of. All the files on the website are group owned by jakarta, but it's a bit random if the files+directories have group write permissions. What do people think

src jar

2005-07-13 Thread Nick Burch
Hi All Unless I'm being muppet at reading ant build files, it seems we don't currently have a way to produce a source jar file for poi. It might be nice if we could spit one out, so I could include it with my cvs binary builds (for people not running java 1.5). Does it make sense to add one as

Re: Updating the website

2005-07-14 Thread Nick Burch
On Sat, 9 Jul 2005, Glen Stampoultzis wrote: Done... thought I had a cron job checking group write that but obviously it doesn't work. Alas not all of the directories have the correct permissions yet, though all the files now seem to The hslf directory doesn't have 775 mode, and quite a few

Re: Updating the website

2005-07-14 Thread Nick Burch
On Thu, 14 Jul 2005, Glen Stampoultzis wrote: Try again: Great, thanks. /skin/x/ seems to be the only directory not now with group write, and that's empty so it's probably fine! Cheers Nick - To unsubscribe, e-mail: [EMAIL

Re: Passord protected files question

2005-07-27 Thread Nick Burch
On Mon, 25 Jul 2005, Alexander Kurtakov wrote: I'm volunteering for making this changes if they are welcomed by the poi developers but I'll need some info about the specific record types to be sure that I'm not producing garbage and also what is the best place to put such a changes. Could

Re: Passord protected files question

2005-07-28 Thread Nick Burch
On Mon, 25 Jul 2005, Alexander Kurtakov wrote: and 51432 is for ppt files. But this is only an assumtion Alas it's not that simple. Password protected powerpoint files are seriously seriously icky. As best I can tell, they're badly cobbled together, and not planned Rather than encrypt

Design question - how to hold metadata on record types

2005-07-31 Thread Nick Burch
Hi All I've been having a debate on this with Yegor Kozlov, who's done some powerpoint around adding new sheets that he hopes to be able to contribute to POI in the near future. We can't agree on it, so I'm hoping that some of the other developers might be able to weigh in with their ideas. The

Re: Design question - how to hold metadata on record types

2005-08-01 Thread Nick Burch
On Sun, 31 Jul 2005 [EMAIL PROTECTED] wrote: However, on its face, this seems to be a minor bikesheddish argument of what should the class be named -- generally such discussions have the same bewildering conclusion as is Coke better than Pepsi. Great. I thought it might be, but I was worried

Design question - model/usermodel handling of rich text

2005-08-01 Thread Nick Burch
Hi All Do the people who've done rich text in excel or word have a suggestion for how best to handle the model/usermodel side of things for rich text? If, in powerpoint, we enter a paragraph like This is normal text redboldThis line is red and bold/bold/red

Re: HSLF development

2005-11-10 Thread Nick Burch
On Mon, 7 Nov 2005, Yegor Kozlov wrote: How are things with POI/HSLF development? Not nearly as fast as I'd like! I was hoping to have more done by now, but I've been too busy. At least Christmas is approaching, I'll have lots of spare time then :) Do you continue to work on POI now? I

Re: Powerpoint Embedded Objects

2005-12-13 Thread Nick Burch
On Tue, 13 Dec 2005, Mathieu Migout wrote: But in powerpoint, embedded object are compressed. Can any one know compression protocole. I'd take a punt at either cab format or zip format, but I've never checked! You could try passing it through java.util.zip.GZIPInputStream and see if it comes

Re: Powerpoint Embedded Objects

2005-12-13 Thread Nick Burch
On Tue, 13 Dec 2005, Mathieu Migout wrote: - ExOleObjStg : A variable length container, which has LZW compressed data, which corresponds to the Istorage data for this ole object. The uncompressed data is a docfile, which contains the ole object data. Sounds like powerpoint might strip off

Re: cvs-svn migration complete

2005-12-16 Thread Nick Burch
On Sat, 3 Dec 2005, Henri Yandell wrote: Let me know if you have any problems, Anyone else having problems committing via svn, or is it just me? I can checkout just fine, it just doesn't like my username and password when I try to commit (which I know are right, as I use them to get to

Re: cvs-svn migration complete

2006-01-03 Thread Nick Burch
On Mon, 2 Jan 2006, Henri Yandell wrote: That's fixed now, so I believe it should now work. Sorry I made such a braindead mistake, and that it took so long for me to figure out why. That's now working fine for me, cheers for sorting it Nick

HWPF

2006-02-24 Thread Nick Burch
Hi All I see there have been a few contributions recently to HWPF (eg Dmitry's image extraction stuff). I just wanted to check that there's someone who has ownership of reviewing the contributed HWPF code, checking it in and such? Nick

Re: HWPF

2006-03-03 Thread Nick Burch
On Fri, 24 Feb 2006, Nick Burch wrote: I just wanted to check that there's someone who has ownership of reviewing the contributed HWPF code, checking it in and such? I'm guessing from the silence that this means there isn't anyone Don't suppose anyone fancies volunteering to do this? I'd

Re: DO NOT REPLY [Bug 39096] - bug: adding new slides fails

2006-03-27 Thread Nick Burch
On Mon, 27 Mar 2006, David Fisher wrote: Does the PersistPtrHandler stuff have any ability to control the name of the slide as it appears in the PPT UI? No. It just controls how PPT knows which is the latest version of a given slide, in a file that's been quick-saved a number of times (and so

Re: VOTE Sean Sullivan committer

2006-04-16 Thread Nick Burch
On Thu, 13 Apr 2006, Andrew Oliver wrote: I propose Sean to be a committer with all rights therein but for his commit rights to automatically expire if he does not use them within 3 months or if he ever becomes bound by such an agreement. +1 Nick

New alpha release

2006-05-19 Thread Nick Burch
Hi All I notice that it's now 10 months since our last alpha release (alpha1, on 2005-07-04) What do people think about doing another alpha release? Does anyone have anything they're planning to commit shortly, that we should wait for? (Assuming no-one has a strong reason not to, I'll kick

RE: New alpha release

2006-05-19 Thread Nick Burch
On Fri, 19 May 2006, Gascoigne Thomas wrote: Does that mean that 3.0 will become a final release or does it go beta first? I'm suggesting 3.0-alpha2 A final release of 3.0 would be great (and save a lot of work) as my project leader won't let me use it until then. I think you need to

[VOTE] New alpha release

2006-05-26 Thread Nick Burch
Hi All As it has been 10 months since our last alpha release (alpha1, on 2005-07-04), I think we should have another alpha release. The voting on this will be open for 1 week, and your options are: +1 - We should have a new alpha release 0 - I don't mind either way -1 - I don't think we

[Vote] Yegor as a committer

2006-05-26 Thread Nick Burch
Hi All Yegor Kozlov ([EMAIL PROTECTED]) has been submitting patches and bug reports for HSLF for quite a while now. His contributions seem to be up to our standards, and I've had no problems collaberating with him on the HSLF code. He's also hung around for a while, and helped fix bugs :)

Vote results

2006-06-05 Thread Nick Burch
Well, the voting period has closed. * Yegor is in as a committer * I'll produce an alpha release as soon as Yegor has had a chance to commit his pending patches (The hslf stuff is still undergoing quite a few changes, so I'd rather not have it classed as beta just yet) Nick

Re: org.apache.poi.hslf.model.TextRun

2006-06-08 Thread Nick Burch
On Wed, 7 Jun 2006, mr.jonze wrote: how could I get some properties of the text runs, like the name of the font, its size and color, for example? Ask model.TextBox for the RichTextRuns. The RichTextRun will tell you font/size/etc, provided it's not the default Nick

RE: Problem extracing properties from Unicode/UTF-8 codepage files+ patch to fix

2006-06-15 Thread Nick Burch
On Thu, 15 Jun 2006, Kevin Roast wrote: This is great, is there a plan for the next offical release? (we don't want to take HEAD code at the moment) There should be a new alpha release shortly (just as soon as Yegor's CLA appears, and he can commit his patches) The bit of POI that aren't

Re: [VOTE] New alpha release

2006-06-16 Thread Nick Burch
On Fri, 26 May 2006, Nick Burch wrote: As it has been 10 months since our last alpha release (alpha1, on 2005-07-04), I think we should have another alpha release. I had been hoping to release this once Yegor was on-board, and had committed his patch. However, as he's having some trouble

Re: How To Get POI JAR With Patches

2006-06-21 Thread Nick Burch
On Wed, 21 Jun 2006, Ramesh Kakarala wrote: Does anyone know how to get the official Apache POI 2.5.1 JAR that incorporates all approved patches? There is not a 2.5.2. All there is just 3.0 alpha. 3.0 alpha 2 was released last week. You can grab it from the dev/bin directory of your

Re: How To Get POI JAR With Patches

2006-06-21 Thread Nick Burch
On Wed, 21 Jun 2006, Juan Ignacio Sánchez Lara wrote: Does it include validation support (the stuff that allow drop-down lists)? I don't think so, and the patch doesn't work... Alas, if the patch hasn't been committed, and doesn't currently work with the latest svn HEAD, then we'll need a new

Re: poi.apache.org commentary

2006-07-02 Thread Nick Burch
On Wed, 28 Jun 2006, Rainer Klute wrote: Am Dienstag, den 27.06.2006, 13:06 +0100 schrieb Henri Yandell: The recent committer and release vote are another example that the 'we want to be a separate sub-community' doesn't work with the way an Apache TLP is nowadays. Neither vote (until

Re: Support WordExtractor

2006-07-12 Thread Nick Burch
On Wed, 12 Jul 2006, mcarcelen wrote: I´m working with poi-bin-3.0-alpha2-20060616 I´m trying to extract text from a Word document using the class org.apache.poi.hwpf.extractor.WordExtractor but I get the following bugs Exception in thread main java.lang.NoSuchMethodError You need the

RE: Support WordExtractor

2006-07-12 Thread Nick Burch
On Wed, 12 Jul 2006, mcarcelen wrote: I had used the poi-3.0-alpha2-20060616.jar and the poi-scratchpad-3.0-alpha2-20060616.jar but without success You need both of them! Nick - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: Support WordExtractor

2006-07-12 Thread Nick Burch
On Wed, 12 Jul 2006, mcarcelen wrote: Exception in thread main java.lang.NoSuchMethodError: main I know that WordExtractor hasn´t main() but I want to extract text from a word document As you're not the first person to expect WordExtractor to have a main() method, I've added one. It should

Re: HSLF - fontColor

2006-07-13 Thread Nick Burch
On Thu, 13 Jul 2006, Erez Eisenstein wrote: Attribute fontColor is either -1 or a number such as 67108864. Does -1 means black? No, -1 means not set (inherited from master) What is this color format? From the code: /** * @return font color as RGB value * @see

Re: object model to work with styles in PowerPoint

2006-07-14 Thread Nick Burch
On Thu, 13 Jul 2006, Yegor Kozlov wrote: So, I would like to hear you comments. From my perspective, I think we want to offer the following on a block of text: * How will my text look (what's the combined styles from the master, and from the text) * What text styles does my text set in

RE: RichTextRun.getFontSize()

2006-07-18 Thread Nick Burch
On Tue, 18 Jul 2006, Erez Eisenstein wrote: -1 means it comes from the master What does this mean? Where should I extract the actual size, if the richTextRun returns -1? Currently, you can't. It's stored in the Master slide. We're working on how best to get it out. What does it return?

RE: _getRawParagraphStyle(), _getRawCharacterStyle()

2006-07-18 Thread Nick Burch
On Tue, 18 Jul 2006, Erez Eisenstein wrote: For textProp with the name alignment you can find the following values: 0 - left 1 - center 2 - right 3 - justify 5 - thaidistributed 6 - justifylow Thanks. I've added these in as static final's to AlignmentTextProp (from StyleTextPropAtom). Once we

Re: poi.apache.org commentary

2006-08-21 Thread Nick Burch
On Thu, 13 Jul 2006, Nick Burch wrote: On Sun, 2 Jul 2006, Nick Burch wrote: What does everyone else think? Anyone? I think the main thing is: do we think committers should be allowed to vote on new releases and new committers? At the moment, committers aren't also PMC members, so we

Re: poi.apache.org commentary

2006-08-22 Thread Nick Burch
On Mon, 21 Aug 2006, Avik Sengupta wrote: Well my opinion is, 'cant we just get on with it, forget all these organisational stuff' ... but I suppose that's quite naive. Yeah. It's now quite some time since we voted on Yegor as a committer, but he still doesn't have accounts etc as the vote

Re: HWPF-Development

2006-10-16 Thread Nick Burch
On Fri, 29 Sep 2006, Rainer Schwarze wrote: I already wondered a bit how a good automated test case could be done when dealing with Word files (surely applies to Excel, Powerpoint too). Reading something from a file is probably easily checked. But writing it properly surely needs a human who's

Re: Testing generated doc/... files

2006-11-01 Thread Nick Burch
On Tue, 31 Oct 2006, Rainer Schwarze wrote: Are there any objections against such a tool in general? (besides from only runs on Windows :-) ) I can't think of any. It's a real pain that such a tool is needed, but I can't see any way around it If possible, it'd be good to set up a framework

Re: org.apache.poi.hslf.usermodel.TestPictures fails on gump

2006-11-13 Thread Nick Burch
On Fri, 10 Nov 2006, Antoine Levy-Lambert wrote: this testcase fails : [junit] Running org.apache.poi.hslf.usermodel.TestPictures [junit] Tests run: 7, Failures: 0, Errors: 1, Time elapsed: 0.944 sec I've discovered that testDIB() was working on some JVMs, but not others. (It depended

[VOTE] Another alpha release?

2006-12-01 Thread Nick Burch
Hi All It's now about 6 months since our last alpha release, 3.0-alpha2. There's been quite a bit of new functionality added to HSLF, and bug fixes to HSSF and HWPF. So, I think a new release is probably in order. Asking around, it seems that people are planning some new features early in

Re: [VOTE] Another alpha release?

2006-12-04 Thread Nick Burch
On Fri, 1 Dec 2006, Rainer Klute wrote: However, a beta should be only a step on the way to a full release. This is something we really need to have. There are probably many users out there who don't trust in any beta or alpha releases - not to speak about a nighly build. They just grab the

Re[2]: [VOTE] Another alpha release?

2006-12-04 Thread Nick Burch
On Mon, 4 Dec 2006, Yegor Kozlov wrote: Does the full release mean that HSLF will be moved out of the scratchpad area? No, that'd need another vote. I think we have some way to go before that'd be approved (based on past discussion), in terms of functionality, documentation, examples etc

Do we need main, contrib and scratchpad?

2006-12-15 Thread Nick Burch
Hi All I've now had a few people ask me what the difference between main, contrib and scratchpad is. The difference between main and scratchpad I'm happy explaining, but it's contrib that's stumping me. This leads me down one of two thought processes: 1) someone needs to explain how contrib

Re: Help needed?

2006-12-20 Thread Nick Burch
On Mon, 18 Dec 2006, Mark Thomas wrote: Following up on the recent thread on [EMAIL PROTECTED] is there anything I can do to lend a hand around releases and the like? Henri's given us a long list of things we should try to sort out in the builds. I'm planning to try to fix all of them over

Re: Build/release stuff WAS Re: What Are Current POI Release Plans?

2007-01-11 Thread Nick Burch
On Wed, 10 Jan 2007, Andrew C. Oliver wrote: 1. Someone needs to anoint themselves release manager for 3.x.x XXx I can do this, if no-one else fancies it. (I will need several people to volunteer to check things) 2. Someone needs to get a valid key recognized by Apache. I have a pgp key

HSLF TextProp refactoring

2007-01-15 Thread Nick Burch
Hi All Just a heads-up that I've done the easy bit of the HSLF TextProp refactoring. I've moved the definitions for TextPropCollection and the TextProps into model.textproperties. All the tests still pass. Next up, we should probably shift some of the logic for dealing with TextProps out of

Re: HSLF TextProp refactoring

2007-01-16 Thread Nick Burch
On Tue, 16 Jan 2007, Yegor Kozlov wrote: Let's not rush with it. I already have experimental code. As soon as it gets a stable shape I will share it and we will discuss. Sounds good (a) The logic in TextPropCollection.addWithName is wrong. It relies on the ordering of properties by mask

POI 3.0 Release Candidate 1

2007-03-11 Thread Nick Burch
Hi All As most of you will know, we are gearing up to doing a 3.0 release of POI. As part of this, as release manager, I've produced Release Candidate 1 of POI 3.0. This can be downloaded from: http://people.apache.org/~nick/POI-3.0-RC1/ and corresponds to the state of svn TRUNK as of

POI 3.0 RC 2

2007-03-29 Thread Nick Burch
Hi All We've had a few bug fixes applied recently, so it's time for another release candidate: http://people.apache.org/~nick/POI-3.0-RC2/ It'd be great if people could continue to test their code against this, continue to file their bug reports, even more importantly enhance their

Re: Getting class file has wrong version error on poi-scratchpad-3.0-rc2 jar

2007-04-02 Thread Nick Burch
On Thu, 29 Mar 2007, David Fisher wrote: That class file was compiled with JDK 5.0 See http://blogs.sun.com/sundararajan/entry/java_class_ic_errors Bah, looks like a forgot to do a clean before doing a dist build. I find that despite telling eclipse to only use JDK 1.4 for poi, it still

Re: 3.0 release (and maven)

2007-04-18 Thread Nick Burch
On Tue, 17 Apr 2007, Joerg Hohwiller wrote: Are you planning to put the 3.0 release into the maven repository as soon as it is out? As part of the release process, I'll copy them onto people.apache.org, as per http://www.apache.org/dev/release-publishing.html#repository-guide . Apparently,

Nearly ready to release 3.0 final?

2007-05-03 Thread Nick Burch
Hi All There haven't been many patches recently. Does that mean people think we're ready to release 3.0 Final? (I'll work with a lazy consensus, so if no-one says they have patches they're planning to put in for 3.0 final by mid next week, I'll start the vote then) Nick

[VOTE] Move POI to TLP

2007-05-04 Thread Nick Burch
the scope of responsibility of the Apache POI Project; and be it further RESOLVED, that the persons listed immediately below be and hereby are appointed to serve as the initial members of the POI PMC: * Nick Burch [EMAIL PROTECTED] * Amol S. Deshmukh

Re: [VOTE] Move POI to TLP

2007-05-04 Thread Nick Burch
On Fri, 4 May 2007, Nick Burch wrote: So, now is the time to vote on the proposal: And for the record, my vote is +1 Nick - To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List:http://jakarta.apache.org/site/mail2.html

Re: Commit Access [Was] : Re: [VOTE] Move POI to TLP

2007-05-04 Thread Nick Burch
On Fri, 4 May 2007, Andrew C. Oliver wrote: Marc Johnson was an original POI committer/project founder. For various reasons the list stopped sending to him and stopped accepting his posts (I had the same problem). At some point his CVS access became disabled (I suspect someone was fixing

Re: Commit Access [Was] : Re: [VOTE] Move POI to TLP

2007-05-04 Thread Nick Burch
On Fri, 4 May 2007, Andrew C. Oliver wrote: Right it is just HOW MANY TIMES does he have to send in the CLA before it is ACK'd? Alas the guys 'n girls who deal with the CLAs don't seem to be here, so I can't ask them :/ Everyone I've spoken to about this thinks that emailing them is more

Re: TLP proposal Turbine POI for this board meeting and todo items.

2007-05-09 Thread Nick Burch
of responsibility of the Apache POI PMC; and be it further RESOLVED, that the persons listed immediately below be and hereby are appointed to serve as the initial members of the Apache POI PMC: * Nick Burch [EMAIL PROTECTED] * Amol S. Deshmukh [EMAIL

[VOTE] Release 3.0 RC4 as 3.0 FINAL

2007-05-10 Thread Nick Burch
Hi All Since no-one has raised any objections in the last week, I guess we all think we're ready to release 3.0 RC4 as 3.0 FINAL. Voting will close in one week: [ ] +1 I support the release [ ] +0 I don't care [ ] -1 I'm opposed to the release because... I'm +1 With any luck, this will

[RESULT] [VOTE] Move POI to TLP

2007-05-11 Thread Nick Burch
Hi All The voting has now closed, and the votes are in. We had 23 +1 votes, of which 15 were from pmc members. Martin will now present the proposal to the board for their approval. Nick Burch (pmc) Andrew Oliver (pmc) David Fisher Henri Yandel (pmc) Avik Sengupta (pmc) Rainer Klute N. Hira

RE: [RESULT] [VOTE] Move POI to TLP

2007-05-11 Thread Nick Burch
On Fri, 11 May 2007, Jörg Schaible wrote: there were more votes: http://thread.gmane.org/gmane.comp.jakarta.general/9842 Hmm, that's odd. Yours doesn't seem to be showing on mail-archives.apache.org, which is what I was using. Sorry I missed you off!

Re: future of POI?

2007-05-16 Thread Nick Burch
On Wed, 16 May 2007, Günter Kickinger wrote: - Will there be ongoing work after POI 3.0? Yes. The plan is to do a release at least every year. There are at least a few bits of work already planned, that are waiting for 3.0 to go FINAL before they get committed. - Are you planning to support

Re: future of POI?

2007-05-18 Thread Nick Burch
On Fri, 18 May 2007, Andrew C. Oliver wrote: Don't get bureaucratic we are perfectly able to accept code donations provided the proper paperwork is done and there is an internal sponsor. Sure, if someone wants to help us write the code, then that's certainly the case. If anyone does want to

Forrest generated changelog pages playing up

2007-05-18 Thread Nick Burch
Hi Anyone a dab hand with forrest? I've updated the changelog xml file (src/documentation/content/xdocs/changes.xml), but whenever I re-generate the docs, it skips the most recent two releases. I've added them into the site html by hand for now, but it'd be great if someone could figure out

Congratulations all on 3.0 Final

2007-05-18 Thread Nick Burch
Just a quick email to say congratulations to everyone on POI 3.0. We've got some great new stuff in there, which our more conservative users can now start enjoying! Trunk is now re-open for non bug fixes, so now's your chance to commit those things you've been playing with. I guess we'll want

POI moving to TLP (Top Level Project)

2007-05-20 Thread Nick Burch
Hi All As many of you will know, we put in a proposal to the ASF board, for POI to graduate from Jakarta, to its own TLP. This has now been accepted, so Apache POI is now the newest Apache top level project. What does this mean for: Users - In the not too distant future, the site hosting the

Plan for 3.0.1

2007-05-29 Thread Nick Burch
Hi All Hopefully within the next few days, we'll have the new website setup. Once I've put the site live on it, and finished the giant s/Jakarta POI/Apache POI/ on most of the docs, I was planning to produce a -RC for 3.0.1. The main change from 3.0 will be the name, plus the few bugs we've

Re: Plan for 3.0.1

2007-05-29 Thread Nick Burch
On Tue, 29 May 2007, Yegor Kozlov wrote: I'm going to commit some HSLF fixes by the weekend. If possible, wait until then. That sounds fine to me. Let me know when you're done, and I'll do the release candidate build then (assuming no-one else asks for a pause) Nick

Re: Newbie Build Help

2007-05-30 Thread Nick Burch
On Wed, 30 May 2007, Everitt, Glenn wrote: All of the test failures seem to be: java.lang.OutOfMemoryError: PermGen space Try increasing the amount of memory you allocate to java. Since you're running ant, you can't just tack on -Xmx, instead you need to pop that in the environment variable

Re: Newbie Build Help

2007-05-30 Thread Nick Burch
On Wed, 30 May 2007, Andrew C. Oliver wrote: that will have no effect. -Xmx doens't affect perm gen. http://wiki.jboss.org/wiki/Wiki.jsp?page=PermanentGeneration Ah, that's worth knowing. Looks like ANT_OPTS=-XX:PermSize=64M ant might be the one to go for Nick