[jira] [Commented] (XMLBEANS-555) too many constants

2021-02-07 Thread Andreas Beeker (Jira)


[ 
https://issues.apache.org/jira/browse/XMLBEANS-555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280810#comment-17280810
 ] 

Andreas Beeker commented on XMLBEANS-555:
-

Can you provide that .wsdl? If you are allowed to share with me, but not with 
the world, you can email it.

> too many constants
> --
>
> Key: XMLBEANS-555
> URL: https://issues.apache.org/jira/browse/XMLBEANS-555
> Project: XMLBeans
>  Issue Type: Bug
>Affects Versions: Version 4.0.0
>Reporter: Sushil Madankar
>Priority: Major
> Fix For: Version 4.0.1
>
> Attachments: image-2021-02-08-10-46-23-299.png
>
>
> while generating .jar file out of  .wsdl file which is 2.20 mb in size, 
> having a multiple number of final variables, but it results in the following 
> error:
> error: too many constants
> but it works with version 3.1.0 !image-2021-02-08-10-46-23-299.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Closed] (XMLBEANS-554) xmlbean doesn't support the "javasource" attribute

2021-02-07 Thread Andreas Beeker (Jira)


 [ 
https://issues.apache.org/jira/browse/XMLBEANS-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Beeker closed XMLBEANS-554.
---
Resolution: Won't Fix

> xmlbean doesn't support the "javasource" attribute
> --
>
> Key: XMLBEANS-554
> URL: https://issues.apache.org/jira/browse/XMLBEANS-554
> Project: XMLBeans
>  Issue Type: Bug
>Affects Versions: Version 4.0.0
> Environment: windows 10, java 1.8
>Reporter: Sushil Madankar
>Priority: Critical
> Fix For: Version 4.0.1
>
> Attachments: image-2021-02-08-10-14-20-119.png
>
>
> {code:java}
>   classpath="${lib.dir}/xbean.jar:${xmlbeans.jsr173_api.jar}" />
> {code}
> while using the above configuration for generating .jar file out of 
> .wsdl/.xsd file with ant task, it shows error xmlbean does not support 
> *javasource* attribute but it works with version 3.1.0
> in lib folder xbean.jar, xbean_xpath and jsr173_1.0.api are present 
> !image-2021-02-08-10-14-20-119.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (XMLBEANS-554) xmlbean doesn't support the "javasource" attribute

2021-02-07 Thread Andreas Beeker (Jira)


[ 
https://issues.apache.org/jira/browse/XMLBEANS-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280800#comment-17280800
 ] 

Andreas Beeker commented on XMLBEANS-554:
-

Javasource is obsolete/removed, because Java 8 is now minimum required JRE. 
Please also remove the other 3 jars from the classpath.

> xmlbean doesn't support the "javasource" attribute
> --
>
> Key: XMLBEANS-554
> URL: https://issues.apache.org/jira/browse/XMLBEANS-554
> Project: XMLBeans
>  Issue Type: Bug
>Affects Versions: Version 4.0.0
> Environment: windows 10, java 1.8
>Reporter: Sushil Madankar
>Priority: Critical
> Fix For: Version 4.0.1
>
> Attachments: image-2021-02-08-10-14-20-119.png
>
>
> {code:java}
>   classpath="${lib.dir}/xbean.jar:${xmlbeans.jsr173_api.jar}" />
> {code}
> while using the above configuration for generating .jar file out of 
> .wsdl/.xsd file with ant task, it shows error xmlbean does not support 
> *javasource* attribute but it works with version 3.1.0
> in lib folder xbean.jar, xbean_xpath and jsr173_1.0.api are present 
> !image-2021-02-08-10-14-20-119.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Created] (XMLBEANS-555) too many constants

2021-02-07 Thread Sushil Madankar (Jira)
Sushil Madankar created XMLBEANS-555:


 Summary: too many constants
 Key: XMLBEANS-555
 URL: https://issues.apache.org/jira/browse/XMLBEANS-555
 Project: XMLBeans
  Issue Type: Bug
