Re: modify XSSFTestDataSamples.writeOutAndReadBack to write to directory specified by optional sys prop?

2013-07-29 Thread Darren Roberts
Sounds like a good idea to me. From: Allison, Timothy B. talli...@mitre.org To: POI Developers List dev@poi.apache.org Sent: Monday, July 29, 2013 3:51 PM Subject: RE: modify XSSFTestDataSamples.writeOutAndReadBack to write to directory specified by

Re: Next release?

2013-07-22 Thread Darren Roberts
Hi Having only submitted one very minor patch (54969, but I'm working on a major enhancement to XSSFTextBox at the moment) my opinion probably doesn't count for much, but my vote would be to have a push to include as many of the outstanding patches in bugzilla into a beta2 as possible. Thanks

Code authorship

2013-07-22 Thread Darren Roberts
Hi Just wondering what the form is when using code from elsewhere in the POI project when it comes to denoting authorship? For example on my current task enhancing XSSFTextBox I have pulled in from the XSLF src a number of files defining enums, and some code from the equivalent

Re: XSSFTextBox?

2013-07-22 Thread Darren Roberts
...@mitre.org To: Darren Roberts robertsdjguard-poi...@yahoo.com Cc: POI Developers List dev@poi.apache.org Sent: Monday, July 22, 2013 1:58 PM Subject: XSSFTextBox? Darren,   Will your XSSFTextBox enhancements fix this issue posted on the Tika users list? Hi, I am using Tika 1.3 and Solr 4.3.1

Re: Code authorship

2013-07-22 Thread Darren Roberts
Dunno how I missed that one when reading that document - thanks for pointing it out! Regards Darren From: Allison, Timothy B. talli...@mitre.org To: POI Developers List dev@poi.apache.org; Darren Roberts robertsdjguard-poi...@yahoo.com Sent: Monday, July

XSSFTextBox and fonts

2013-07-16 Thread Darren Roberts
Hi I'm affected by the same bug listed here https://issues.apache.org/bugzilla/show_bug.cgi?id=54969 where XSSFTextBox (or rather the XSSFSimpleShape superclass) doesn't apply the font correctly to the text run. Today I have setup a Java development environment on my linux box, built POI and