[VOTE][RESULTS] Re: publishing poi xmlbeans jars

2018-05-23 Thread Dave Fisher
Hi -

There were 6 +1 votes to take on XMLBeans as a subproject.

Alain FAGOT BEAREZ
Javen O’Neal
Dominik Stadler
Andreas Beeker
Greg Woolsey
Mark Murphy

Regards,
Dave

> On Apr 2, 2018, at 10:44 AM, Dave Fisher  wrote:
> 
> 
>> On Apr 2, 2018, at 10:23 AM, Dave Fisher > > wrote:
>> 
>> Hi Mark,
>> 
>> We will need to make INFRA JIRA tickets with reference to the VOTE part of 
>> this thread.
>> 
>> (1) Put XMLBeans svn repos under POI LDAP.
> 
> INFRA-16278 
>> (2) Put the website under POI LDAP
>> (3) Take admin rights on the XMLBeans JIRA.
>> 
>> Once that has been done we’ll need to then work on making our bug fixes and 
>> then going through a release.
>> 
>> Regards,
>> Dave
>> 
>>> On Apr 2, 2018, at 10:15 AM, Mark Murphy >> > wrote:
>>> 
>>> So where are we on this?
>>> 
>>> On Wed, Mar 7, 2018 at 12:40 PM, Dave Fisher >> > wrote:
>>> 
 Hi -
 
 Let’s get back on track.
 
 We want to release XMLBeans 2.7.0 with the org.apache.xmlbeans namespace
 for the benefit of all of the users who are dependent on it. If POI does
 not want to do this then XMLBeans will need to go to the Incubator.
 
 Should we VOTE?
 
 If yes then we can ask Infra to open the JIRA and move the svn somewhere
 with the history. We also ask for the return of the website to our LDAP.
 
 Regards,
 Dave
 
> On Mar 7, 2018, at 4:04 AM, Murphy, Mark  >
 wrote:
> 
> If we do that, it needs to be in a major release because namespaces
 change. If we are going to repackage to support Java 9 modules, that should
 also happen at the same time.
> 
> -Original Message-
> From: pj.fanning [mailto:fannin...@yahoo.com ]
> Sent: Tuesday, March 06, 2018 4:35 PM
> To: dev@poi.apache.org 
> Subject: Re: publishing poi xmlbeans jars
> 
> I have an experimental xmlbeans jar where I changed the package name to
 org.apache.poi.xmlbeans just to see if it was feasible to get it build. I
 also have a poi branch that successfully uses this jar.
> https://repo1.maven.org/maven2/com/github/pjfanning/ 
> 
 xmlbeans/2.7.0-beta1/
> It should be feasible to use a commons based package name if that was
 the route we went.
> 
> 
> 
> --
> Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org 
>  For additional
 commands, e-mail: dev-h...@poi.apache.org 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org 
> 
> For additional commands, e-mail: dev-h...@poi.apache.org 
> 
> 
 
 
>> 
> 



signature.asc
Description: Message signed with OpenPGP


[Bug 62402] XWPFWordExtractor : Incorrect order of text extracted in document(with floating tables)

2018-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62402

Madhav  changed:

   What|Removed |Added

 OS||All
   Severity|normal  |major

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 62402] New: XWPFWordExtractor : Incorrect order of text extracted in document(with floating tables)

2018-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62402

Bug ID: 62402
   Summary: XWPFWordExtractor : Incorrect order of text extracted
in document(with floating tables)
   Product: POI
   Version: 3.17-FINAL
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: XWPF
  Assignee: dev@poi.apache.org
  Reporter: ktsmad...@gmail.com
  Target Milestone: ---

Created attachment 35946
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35946=edit
test document for bug

Hi,
I am using apache poi for docx(xwpf) content extraction.

 I extracted documents content in order iterating through List,
but it is not the same as that of viewed in ms-word application. 

Also XWPFWordExtractor renders in the same order i.e, incorrect(reverse)

In the text document attached below, there is heading which is followed by
table.
But its rendered in reverse order by above mentioned method.

I further debugged and came to know it only occurred with floating table(in my
case).

Finally my question is that does poi handle floating tables order in the
document.


Thanks in advance.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



XWPF delete first page or any pages

2018-05-23 Thread istiti
I'm looking for removing first page of my world document using XWPFDocument.

XWPFDocument document = getTemplateFromFile('file.docx');
Actually in document.getBodyElements() I have 40 XWPFParagraph and no one of
them is telling me when page break is added.

What is the best way to achieve this? The best would be to remove page we
want using document.getPages().removePage(pPosition); ^^



--
Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org