[Bug 56702] Get one exception java.lang.IllegalStateException: Cannot get a numeric value from a text cell when calling org.apache.poi.ss.usermodel.DataFormatter.formatCellValue

2015-07-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56702

Dominik Stadler dominik.stad...@gmx.at changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO

--- Comment #11 from Dominik Stadler dominik.stad...@gmx.at ---
Can you provide some information why you think this is not fixed? Did you try
with the latest version? Can you provide samples or sample code to show that it
still does not work for you?

-- 
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 58144] New: Behaviour for headers and footers of slides is inconsistent between slideshows created in 2003 and 2007

2015-07-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58144

Bug ID: 58144
   Summary: Behaviour for headers and footers of slides is
inconsistent between slideshows created in 2003 and
2007
   Product: POI
   Version: 3.10-FINAL
  Hardware: PC
OS: All
Status: NEW
  Severity: minor
  Priority: P2
 Component: HSLF
  Assignee: dev@poi.apache.org
  Reporter: trej...@trypticon.org

PPT files created in 2007 return the headers and footers as text runs from
Slide.getTextRuns().

PPT files created in 2003 don't.

Both of them return the headers and footers via getHeadersFooters(), of course.

This means that if you want to extract all the text, you can choose between two
equally bad options:

  (a) Don't use getHeadersFooters(), and then earlier formats miss some
  of the text.

  (b) Do use getHeadersFooters(), and then later formats get some text
  doubled up.

It would be nice if either text runs which are part of the header or footer
were automatically omitted, or if the older formats had additional text runs
inserted so that both formats can be treated identically.

Via the usermodel, there doesn't appear to be any kind of API to distinguish
the two, making it difficult to come up with a workaround.

-- 
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



Build failed in Jenkins: POI-OpenJDK #100

2015-07-16 Thread Apache Jenkins Server
See https://builds.apache.org/job/POI-OpenJDK/100/changes

Changes:

[centic] * Make on unit test not fail if Fonts are not available on the machine
* Refactor SheetUtil a bit to reduce code-duplication, adjust JavaDoc for -1 
return values
* Add method to check if we can compute text-width
* Add unit-tests which verify some more of SheetUtil

[centic] Fixup printing record name in case of unknown sid

[centic] More coverage of class EscherDump

[centic] Report which actual record a failing sid represents

[centic] Add default cleanup-settings

[centic] Fix some Eclipse warnings and adjust use of Generics, Comments, close()

--
[...truncated 76 lines...]
 [echo] Using Java: 1.6.0_32/1.6.0_32-b27/20.0-b12/OpenJDK 64-Bit Server VM 
from Sun Microsystems Inc. on FreeBSD: 9.1-RELEASE-p3

compile-main:
[javac] Compiling 1030 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 512 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/test-classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
 [copy] Copying 3 files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/classes

compile-scratchpad:
[javac] Compiling 506 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/scratchpad-classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 184 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/scratchpad-test-classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/src/scratchpad/testcases/org/apache/poi/hslf/TestReWriteSanity.java
 uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
 [copy] Copying 2 files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/scratchpad-classes

check-ooxml-xsds:

fetch-ooxml-xsds:

check-compiled-ooxml-xsds:

compile-ooxml-xsds:

compile-ooxml:
[javac] Compiling 387 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/ooxml-classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 185 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/ooxml-test-classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
 [copy] Copying 3 files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/ooxml-classes

compile-examples:
[javac] Compiling 136 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/examples-classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
 [copy] Copying 1 file to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/examples-classes

compile-excelant:
[javac] Compiling 14 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/excelant-classes
[javac] Note: 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/src/excelant/java/org/apache/poi/ss/excelant/util/ExcelAntWorkbookUtil.java
 uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Compiling 13 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/excelant-test-classes
 [copy] Copying 1 file to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/excelant-classes

compile:

compile-ooxml-lite:
[mkdir] Created dir: 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/ooxml-lite-merged
  [jar] Building jar: 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/ooxml-lite-merged/ooxml-lite-merged.jar
 [java] Collecting unit tests from 

