Re: Suspected Spam:Re: Non-maintainer upload of bugfixes for the XMLBeans library in the Attic

2017-11-08 Thread Dustin Spicuzza
I'm curious, does anyone know the rationale for closing down the XMLBeans product in the first place? It doesn't seem to be stated on the XMLBeans website. I seem to recall the last time I played with XMLBeans/JAXB (maybe 2 or 3 years ago?) that XMLBeans seemed to be easier to use, though I don't

Re: Help with task: Improve test-coverage of new Microsoft Visio 2007 support code

2016-05-29 Thread Dustin Spicuzza
Yes, the documentation is a bit lacking... I'll add some stuff to the doc site tonight since I promised to do it 6 months ago... If you want to refer to a project that uses it, see https://github.com/BBN-D/poi-visio-graph, which tries to create a graph from a vsdx document. Dustin On 05/29/2016

Re: Vote on 3.14-beta1

2015-12-08 Thread Dustin Spicuzza
Limited read-only support limited in the sense that it supports the features that we needed for parsing a relatively complex visio diagram, but it is by no means complete for all features that Visio supports. As people start using it, more features can be added. Dustin On 12/8/15 5:25

Re: deprecated handling - reloaded

2015-11-24 Thread Dustin Spicuzza
From how we deal with Java releases at work... if it ain't broke, don't bother updating. When you update, expect things to break. Also, for those getting the releases via maven, it tends to encourage an == dependency, so you have to actively remember that you want to update the package. I think

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

2015-10-20 Thread Dustin Spicuzza
jects to see > integration problems early. > > See http://svn.apache.org/repos/asf/gump/metadata/project/poi.xml for > the build-definition for POI, maybe it needs to be listed there, you > should theoretically have commit rights, let me know if not. > > Dominik. > >

Re: svn commit: r1709427 - /poi/trunk/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/CombinedIterable.java

2015-10-19 Thread Dustin Spicuzza
Thanks, I was originally using Collections.emptyIterator(), but that's only available in Java 7+. I'll do it your way, that sounds easier anyways. :) Dustin On 10/19/2015 1:30 PM, Uwe Schindler wrote: > Just unrelated to the original fix: > > According to checks, the EmptyIterator should

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

2015-10-19 Thread Dustin Spicuzza
I suspect this is my fault... looks like it didn't bring in the curvesapi jar? How does this thing get built? Appears to be using build.xml, but that works for me... Dustin On 10/20/2015 01:49 AM, Gump [HEAD] :-( wrote: > To whom it may engage... > > This is an automated request, but

Re: Plan for 3.14 beta 1

2015-10-18 Thread Dustin Spicuzza
Unless I receive objections, I think I will push the visio stuff in to trunk later today, and hopefully get to some better tests in the near future. Dustin On 10/16/2015 02:14 PM, Dustin Spicuzza wrote: > The visio stuff is ready to be pushed in whenever > (https://bz.apache.org/bu

Re: Plan for 3.14 beta 1

2015-10-16 Thread Dustin Spicuzza
The visio stuff is ready to be pushed in whenever (https://bz.apache.org/bugzilla/show_bug.cgi?id=58087). It had been mentioned that it would be nice to add better test coverage, but I haven't had time to do that yet, so I haven't pushed it in. However, I can push it in without that if desired

Re: Running tests before commit

2015-10-07 Thread Dustin Spicuzza
Yes, I ran tests but didn't know there was a Jenkins target. On Oct 7, 2015 6:21 AM, Javen O'Neal wrote: > > Perhaps it'd be worth adding this target to How To Build > http://poi.apache.org/howtobuild.html#Building+Targets+with+Ant > Javen O'Neal > > > On Wed, Oct 7,

Re: [VOTE] Apache POI 3.13-final release (RC1)

2015-09-22 Thread Dustin Spicuzza
+1 On 09/21/2015 08:31 PM, Andreas Beeker wrote: > Hi, > > I've prepared artifacts for the release of Apache POI 3.13-final (RC1). > > The most notable changes in this release are: > > - conditional formatting support for DataBars, Icon Sets / Multi-States, and > Color Scales > - various

Re: 3.13 beta 2 time?

2015-09-19 Thread Dustin Spicuzza
I wouldn't worry about that, Visio is rock solid* ;) Dustin * until someone else tries to use it, I imagine... On 09/19/2015 04:21 PM, Dominik Stadler wrote: > Sounds good to me! Maybe we should do a 3.13 soon as well before > starting to add the Visio stuff as that wpuld likely delay things

Re: Hello! + Visio/XDGF integration tasks

2015-09-14 Thread Dustin Spicuzza
On 09/14/2015 05:13 PM, Nick Burch wrote: > On Fri, 11 Sep 2015, Dustin Spicuzza wrote: >> * Finish the IP clearance template (looks like most of it is done?) > > I think we only have one item left now! > >> * Change the copyright headers to Apache (where should

Hello! + Visio/XDGF integration tasks

2015-09-10 Thread Dustin Spicuzza
Hey folks, We've finally got ourselves moved into our new place, and so I can resume my hobby of supporting various open source projects, including this one. :) *[begin blah blah blah]* POI is a really useful project that I've used for a few things in the past, and I'm excited to help out.