Affects Versions: Version 4.0.0
Reporter: Sushil Madankar
 Fix For: Version 4.0.1
 Attachments: image-2021-02-08-10-46-23-299.png

while generating .jar file out of  .wsdl file which is 2.20 mb in size, having 
a multiple number of final variables, but it results in the following error:
error: too many constants

but it works with version 3.1.0 !image-2021-02-08-10-46-23-299.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Created] (XMLBEANS-554) xmlbean doesn't support the "javasource" attribute

2021-02-07 Thread Sushil Madankar (Jira)
Sushil Madankar created XMLBEANS-554:


 Summary: xmlbean doesn't support the "javasource" attribute
 Key: XMLBEANS-554
 URL: https://issues.apache.org/jira/browse/XMLBEANS-554
 Project: XMLBeans
  Issue Type: Bug
Affects Versions: Version 4.0.0
 Environment: windows 10, java 1.8
Reporter: Sushil Madankar
 Fix For: Version 4.0.1
 Attachments: image-2021-02-08-10-14-20-119.png

{code:java}

{code}
while using the above configuration for generating .jar file out of .wsdl/.xsd 
file with ant task, it shows error xmlbean does not support *javasource* 
attribute but it works with version 3.1.0

in lib folder xbean.jar, xbean_xpath and jsr173_1.0.api are present 
!image-2021-02-08-10-14-20-119.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[GitHub] [poi] Alain-Bearez opened a new pull request #226: Import slide notes when importing slide content

2021-02-07 Thread GitBox


Alain-Bearez opened a new pull request #226:
URL: https://github.com/apache/poi/pull/226


   This was a low hanging fruit which I neglected for too long.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[Bug 60847] CTPlotArea OOXML type needs a cleaner interface

2021-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60847

--- Comment #4 from Alain Fagot Bearez  ---
I would suggest to close this issue as the effort to build some common code to
access charts from XSLF, XSSF and XWPF is now available as XDDF with its own
new set of related bugs.

-- 
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 » POI-DSL-API-Check #104

2021-02-07 Thread Apache Jenkins Server
See 


Changes:

[Marius Volkhart] [github-219] Add GitHub Action to verify Gradle wrapper

Thanks to Valery Yatsynovich. This closes #219


--
[...truncated 379 B...]
[EnvInject] - Injecting contributions.
Building remotely on H22 (ubuntu) in workspace 