[Bug 58144] Behaviour for headers and footers of slides is inconsistent between slideshows created in 2003 and 2007

2015-07-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58144

Dominik Stadler dominik.stad...@gmx.at changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #1 from Dominik Stadler dominik.stad...@gmx.at ---
Can you provide sample files and sample code which allow to see the differences
without having to install both those versions of PowerPoint?

-- 
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 58146] New: Unable to simply create Theme in new XSSFWorkbook

2015-07-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58146

Bug ID: 58146
   Summary: Unable to simply create Theme in new XSSFWorkbook
   Product: POI
   Version: 3.12-FINAL
  Hardware: PC
OS: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: XSSF
  Assignee: dev@poi.apache.org
  Reporter: markiewicz.pi...@tlen.pl

Is it is possible to create empty Theme if I create XSSFWorkbook by constructor
XSSFWorkbook()?
I tried to do this, but there is a lot of fields (like Relations) to fill when
I create Theme - and finally I have to do something like reading inputStream.
But I don’t have IS, because I want create new workbook and fill everything
using data from external JSON file.
I checked that constructor XSSFWorkbook() creates objects like StylesSource and
SharedStringsTable, but not ThemesTable. So maybe it’ impossible to change
Theme after constructor, because in fact it changes nothing?
Creating Theme is so complicated (or maybe impossible now), so I tried to do
this in some other ways too:
1) I tried to: import empty XLSX file to ApachePOI, get Theme from it and set
this Theme to my new XSSFWorkbook. But then my new XLSX file doesn’t have file
/xl/theme/theme1.xml and informations: Override
ContentType=application/vnd.openxmlformats-officedocument.theme+xml
PartName=/xl/theme/theme1.xml / in content_types.xml, Override
ContentType=application/vnd.openxmlformats-officedocument.theme+xml
PartName=/xl/theme/theme1.xml / in /xl/_rels/workbook.xml.rels.
2) Then I tried to not create new XSSFWorkbook, but: import external XLSX file,
change its Theme and save again as XLSX. Then file has informations about
Theme, but about original - not changed.

-- 
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 56702] Get one exception java.lang.IllegalStateException: Cannot get a numeric value from a text cell when calling org.apache.poi.ss.usermodel.DataFormatter.formatCellValue

2015-07-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56702

zafer...@hotmail.com changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

-- 
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 58087] Integration of Visio .vsdx parser into POI

2015-07-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58087

--- Comment #3 from virtuald dus...@virtualroadside.com ---
Sorry for the delay, been off vacationing... 

My understanding of the documents you linked to seems to imply that there are
two ways this could work out.

a) If my company signs the Corporate CLA, then the code can be imported under
that agreement
b) The other way is they could sign the software grant form
(http://www.apache.org/licenses/software-grant.txt), no Corporate CLA required

Does that sound about right?

-- 
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 57484] [PATCH] Allow processing of non-OOXML core namespace packages

2015-07-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57484

virtuald dus...@virtualroadside.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #7 from virtuald dus...@virtualroadside.com ---
Sorry for the delay, was on vacation. :) 

Looks like there was already a vsdx file in the test data, so I've removed the
non-working version of the test and added a stub for future XDGF support, which
uses the behavior introduced by this patch.

-- 
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



Build failed in Jenkins: POI #719

2015-07-16 Thread Apache Jenkins Server
See https://builds.apache.org/job/POI/719/changes

Changes:

[nick] Start on XSSF CF Iconset for #58130

[nick] XSSF CF thresholds

--
[...truncated 9697 lines...]
 [copy] Copying 1 file to 
https://builds.apache.org/job/POI/ws/build/classes/org/apache/poi
[javac] Compiling 1 source file to 
https://builds.apache.org/job/POI/ws/build/classes
   [delete] Deleting: 
https://builds.apache.org/job/POI/ws/build/classes/org/apache/poi/Version.java

-manifest:

jar:
  [jar] Building jar: 
https://builds.apache.org/job/POI/ws/build/dist/poi-3.13-beta1-20150717.jar
  [jar] Building jar: 
https://builds.apache.org/job/POI/ws/build/dist/poi-scratchpad-3.13-beta1-20150717.jar
  [jar] Building jar: 
https://builds.apache.org/job/POI/ws/build/dist/poi-ooxml-3.13-beta1-20150717.jar
  [jar] Building jar: 
https://builds.apache.org/job/POI/ws/build/dist/poi-examples-3.13-beta1-20150717.jar
  [jar] Building jar: 
https://builds.apache.org/job/POI/ws/build/dist/poi-ooxml-schemas-3.13-beta1-20150717.jar
  [jar] Building jar: 
https://builds.apache.org/job/POI/ws/build/dist/poi-excelant-3.13-beta1-20150717.jar

javadocs:
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Creating destination directory: 
https://builds.apache.org/job/POI/ws/build/tmp/site/build/site/apidocs/;
  [javadoc] Loading source files for package org.apache.poi...
  [javadoc] Loading source files for package org.apache.poi.common.usermodel...
  [javadoc] Loading source files for package org.apache.poi.ddf...
  [javadoc] Loading source files for package org.apache.poi.dev...
  [javadoc] Loading source files for package org.apache.poi.hpsf...
  [javadoc] Loading source files for package org.apache.poi.hpsf.extractor...
  [javadoc] Loading source files for package org.apache.poi.hpsf.wellknown...
  [javadoc] Loading source files for package org.apache.poi.hssf...
  [javadoc] Loading source files for package org.apache.poi.hssf.dev...
  [javadoc] Loading source files for package org.apache.poi.hssf.eventmodel...
  [javadoc] Loading source files for package 
org.apache.poi.hssf.eventusermodel...
  [javadoc] Loading source files for package 
org.apache.poi.hssf.eventusermodel.dummyrecord...
  [javadoc] Loading source files for package org.apache.poi.hssf.extractor...
  [javadoc] Loading source files for package org.apache.poi.hssf.model...
  [javadoc] Loading source files for package org.apache.poi.hssf.record...
  [javadoc] Loading source files for package 
org.apache.poi.hssf.record.aggregates...
  [javadoc] Loading source files for package org.apache.poi.hssf.record.cf...
  [javadoc] Loading source files for package org.apache.poi.hssf.record.chart...
  [javadoc] Loading source files for package 
org.apache.poi.hssf.record.common...
  [javadoc] Loading source files for package org.apache.poi.hssf.record.cont...
  [javadoc] Loading source files for package 
org.apache.poi.hssf.record.crypto...
  [javadoc] Loading source files for package 
org.apache.poi.hssf.record.pivottable...
  [javadoc] Loading source files for package org.apache.poi.hssf.usermodel...
  [javadoc] Loading source files for package org.apache.poi.hssf.util...
  [javadoc] Loading source files for package org.apache.poi.poifs.common...
  [javadoc] Loading source files for package org.apache.poi.poifs.crypt...
  [javadoc] Loading source files for package 
org.apache.poi.poifs.crypt.binaryrc4...
  [javadoc] Loading source files for package 
org.apache.poi.poifs.crypt.cryptoapi...
  [javadoc] Loading source files for package 
org.apache.poi.poifs.crypt.standard...
  [javadoc] Loading source files for package org.apache.poi.poifs.dev...
  [javadoc] Loading source files for package 
org.apache.poi.poifs.eventfilesystem...
  [javadoc] Loading source files for package org.apache.poi.poifs.filesystem...
  [javadoc] Loading source files for package org.apache.poi.poifs.nio...
  [javadoc] Loading source files for package org.apache.poi.poifs.property...
  [javadoc] Loading source files for package org.apache.poi.poifs.storage...
  [javadoc] Loading source files for package org.apache.poi.sl.usermodel...
  [javadoc] Loading source files for package org.apache.poi.ss...
  [javadoc] Loading source files for package org.apache.poi.ss.extractor...
  [javadoc] Loading source files for package org.apache.poi.ss.format...
  [javadoc] Loading source files for package org.apache.poi.ss.formula...
  [javadoc] Loading source files for package org.apache.poi.ss.formula.atp...
  [javadoc] Loading source files for package 