[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Updating https://svn.apache.org/repos/asf/poi/trunk at revision 
'2021-02-08T01:12:12.363 +'
U .github/workflows/test-gradle.yml

<-- Got one external: forrest.properties, svn url: 
https://svn.apache.org/repos/asf/poi/site/forrest.properties -->
Fetching 'https://svn.apache.org/repos/asf/poi/site/forrest.properties' at -1 
into 
'
At revision 1886299


<-- Got one external: documentation, svn url: 
https://svn.apache.org/repos/asf/poi/site/src/documentation -->
Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at -1 
into 
'
At revision 1886299

At revision 1886299

No changes for https://svn.apache.org/repos/asf/poi/site/forrest.properties 
since the previous build
No changes for https://svn.apache.org/repos/asf/poi/site/src/documentation 
since the previous build
[POI-DSL-API-Check] $ /bin/sh -xe /tmp/jenkins3703233662315372433.sh
+ svn status
?   build.javacheck.xml
X   forrest.properties
X   src/documentation

Performing status on external item at 'src/documentation':
+ echo Java-Home: /home/jenkins/tools/java/latest1.8
Java-Home: /home/jenkins/tools/java/latest1.8
+ ls -al /home/jenkins/tools/java/latest1.8/
total 25824
drwxr-xr-x  8 root root 4096 Jan 29 21:12 .
drwxr-xr-x 42 root root 4096 Feb  7 13:06 ..
drwxr-xr-x  2 root root 4096 Jan 29 21:12 bin
-r--r--r--  1 root root 3244 Dec  9 12:47 COPYRIGHT
drwxr-xr-x  3 root root 4096 Jan 29 21:12 include
-rw-r--r--  1 root root  5226870 Dec  9 10:15 javafx-src.zip
-rw-r--r--  1 root root  195 Dec  9 12:47 jmc.txt
drwxr-xr-x  6 root root 4096 Jan 29 21:12 jre
drwxr-xr-x  4 root root 4096 Jan 29 21:12 legal
drwxr-xr-x  4 root root 4096 Jan 29 21:12 lib
-r--r--r--  1 root root   44 Dec  9 12:47 LICENSE
drwxr-xr-x  4 root root 4096 Jan 29 21:12 man
-r--r--r--  1 root root  159 Dec  9 12:47 README.html
-rw-r--r--  1 root root  424 Dec  9 12:47 release
-rw-r--r--  1 root root 21147701 Dec  9 12:47 src.zip
-rw-r--r--  1 root root  190 Dec  9 10:15 THIRDPARTYLICENSEREADME-JAVAFX.txt
-r--r--r--  1 root root  190 Dec  9 12:47 THIRDPARTYLICENSEREADME.txt
+ ls -al /home/jenkins/tools/java/latest1.8/bin
total 836
drwxr-xr-x 2 root root   4096 Jan 29 21:12 .
drwxr-xr-x 8 root root   4096 Jan 29 21:12 ..
-rwxr-xr-x 1 root root   8840 Dec  9 12:47 appletviewer
lrwxrwxrwx 1 root root  8 Dec  9 12:47 ControlPanel -> jcontrol
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 extcheck
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 idlj
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 jar
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 jarsigner
-rwxr-xr-x 1 root root   8712 Dec  9 12:47 java
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 javac
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 javadoc
-rwxr-xr-x 1 root root   2293 Dec  9 10:15 javafxpackager
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 javah
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 javap
-rwxr-xr-x 1 root root   2293 Dec  9 10:15 javapackager
-rwxr-xr-x 1 root root   1809 Dec  9 12:47 java-rmi.cgi
-rwxr-xr-x 1 root root 148896 Dec  9 12:47 javaws
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 jcmd
-rwxr-xr-x 1 root root   8856 Dec  9 12:47 jconsole
-rwxr-xr-x 1 root root   6264 Dec  9 12:47 jcontrol
-rwxr-xr-x 1 root root   8848 Dec  9 12:47 jdb
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 jdeps
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 jhat
-rwxr-xr-x 1 root root   8896 Dec  9 12:47 jinfo
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 jjs
-rwxr-xr-x 1 root root   8896 Dec  9 12:47 jmap
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 jps
-rwxr-xr-x 1 root root   8840 Dec  9 12:47 jrunscript
-rwxr-xr-x 1 root root   8848 Dec  9 12:47 jsadebugd
-rwxr-xr-x 1 root root   8896 Dec  9 12:47 jstack
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 jstat
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 jstatd
-rwxr-xr-x 1 root root   5110 Jan 14  2017 jvisualvm
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 keytool
-rwxr-xr-x 1 root root   8840 Dec  9 12:47 native2ascii
-rwxr-xr-x 1 root root   8904 Dec  9 12:47 orbd
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 pack200
-rwxr-xr-x 1 root root   8840 Dec  9 12:47 policytool
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 rmic
-rwxr-xr-x 1 root root   8832 Dec  9 12:47 rmid
-rwxr-xr-x 1 root root   8840 Dec  9 12:47 rmiregistry
-rwxr-xr-x 1 root root   8832 Dec  

Jenkins build is back to normal : POI » POI-DSL-Windows-1.14 #36

2021-02-07 Thread Apache Jenkins Server
See 



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



Build failed in Jenkins: POI » POI-DSL-1.15 #31

2021-02-07 Thread Apache Jenkins Server
See 


Changes:

[Marius Volkhart] [github-219] Add GitHub Action to verify Gradle wrapper

Thanks to Valery Yatsynovich. This closes #219

[Marius Volkhart] Cache Gradle wrapper & caches during GitHub Actions

[Marius Volkhart] Cache Maven repo during GitHub Actions

[PJ Fanning] remove accidental commit

[PJ Fanning] [bug-65120] PartAlreadyExistsException when creating cell comments 
(after some comments removed). Thanks to Raúl Wegmann

[Marius Volkhart] Fix inconsistent logging statement

The conditions check for max, but the logging was copy/pasted and still uses 
the minimum.

[Alain Béarez] Bugfixes for XDDF charts

[Alain Béarez] Clone only content of imported chart


--
[...truncated 184.38 KB...]
[junitlauncher] Running org.apache.poi.xssf.usermodel.TestXSSFTextRun
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.007000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.TestXSSFUnicodeSurrogates
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.009000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.TestXSSFVMLDrawing
[junitlauncher] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.074000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.TestXSSFWorkbook
[junitlauncher] Tests run: 62, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.574000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.charts.TestXDDFChartLegend
[junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.013000 sec
[junitlauncher] 
[junitlauncher] Running 
org.apache.poi.xssf.usermodel.charts.TestXDDFManualLayout
[junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.011000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.charts.TestXSSF3DChartData
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.028000 sec
[junitlauncher] 
[junitlauncher] Running 
org.apache.poi.xssf.usermodel.charts.TestXSSFCategoryAxis
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.005000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.charts.TestXSSFChartAxis
[junitlauncher] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.031000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.charts.TestXSSFChartTitle
[junitlauncher] Tests run: 6, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.041000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.charts.TestXSSFDateAxis
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.013000 sec
[junitlauncher] 
[junitlauncher] Running 
org.apache.poi.xssf.usermodel.charts.TestXSSFLineChartData
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.008000 sec
[junitlauncher] 
[junitlauncher] Running 
org.apache.poi.xssf.usermodel.charts.TestXSSFScatterChartData
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.01 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.charts.TestXSSFValueAxis
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.005000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.extensions.TestXSSFBorder
[junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.002000 sec
[junitlauncher] 
[junitlauncher] Running 
org.apache.poi.xssf.usermodel.extensions.TestXSSFCellFill
[junitlauncher] Tests run: 6, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.023000 sec
[junitlauncher] 
[junitlauncher] Running 
org.apache.poi.xssf.usermodel.extensions.TestXSSFHeaderFooter
[junitlauncher] Tests run: 10, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.025000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.usermodel.helpers.TestColumnHelper
[junitlauncher] Tests run: 16, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.029000 sec
[junitlauncher] 
[junitlauncher] Running 
org.apache.poi.xssf.usermodel.helpers.TestHeaderFooterHelper
[junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.001000 sec
[junitlauncher] 
[junitlauncher] Running 
org.apache.poi.xssf.usermodel.helpers.TestXSSFColumnShifting
[junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.005000 sec
[junitlauncher] 
[junitlauncher] Running org.apache.poi.xssf.util.TestCTColComparator
[junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time 
elapsed: 0.001000 sec
[junitlauncher] 
[junitlauncher] Running 
org.apache.poi.xssf.util.TestEvilUnclosedBRFixingInputStream
[junitlauncher] Tests run: 3, 

[Bug 60924] New Excel 2016 Statements Not Supported

2021-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60924

Anthony V  changed:

   What|Removed |Added

 CC||anthonyv...@outlook.com

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



[GitHub] [poi] manuel-buchner commented on pull request #216: Fix getUsedStyleList

2021-02-07 Thread GitBox


manuel-buchner commented on pull request #216:
URL: https://github.com/apache/poi/pull/216#issuecomment-774664959


   Thanks



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [poi] manuel-buchner closed pull request #216: Fix getUsedStyleList

2021-02-07 Thread GitBox


manuel-buchner closed pull request #216:
URL: https://github.com/apache/poi/pull/216


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [poi] MariusVolkhart commented on pull request #219: Add GitHub Action validating Gradle wrapper

2021-02-07 Thread GitBox


MariusVolkhart commented on pull request #219:
URL: https://github.com/apache/poi/pull/219#issuecomment-774654713


   @valfirst Thanks!



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [poi] asfgit closed pull request #219: Add GitHub Action validating Gradle wrapper

2021-02-07 Thread GitBox


asfgit closed pull request #219:
URL: https://github.com/apache/poi/pull/219


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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