org.apache.poi.ss.formula.constant...
  [javadoc] Loading source files for package org.apache.poi.ss.formula.eval...
  [javadoc] Loading source files for package 
org.apache.poi.ss.formula.eval.forked...
  [javadoc] Loading source files for package 
org.apache.poi.ss.formula.function...
  [javadoc] Loading source files for package 
org.apache.poi.ss.formula.functions...
  [javadoc] Loading source files 

Jenkins build is back to normal : POI #718

2015-07-16 Thread Apache Jenkins Server
See https://builds.apache.org/job/POI/718/changes


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



Build failed in Jenkins: POI-OpenJDK #101

2015-07-16 Thread Apache Jenkins Server
See https://builds.apache.org/job/POI-OpenJDK/101/changes

Changes:

[nick] Update objects / method signatures for the new CF Thresholds, to better 
match what the other CF bits expose where

[nick] Start on conditional formatting thresholds

[centic] * Some more checks as test still fails on freebsd CI machine

--
[...truncated 68 lines...]
[mkdir] Created dir: 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/integration-test-classes
[mkdir] Created dir: 
/usrhttps://builds.apache.org/job/POI-OpenJDK/101/artifact/build/integration-test-results
[mkdir] Created dir: 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/dist
[mkdir] Created dir: 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/tmp/site/build/site
 [echo] Using Java: 1.6.0_32/1.6.0_32-b27/20.0-b12/OpenJDK 64-Bit Server VM 
from Sun Microsystems Inc. on FreeBSD: 9.1-RELEASE-p3

compile-main:
[javac] Compiling 1033 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 512 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/test-classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
 [copy] Copying 3 files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/classes

compile-scratchpad:
[javac] Compiling 506 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/scratchpad-classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 184 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/scratchpad-test-classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/src/scratchpad/testcases/org/apache/poi/hslf/TestReWriteSanity.java
 uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
 [copy] Copying 2 files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/scratchpad-classes

check-ooxml-xsds:

fetch-ooxml-xsds:

check-compiled-ooxml-xsds:

compile-ooxml-xsds:

compile-ooxml:
[javac] Compiling 387 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/ooxml-classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 185 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/ooxml-test-classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
 [copy] Copying 3 files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/ooxml-classes

compile-examples:
[javac] Compiling 136 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/examples-classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
 [copy] Copying 1 file to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/examples-classes

compile-excelant:
[javac] Compiling 14 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/excelant-classes
[javac] Note: 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/src/excelant/java/org/apache/poi/ss/excelant/util/ExcelAntWorkbookUtil.java
 uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Compiling 13 source files to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/excelant-test-classes
 [copy] Copying 1 file to 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/excelant-classes

compile:

compile-ooxml-lite:
[mkdir] Created dir: 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/ooxml-lite-merged
  [jar] Building jar: 
/usrhttps://builds.apache.org/job/POI-OpenJDK/ws/build/ooxml-lite-merged/ooxml-lite-merged.jar
 

Build failed in Jenkins: POI #717

2015-07-16 Thread Apache Jenkins Server
See https://builds.apache.org/job/POI/717/changes

Changes:

[nick] Update objects / method signatures for the new CF Thresholds, to better 
match what the other CF bits expose where

--
[...truncated 9694 lines...]
 [copy] Copying 1 file to 
https://builds.apache.org/job/POI/ws/build/classes/org/apache/poi
[javac] Compiling 1 source file to 
https://builds.apache.org/job/POI/ws/build/classes
   [delete] Deleting: 
https://builds.apache.org/job/POI/ws/build/classes/org/apache/poi/Version.java

-manifest:

jar:
  [jar] Building jar: 
https://builds.apache.org/job/POI/ws/build/dist/poi-3.13-beta1-20150716.jar
  [jar] Building jar: 
https://builds.apache.org/job/POI/ws/build/dist/poi-scratchpad-3.13-beta1-20150716.jar
  [jar] Building jar: 
https://builds.apache.org/job/POI/ws/build/dist/poi-ooxml-3.13-beta1-20150716.jar
  [jar] Building jar: 
https://builds.apache.org/job/POI/ws/build/dist/poi-examples-3.13-beta1-20150716.jar
  [jar] Building jar: 
https://builds.apache.org/job/POI/ws/build/dist/poi-ooxml-schemas-3.13-beta1-20150716.jar
  [jar] Building jar: 
https://builds.apache.org/job/POI/ws/build/dist/poi-excelant-3.13-beta1-20150716.jar

javadocs:
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Creating destination directory: 
https://builds.apache.org/job/POI/ws/build/tmp/site/build/site/apidocs/;
  [javadoc] Loading source files for package org.apache.poi...
  [javadoc] Loading source files for package org.apache.poi.common.usermodel...
  [javadoc] Loading source files for package org.apache.poi.ddf...
  [javadoc] Loading source files for package org.apache.poi.dev...
  [javadoc] Loading source files for package org.apache.poi.hpsf...
  [javadoc] Loading source files for package org.apache.poi.hpsf.extractor...
  [javadoc] Loading source files for package org.apache.poi.hpsf.wellknown...
  [javadoc] Loading source files for package org.apache.poi.hssf...
  [javadoc] Loading source files for package org.apache.poi.hssf.dev...
  [javadoc] Loading source files for package org.apache.poi.hssf.eventmodel...
  [javadoc] Loading source files for package 
org.apache.poi.hssf.eventusermodel...
  [javadoc] Loading source files for package 
org.apache.poi.hssf.eventusermodel.dummyrecord...
  [javadoc] Loading source files for package org.apache.poi.hssf.extractor...
  [javadoc] Loading source files for package org.apache.poi.hssf.model...
  [javadoc] Loading source files for package org.apache.poi.hssf.record...
  [javadoc] Loading source files for package 
org.apache.poi.hssf.record.aggregates...
  [javadoc] Loading source files for package org.apache.poi.hssf.record.cf...
  [javadoc] Loading source files for package org.apache.poi.hssf.record.chart...
  [javadoc] Loading source files for package 
org.apache.poi.hssf.record.common...
  [javadoc] Loading source files for package org.apache.poi.hssf.record.cont...
  [javadoc] Loading source files for package 
org.apache.poi.hssf.record.crypto...
  [javadoc] Loading source files for package 
org.apache.poi.hssf.record.pivottable...
  [javadoc] Loading source files for package org.apache.poi.hssf.usermodel...
  [javadoc] Loading source files for package org.apache.poi.hssf.util...
  [javadoc] Loading source files for package org.apache.poi.poifs.common...
  [javadoc] Loading source files for package org.apache.poi.poifs.crypt...
  [javadoc] Loading source files for package 
org.apache.poi.poifs.crypt.binaryrc4...
  [javadoc] Loading source files for package 
org.apache.poi.poifs.crypt.cryptoapi...
  [javadoc] Loading source files for package 
org.apache.poi.poifs.crypt.standard...
  [javadoc] Loading source files for package org.apache.poi.poifs.dev...
  [javadoc] Loading source files for package 
org.apache.poi.poifs.eventfilesystem...
  [javadoc] Loading source files for package org.apache.poi.poifs.filesystem...
  [javadoc] Loading source files for package org.apache.poi.poifs.nio...
  [javadoc] Loading source files for package org.apache.poi.poifs.property...
  [javadoc] Loading source files for package org.apache.poi.poifs.storage...
  [javadoc] Loading source files for package org.apache.poi.sl.usermodel...
  [javadoc] Loading source files for package org.apache.poi.ss...
  [javadoc] Loading source files for package org.apache.poi.ss.extractor...
  [javadoc] Loading source files for package org.apache.poi.ss.format...
  [javadoc] Loading source files for package org.apache.poi.ss.formula...
  [javadoc] Loading source files for package org.apache.poi.ss.formula.atp...
  [javadoc] Loading source files for package 
org.apache.poi.ss.formula.constant...
  [javadoc] Loading source files for package org.apache.poi.ss.formula.eval...
  [javadoc] Loading source files for package 
org.apache.poi.ss.formula.eval.forked...
  [javadoc] Loading source files for package 
org.apache.poi.ss.formula.function...
  [javadoc] Loading source files for package