Re: Snapshot repository

2020-01-14 Thread kiwiwings
Ghazi TRIKI wrote
> To Andreas, I have run some tests for converting PPTX to PNG. The result
> should be in your private inbox :). I would say 95% of the cases work fine

I'll have a look at the files tonight, but the usual unsupported case are
charts in PPTX. Although there is some implementation going via XDDF to
handle charts, I haven't implemented anything on the Common SL renderer for
it.


Ghazi TRIKI wrote
> Then next I would like to export PPTX to SVG. The updated documentation
> does not show how to convert to SVG. Could anyone provide a working
> example please?

This hasn't been tested at all - you can try your luck with the Batik
Renderer:
https://xmlgraphics.apache.org/batik/using/svg-generator.html

Andi



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



Re: Snapshot repository

2020-01-13 Thread kiwiwings
I've also created a howto page:

http://poi.apache.org/components/slideshow/ppt-wmf-emf-renderer.html



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



Re: Next version 4.2?

2019-12-23 Thread kiwiwings
I saw a lot of @removal(4.2) and hence I've asked.
I would now update those to @removal(5.0).

My problem with cleaning up our technical debt is,
that this often affects also the API and needs to be
done on the major version change. In the other hand
we like to have a stable API for a longer period.

I guess the key to solve this, is a better branching method.
So we can clean up while the minor versions are updated/back ported.

As I'm only a very casual GIT user, I would need some lessons on how to do
it effectively. With SVN feature branches and a parallel development this
will be more effort, which I like to avoid.

If GIT is the answer to such problems,
we could vote about it and eventually check with INFRA to switch the repo.

Andi.



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



Re: POI 4.1.1

2019-10-11 Thread kiwiwings
Hi Dominik,

I was struggling with some code changes this week, so I couldn't start
earlier. I'll check, if I can fix #63818 / #63812  and then prepare a
release this evening or tomorrow.

Andi



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



Re: Apache POI Build Pipeline

2019-10-07 Thread kiwiwings
svnpubsub is used for publishing the files.
See https://www.apache.org/dev/project-site.html

So we can call "ant site" and copy/commit the contents of the subdir
"build/site" to the designated svn location.

Regarding the dependencies:
the dependencies are fetched inside the ant build.
The Gradle build is merely a wrapper around the ant build, which replaces
part of its functionality. It used for better IDE integration. Maybe it will
replace the ant build completely one day...

Andi



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



Re: Apache POI Build Pipeline

2019-10-07 Thread kiwiwings
svnpubsub is used for publishing the files.
See https://www.apache.org/dev/project-site.html

So we can call "ant site" and copy/commit the contents of the subdir
"build/site" to the designated svn location.

Regarding the dependencies:
the dependencies are fetched inside the ant build.
The Gradle build is merely a wrapper around the ant build, which replaces
part of its functionality. It used for better IDE integration. Maybe it will
replace the ant build completely one day...

Andi



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



Re: APACHE POI 4.1.0 compilation on windows 10 with Openjdk10.0.1 version

2019-09-05 Thread kiwiwings
Hi,

please have a look at the FAQ entry "24. Can Apache POI be compiled/used
with Java 9 or Java 10?", i.e. Java 10 is not officially anymore supported.

Can you upgrade to OpenJdk 12 or higher? If yes, is it working for you?

Andi



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



New Excel exploit via Power Query

2019-06-27 Thread kiwiwings
Hi,

Maybe that's interesting to you, there's a new kind of excel exploit based
on Power Query:
https://www.mimecast.com/blog/2019/06/exploit-using-microsoft-excel-power-query-for-remote-dde-execution-discovered/

Have fun,
Andi



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



Re: All builds for my pull requests are failing

2019-05-13 Thread kiwiwings
Hi Alain,

I've fixed the mkdir statement, but now it's failing with some JaCoCo
environment error further down the road.
I guess the PullRequests job never really worked, but I will have another
look onto it ... preferably it would be better, if someone more
Git(Hub)-affine would have a look at it too, as I haven't verified if
"origin/pr/9/head" is our Git trunk branch.

Andi



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



Re: Ready for 4.1.0 release?

2019-04-05 Thread kiwiwings
Hi Greg,

probably my private mail didn't make it through.
I've updated the openpgp library - we also have a Jenkins job [1] for it.

Please update the openpgp link to [2]

Sorry for not updating the link earlier.

Andi

[1] https://builds.apache.org/job/POI-Commons-OpenPGP/
[2]
https://repository.apache.org/content/groups/snapshots/org/apache/commons/commons-openpgp/1.0-SNAPSHOT/commons-openpgp-1.0-20190121.221905-12.jar



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



Re: References to org.apache.poi.POIXMLTypeLoader in ooxml-security-1.1.jar: NoClassDefFoundError

2019-02-25 Thread kiwiwings
Hi Thomas,

the ooxml-security-1.1.jar is not compatible with poi-*-4.0.1.jar and this
is my fault, as I haven't updated the ooxml-security release. The original
reason are changes #60226 and #62355.

I assumed everything for encryption and signing should be provided by
poi-ooxml-schemas.
Which class/es do you miss?
... or even better, do you have junit test for it? ... so we can include the
necessary classes automatically on the OOXMLLite run

My temporary workaround would be, to compile the ooxml-security-1.* from the
source, but that will lead to duplicated classpath entries with
poi-ooxml-schemas - I'm not sure which side effects this will have.

Best wishes,
Andi



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



Re: Throwing EvaluationException slows down evaluation, proposed change: not fill stack trace

2019-01-04 Thread kiwiwings
Based on my experience, that setting system properties in web applications
involves discussions with the web admins, I don't like system properties at
all.

Although [1] says the opposite, I guess (but haven't tried) that
context-param aren't automatically set as system properties.

Is [1] true for all major j2ee/web containers?
If not, can we use a different approach? e.g. statics set by user code

Andi

[1]
https://www.mkyong.com/web-development/how-to-pass-system-properties-in-web-xml/



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



svn commit: r1849937 - /xmlbeans/site/

2018-12-29 Thread kiwiwings
Author: kiwiwings
Date: Sat Dec 29 19:19:50 2018
New Revision: 1849937

URL: http://svn.apache.org/viewvc?rev=1849937&view=rev
Log:
revert - add build directory to svn-ignore

Modified:
xmlbeans/site/   (props changed)

Propchange: xmlbeans/site/
--
--- svn:ignore (original)
+++ svn:ignore Sat Dec 29 19:19:50 2018
@@ -1,3 +1,2 @@
 *.iml
 .idea
-build



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



svn commit: r1849936 - /xmlbeans/site/

2018-12-29 Thread kiwiwings
Author: kiwiwings
Date: Sat Dec 29 19:18:34 2018
New Revision: 1849936

URL: http://svn.apache.org/viewvc?rev=1849936&view=rev
Log:
add build directory to svn-ignore

Modified:
xmlbeans/site/   (props changed)

Propchange: xmlbeans/site/
--
--- svn:ignore (original)
+++ svn:ignore Sat Dec 29 19:18:34 2018
@@ -1,2 +1,3 @@
 *.iml
 .idea
+build



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



svn commit: r1847208 - in /xmlbeans/site: build/site/status.html src/documentation/content/xdocs/status.xml

2018-11-22 Thread kiwiwings
Author: kiwiwings
Date: Fri Nov 23 01:50:34 2018
New Revision: 1847208

URL: http://svn.apache.org/viewvc?rev=1847208&view=rev
Log:
updated the site with the changelog for XmlBeans 3.0.2

Modified:
xmlbeans/site/build/site/status.html
xmlbeans/site/src/documentation/content/xdocs/status.xml

Modified: xmlbeans/site/build/site/status.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/status.html?rev=1847208&r1=1847207&r2=1847208&view=diff
==
--- xmlbeans/site/build/site/status.html (original)
+++ xmlbeans/site/build/site/status.html Fri Nov 23 01:50:34 2018
@@ -173,6 +173,46 @@ document.write("Last Published: " + docu
 
 
 
+
+Version 3.0.2 (2018-10-23)
+
+
+Changes
+
+
+
+
+
+
+
+
+TypeBugDescription
+
+
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-520";>XMLBEANS-520xmlbeans
 3.0.1 - wrong name for source(s) artifact
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-519";>XMLBEANS-519issue
 with using firefly & apache harmony parser
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-511";>XMLBEANS-511NPE
 @ SchemaTypeImpl.isAssignableFrom()
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-506";>XMLBEANS-506NPE
 trying to load resource file if XmlBeans was loaded by the bootstrap 
ClassLoader
+
+
+
+
+
+
+
+
 
 Version 3.0.1 (2018-08-24)
 

Modified: xmlbeans/site/src/documentation/content/xdocs/status.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/status.xml?rev=1847208&r1=1847207&r2=1847208&view=diff
==
--- xmlbeans/site/src/documentation/content/xdocs/status.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/status.xml Fri Nov 23 
01:50:34 2018
@@ -45,6 +45,16 @@
   was introduced without having a deprecation warning for at least 2 
final releases.
   Use a value of "true" to indicate a breakage. Otherwise, omit this 
attribute.
 -->
+
+
+xmlbeans 3.0.1 - wrong name for source(s) 
artifact
+issue with using firefly & apache harmony 
parser
+NPE @ SchemaTypeImpl.isAssignableFrom()
+NPE trying to load resource file if XmlBeans was 
loaded by the bootstrap ClassLoader
+
+
+
+
 
 
 Support new XmlOptions to control XML parser 
settings



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



svn commit: r1845387 - in /xmlbeans/site/build/site: download/index.html linkmap.html news.html

2018-10-31 Thread kiwiwings
Author: kiwiwings
Date: Wed Oct 31 21:16:20 2018
New Revision: 1845387

URL: http://svn.apache.org/viewvc?rev=1845387&view=rev
Log:
updated the site

Modified:
xmlbeans/site/build/site/download/index.html
xmlbeans/site/build/site/linkmap.html
xmlbeans/site/build/site/news.html

Modified: xmlbeans/site/build/site/download/index.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/download/index.html?rev=1845387&r1=1845386&r2=1845387&view=diff
==
--- xmlbeans/site/build/site/download/index.html (original)
+++ xmlbeans/site/build/site/download/index.html Wed Oct 31 21:16:20 2018
@@ -117,7 +117,7 @@ document.write("Last Published: " + docu
 Binary/Source
 
 
-XMLBeans 3.0.1
+XMLBeans 3.0.2
 
 
 Verify 
release

Modified: xmlbeans/site/build/site/linkmap.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/linkmap.html?rev=1845387&r1=1845386&r2=1845387&view=diff
==
--- xmlbeans/site/build/site/linkmap.html (original)
+++ xmlbeans/site/build/site/linkmap.html Wed Oct 31 21:16:20 2018
@@ -150,7 +150,7 @@ document.write("Last Published: " + docu
 Binary/Source
 
 
-XMLBeans 
3.0.1
+XMLBeans 
3.0.2
 
 
 Verify release
@@ -383,7 +383,7 @@ document.write("Last Published: " + docu
 
 
 
-XMLBeans 
3.0.1  ___  rel300 : 
XMLBeans-3.0.1
+XMLBeans 
3.0.2  ___  rel300 : 
XMLBeans-3.0.2
 
 
 

Modified: xmlbeans/site/build/site/news.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/news.html?rev=1845387&r1=1845386&r2=1845387&view=diff
==
--- xmlbeans/site/build/site/news.html (original)
+++ xmlbeans/site/build/site/news.html Wed Oct 31 21:16:20 2018
@@ -171,7 +171,7 @@ document.write("Last Published: " + docu
 
   Some bug fixes (for a more complete list of changes see
   http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?view=markup&pathrev=1844288";>CHANGES.txt
 or
-  https://issues.apache.org/jira/projects/XMLBEANS/versions/12344051";>JIRA).
+  https://issues.apache.org/jira/browse/XMLBEANS-520?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%203.0.2%22";>JIRA).
   
 
   



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



Re: POI 4.0.1 release

2018-10-30 Thread kiwiwings
+1 for rolling it out soon

I think the grace period is over and we can go on rolling the fixes out.
Also my (H)EMF implementation is giving promising results and although EMF+
is not yet implemented, I think the slideshow users, would benefit from it
... but I don't want to spoil the bugfix release ...

Andi



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



svn commit: r1845148 - in /xmlbeans/site: build/site/download/index.html build/site/index.html build/site/news.html src/documentation/content/xdocs/download/index.xml src/documentation/content/xdocs/i

2018-10-29 Thread kiwiwings
Author: kiwiwings
Date: Mon Oct 29 17:22:15 2018
New Revision: 1845148

URL: http://svn.apache.org/viewvc?rev=1845148&view=rev
Log:
html entity fixes in the docs

Modified:
xmlbeans/site/build/site/download/index.html
xmlbeans/site/build/site/index.html
xmlbeans/site/build/site/news.html
xmlbeans/site/src/documentation/content/xdocs/download/index.xml
xmlbeans/site/src/documentation/content/xdocs/index.xml
xmlbeans/site/src/documentation/content/xdocs/news.xml

Modified: xmlbeans/site/build/site/download/index.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/download/index.html?rev=1845148&r1=1845147&r2=1845148&view=diff
==
--- xmlbeans/site/build/site/download/index.html (original)
+++ xmlbeans/site/build/site/download/index.html Mon Oct 29 17:22:15 2018
@@ -187,11 +187,11 @@ document.write("Last Published: " + docu
 
 
 
-
-24 August 2018 - XMLBeans 3.0.1 available
+
+28 October 2018 - XMLBeans 3.0.2 available
 
-The Apache POI team is pleased to announce the release of XMLBeans 3.0.1.
-Featured are a handful of new areas of functionality and 
numerous bug fixes.
+The Apache POI team is pleased to announce the release of XMLBeans 3.0.2.
+Featured are a handful of bug fixes.
 
 
 Note
@@ -199,11 +199,11 @@ document.write("Last Published: " + docu
 
 
 A summary of changes is available in the
-https://www.apache.org/dyn/closer.lua/poi/xmlbeans/dev/RELEASE-NOTES-3.0.1.txt";>Release
+https://www.apache.org/dyn/closer.lua/poi/xmlbeans/dev/RELEASE-NOTES-3.0.2.txt";>Release
 Notes.
 A full list of changes is available in the
 change log
-or the corresponding https://issues.apache.org/jira/issues/?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%203.0.1%22";>
+or the corresponding https://issues.apache.org/jira/projects/XMLBEANS/versions/12344051";>
 Jira ticket.
 People interested should also follow the
 dev list
@@ -212,97 +212,97 @@ document.write("Last Published: " + docu
 
 The XMLBeans source release as well as the pre-built binary 
deployment packages are listed below.
 Pre-built versions are available in the central Maven 
repository under
-Group ID "org.apache.xmlbeans" and Version "3.0.1".
+Group ID "org.apache.xmlbeans" and Version "3.0.2".
 
-
+
 Binary Distribution
 
 
 
 
-https://www.apache.org/dyn/closer.lua/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.1-20180824.tgz";>
-xmlbeans-bin-3.0.1-20180824.tgz
+https://www.apache.org/dyn/closer.lua/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.2-20181028.tgz";>
+xmlbeans-bin-3.0.2-20181028.tgz
 
-(3.2 MB, https://www.apache.org/dist/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.1-20180824.tgz.asc";>
+(3.1 MB, https://www.apache.org/dist/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.2-20181028.tgz.asc";>
 signature (.asc))
 
 SHA256 checksum:
-https://www.apache.org/dist/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.1-20180824.tgz.sha256";>
-
c997494f358d0828a6686e0083a1ca27ef002e928ea9e9b4f2c9cd6ca9b5c45d
+https://www.apache.org/dist/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.2-20181028.tgz.sha256";>
+
520866defedb0251713573d4ceaea33601d33b575039cdea1f74d53b946a7238
 
 
 
 SHA512 checksum:
-https://www.apache.org/dist/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.1-20180824.tgz.sha512";>
-
5ae308cd5b3e01d8366ecced6fed455295ebbad217c570308b60e885c013ac429af7721ad37a0dafac15083e010b42c0782c34b9cbb11fbfcc015ac79535113e
+https://www.apache.org/dist/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.2-20181028.tgz.sha512";>
+
3819f6b108e564d8393a28b289aa9141c62f019c883f9a74483a96f36ea1acf3fed979055f13e2b33edd8f3d4518576a171902ba3396ced3276f38783be9cb5a
 
 
 
 
 
 
-https://www.apache.org/dyn/closer.lua/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.1-20180824.zip";>
-xmlbeans-bin-3.0.1-20180824.zip
+https://www.apache.org/dyn/closer.

Re: Deleting build job XMLBeans-DSL-1.6

2018-10-03 Thread kiwiwings
I've removed it.



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



Re: [VOTE] xmlbeans 3.0.2 release

2018-10-01 Thread kiwiwings
Please keep in mind that the compiler target version doesn't check for API
restrictions. So to play safe, I would prefer compiling it with the latest
JDK 6.

How about setting up a Jenkins build?

Andi



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



Re: [VOTE] xmlbeans 3.0.2 release

2018-09-30 Thread kiwiwings
I'm +0, as I'm off (on holiday) this week without my development equipment.
The changes were small enough, so there shouldn't be a lot of surprises.

Andi



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



Re: Speaking on POI at China Open Source Conference in October

2018-09-14 Thread kiwiwings
Hi Dave,

thank you for spreading the word - I've already noticed that the latest
released was noticed in China [1] :)

If I understand you correctly, you want to present some kind of history list
and
I guess the talk won't have so much interaction with the audience, right?

In case it would be interactive, I would like to add the following topics to
the list,
as I guess this might have some interesting feedback ...

@1. an important point is also the Java9+ compatibility -
something which will keep us busy and probably result in at least another
mayor version jump
... and of course mentioning that we now try to release along the semver
guidelines.

Regarding the deprecated methods, it might be interesting to the audience,
to discuss the pro and cons in general about when to introduce breaking
changes.
Maybe list a few of the dependent projects and check, when they have stopped
upgrading POI.

The OOXML 1.4 version contains the following changes:
the POIXMLTypeLoader is now mostly obsolete and the callback (schema classes
-> loader) has been removed
the AlternateContent schema has been added, now it's possible to get typed
XmlObjects of the nested elements.



@2./@3. I think it's important to explain, why we are using XMLBeans, i.e.
XML infoset preservation
and why it's problematic to upgrade to newer OOXML specs and that using jaxb
is not the cure-all [2],
besides propably interesting effects in using Binders [3]
In the long run, I think we need to change our memory model and need to go
away from XMLBeans.

Android development is another thing which is not always on my/(our?)
agenda,
so maybe some advertising on contributing in this area might be nice.


@5. The Microsoft OpenSource Promise, i.e. providing the file specs, is
really helpful to us.


Best wishes,
Andi



[1] https://www.oschina.net/news/99696/poi-4-0-0-released
[2] https://stackoverflow.com/q/46869482/2066598
[3] https://stackoverflow.com/q/6059575/2066598




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



[GitHub] poi pull request #109: XDDF merge test with #62092

2018-09-06 Thread kiwiwings
Github user kiwiwings closed the pull request at:

https://github.com/apache/poi/pull/109


---

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



svn commit: r1839364 - in /xmlbeans/site: build/site/status.html src/documentation/resources/stylesheets/status2document.xsl

2018-08-27 Thread kiwiwings
Author: kiwiwings
Date: Mon Aug 27 19:05:31 2018
New Revision: 1839364

URL: http://svn.apache.org/viewvc?rev=1839364&view=rev
Log:
replace auto-generated anchor names with stable strings

Modified:
xmlbeans/site/build/site/status.html
xmlbeans/site/src/documentation/resources/stylesheets/status2document.xsl

Modified: xmlbeans/site/build/site/status.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/status.html?rev=1839364&r1=1839363&r2=1839364&view=diff
==
--- xmlbeans/site/build/site/status.html (original)
+++ xmlbeans/site/build/site/status.html Mon Aug 27 19:05:31 2018
@@ -173,10 +173,10 @@ document.write("Last Published: " + docu
 
 
 
-
+
 Version 3.0.1 (2018-08-24)
 
-
+
 Changes
 
 
@@ -201,10 +201,10 @@ document.write("Last Published: " + docu
 
 
 
-
+
 Version 3.0.0 (2018-06-29)
 
-
+
 Summary
 
 
@@ -213,7 +213,7 @@ document.write("Last Published: " + docu
 Java 6 is now minimum supported JRE
 
 
-
+
 Changes
 
 
@@ -268,10 +268,10 @@ document.write("Last Published: " + docu
 
 
 
-
+
 Version 2.6.0 (2012-08-14)
 
-
+
 Changes
 
 
@@ -378,10 +378,10 @@ document.write("Last Published: " + docu
 
 
 
-
+
 Version 2.5.0 (2009-12-14)
 
-
+
 Changes
 
 
@@ -452,10 +452,10 @@ document.write("Last Published: " + docu
 
 
 
-
+
 Version 2.4.0 (2008-07-08)
 
-
+
 Changes
 
 
@@ -526,10 +526,10 @@ document.write("Last Published: " + docu
 
 
 
-
+
 Version 2.3.0 (2007-06-01)
 
-
+
 Changes
 
 
@@ -612,10 +612,10 @@ document.write("Last Published: " + docu
 
 
 
-
+
 Version 2.2.0 (2006-06-23)
 
-
+
 Changes
 
 
@@ -682,10 +682,10 @@ document.write("Last Published: " + docu
 
 
 
-
+
 Version 2.1.0 (2005-11-16)
 
-
+
 Changes
 
 
@@ -752,10 +752,10 @@ document.write("Last Published: " + docu
 
 
 
-
+
 Version 2.0.0 (2005-06-30)
 
-
+
 Changes
 
 
@@ -794,10 +794,10 @@ document.write("Last Published: " + docu
 
 
 
-
+
 Version 2.0.0-beta1 (2005-02-24)
 
-
+
 Changes
 
 

Modified: 
xmlbeans/site/src/documentation/resources/stylesheets/status2document.xsl
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/resources/stylesheets/status2document.xsl?rev=1839364&r1=1839363&r2=1839364&view=diff
==
--- xmlbeans/site/src/documentation/resources/stylesheets/status2document.xsl 
(original)
+++ xmlbeans/site/src/documentation/resources/stylesheets/status2document.xsl 
Mon Aug 27 19:05:31 2018
@@ -73,14 +73,14 @@
 
 
 
-
+
 Version  ()
 
 
 
 
 
-
+
 Summary
  
  
@@ -95,7 +95,8 @@
 
 
 
-Changes
+
+Changes
 
 
 



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



svn commit: r1839363 - in /xmlbeans/site: build/site/status.html src/documentation/content/xdocs/status.xml

2018-08-27 Thread kiwiwings
Author: kiwiwings
Date: Mon Aug 27 18:50:47 2018
New Revision: 1839363

URL: http://svn.apache.org/viewvc?rev=1839363&view=rev
Log:
Update website to 3.0.1

Modified:
xmlbeans/site/build/site/status.html
xmlbeans/site/src/documentation/content/xdocs/status.xml

Modified: xmlbeans/site/build/site/status.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/status.html?rev=1839363&r1=1839362&r2=1839363&view=diff
==
--- xmlbeans/site/build/site/status.html (original)
+++ xmlbeans/site/build/site/status.html Mon Aug 27 18:50:47 2018
@@ -173,6 +173,34 @@ document.write("Last Published: " + docu
 
 
 
+
+Version 3.0.1 (2018-08-24)
+
+
+Changes
+
+
+
+
+
+
+
+
+TypeBugDescription
+
+
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-518";>XMLBEANS-518Support
 new XmlOptions to control XML parser settings
+
+
+
+
+
+
+
+
 
 Version 3.0.0 (2018-06-29)
 
@@ -185,7 +213,7 @@ document.write("Last Published: " + docu
 Java 6 is now minimum supported JRE
 
 
-
+
 Changes
 
 
@@ -243,7 +271,7 @@ document.write("Last Published: " + docu
 
 Version 2.6.0 (2012-08-14)
 
-
+
 Changes
 
 
@@ -353,7 +381,7 @@ document.write("Last Published: " + docu
 
 Version 2.5.0 (2009-12-14)
 
-
+
 Changes
 
 
@@ -427,7 +455,7 @@ document.write("Last Published: " + docu
 
 Version 2.4.0 (2008-07-08)
 
-
+
 Changes
 
 
@@ -501,7 +529,7 @@ document.write("Last Published: " + docu
 
 Version 2.3.0 (2007-06-01)
 
-
+
 Changes
 
 
@@ -587,7 +615,7 @@ document.write("Last Published: " + docu
 
 Version 2.2.0 (2006-06-23)
 
-
+
 Changes
 
 
@@ -657,7 +685,7 @@ document.write("Last Published: " + docu
 
 Version 2.1.0 (2005-11-16)
 
-
+
 Changes
 
 
@@ -727,7 +755,7 @@ document.write("Last Published: " + docu
 
 Version 2.0.0 (2005-06-30)
 
-
+
 Changes
 
 
@@ -769,7 +797,7 @@ document.write("Last Published: " + docu
 
 Version 2.0.0-beta1 (2005-02-24)
 
-
+
 Changes
 
 

Modified: xmlbeans/site/src/documentation/content/xdocs/status.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/status.xml?rev=1839363&r1=1839362&r2=1839363&view=diff
==
--- xmlbeans/site/src/documentation/content/xdocs/status.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/status.xml Mon Aug 27 
18:50:47 2018
@@ -45,6 +45,13 @@
   was introduced without having a deprecation warning for at least 2 
final releases.
   Use a value of "true" to indicate a breakage. Otherwise, omit this 
attribute.
 -->
+
+
+Support new XmlOptions to control XML parser 
settings
+
+
+
+
 
 
 use safe xml parsing - remove piccolo 
support



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



svn commit: r1838977 - in /xmlbeans/site: ./ build/site/ build/site/download/ src/documentation/content/xdocs/ src/documentation/content/xdocs/download/

2018-08-24 Thread kiwiwings
Author: kiwiwings
Date: Fri Aug 24 22:13:14 2018
New Revision: 1838977

URL: http://svn.apache.org/viewvc?rev=1838977&view=rev
Log:
Update website to 3.0.1

Modified:
xmlbeans/site/build.xml
xmlbeans/site/build/site/download/index.html
xmlbeans/site/build/site/index.html
xmlbeans/site/build/site/linkmap.html
xmlbeans/site/build/site/news.html
xmlbeans/site/src/documentation/content/xdocs/download/index.xml
xmlbeans/site/src/documentation/content/xdocs/index.xml
xmlbeans/site/src/documentation/content/xdocs/news.xml
xmlbeans/site/src/documentation/content/xdocs/site.xml

Modified: xmlbeans/site/build.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build.xml?rev=1838977&r1=1838976&r2=1838977&view=diff
==
--- xmlbeans/site/build.xml (original)
+++ xmlbeans/site/build.xml Fri Aug 24 22:13:14 2018
@@ -5,8 +5,6 @@
 
 
 
-
-
 
 
 
@@ -45,5 +43,18 @@
 
 
 
+
+
+
+
+
+Please install Apache Forrest (see
+<https://forrest.apache.org/index.html>;) and set the
+FORREST_HOME environment variable!
+
+
+
+
 
 

Modified: xmlbeans/site/build/site/download/index.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/download/index.html?rev=1838977&r1=1838976&r2=1838977&view=diff
==
--- xmlbeans/site/build/site/download/index.html (original)
+++ xmlbeans/site/build/site/download/index.html Fri Aug 24 22:13:14 2018
@@ -117,7 +117,7 @@ document.write("Last Published: " + docu
 Binary/Source
 
 
-XMLBeans 3.0.0
+XMLBeans 3.0.1
 
 
 Verify 
release
@@ -187,10 +187,10 @@ document.write("Last Published: " + docu
 
 
 
-
-29 June 2018 - XMLBeans 3.0.0 available
+
+24 August 2018 - XMLBeans 3.0.1 available
 
-The Apache POI team is pleased to announce the release of XMLBeans 3.0.0.
+The Apache POI team is pleased to announce the release of XMLBeans 3.0.1.
 Featured are a handful of new areas of functionality and 
numerous bug fixes.
 
 
@@ -199,11 +199,11 @@ document.write("Last Published: " + docu
 
 
 A summary of changes is available in the
-https://www.apache.org/dyn/closer.lua/poi/xmlbeans/dev/RELEASE-NOTES-3.0.0.txt";>Release
+https://www.apache.org/dyn/closer.lua/poi/xmlbeans/dev/RELEASE-NOTES-3.0.1.txt";>Release
 Notes.
 A full list of changes is available in the
 change log
-or the corresponding https://issues.apache.org/jira/issues/?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%203.0.0%22";>
+or the corresponding https://issues.apache.org/jira/issues/?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%203.0.1%22";>
 Jira ticket.
 People interested should also follow the
 dev list
@@ -212,121 +212,97 @@ document.write("Last Published: " + docu
 
 The XMLBeans source release as well as the pre-built binary 
deployment packages are listed below.
 Pre-built versions are available in the central Maven 
repository under
-Group ID "org.apache.xmlbeans" and Version "3.0.0".
+Group ID "org.apache.xmlbeans" and Version "3.0.1".
 
-
+
 Binary Distribution
 
 
 
 
-https://www.apache.org/dyn/closer.lua/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.0-20180629.tgz";>
-xmlbeans-bin-3.0.0-20180629.tgz
+https://www.apache.org/dyn/closer.lua/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.1-20180824.tgz";>
+xmlbeans-bin-3.0.1-20180824.tgz
 
-(3.11 MB, https://www.apache.org/dist/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.0-20180629.tgz.asc";>
+(3.2 MB, https://www.apache.org/dist/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.1-20180824.tgz.asc";>
 signature (.asc))
 
-SHA1 checksum:
-https://www.apache.org/dist/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.0-20180629.tgz.sha1";>
-b47e43fc46405eb2da8a0506f391dfb69572cad6
-
-
-
 SHA256 checksum:
-https://www.apache.org/dist/poi/xmlbeans/release/bin/xmlbeans-bin-3.0.0-20180629.tgz.sha256";>
-
5f690eec0609fc9387a25c0dc55bec441d2b34d7015c47da95da9207f8f4d0ec
+   

svn commit: r1838403 - in /xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans: BindingConfig.java CDataBookmark.java DelegateXmlObject.java Filer.java XmlCursor.java XmlObject.java

2018-08-19 Thread kiwiwings
Author: kiwiwings
Date: Sun Aug 19 22:01:19 2018
New Revision: 1838403

URL: http://svn.apache.org/viewvc?rev=1838403&view=rev
Log:
Javadoc fixes

Modified:
xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/BindingConfig.java
xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/CDataBookmark.java
xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/DelegateXmlObject.java
xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/Filer.java
xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlCursor.java
xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlObject.java

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/BindingConfig.java
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/BindingConfig.java?rev=1838403&r1=1838402&r2=1838403&view=diff
==
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/BindingConfig.java 
(original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/BindingConfig.java Sun Aug 
19 22:01:19 2018
@@ -35,64 +35,71 @@ public class BindingConfig
 public static final int QNAME_ACCESSOR_ATTRIBUTE = 4;
 
 /**
- * Get the package name for a namespace or null.
+ * @param uri the namespace uri
+ * @return the package name for a namespace or null.
  */
 public String lookupPackageForNamespace(String uri) { return null; }
 
 /**
- * Get the prefix applied to each java name for a namespace or null.
+ * @param uri the namespace uri
+ * @return the prefix applied to each java name for a namespace or null.
  */
 public String lookupPrefixForNamespace(String uri) { return null; }
 
 /**
- * Get the suffix applied to each java name for a namespace or null.
+ * @param uri the namespace uri
+ * @return Get the suffix applied to each java name for a namespace or 
null.
  */
 public String lookupSuffixForNamespace(String uri) { return null; }
 
 /**
- * Get the java name for a QName or null.
+ * @param qname the qname of the java name
+ * @return the java name for a QName or null.
  * @deprecated replaced with {@link #lookupJavanameForQName(QName, int)}
  */
 public String lookupJavanameForQName(QName qname) { return null; }
 
 /**
- * Get the java name for a QName of a specific component kind, or null.
- * @see #QNAME_TYPE
- * @see #QNAME_TYPE_DOCUMENT
- * @see #QNAME_METHOD_ELEMENT
- * @see #QNAME_METHOD_ATTRIBUTE
+ * @param qname the qname of the java name
+ * @param kind the type of the qname, which one of {@link #QNAME_TYPE}, 
{@link #QNAME_DOCUMENT_TYPE},
+ * {@link #QNAME_ACCESSOR_ELEMENT}, {@link 
#QNAME_ACCESSOR_ATTRIBUTE}
+ *
+ * @return Get the java name for a QName of a specific component kind, or 
null.
  */
 public String lookupJavanameForQName(QName qname, int kind) { return null; 
}
 
 /**
- * Returns all configured InterfaceExtensions or an empty array.
+ * @return all configured InterfaceExtensions or an empty array.
  */
 public InterfaceExtension[] getInterfaceExtensions() { return 
EMPTY_INTERFACE_EXT_ARRAY; }
 
 /**
- * Returns all InterfaceExtensions defined for the fully qualified java
+ * @param fullJavaName the fully qualified java type name
+ * @return all InterfaceExtensions defined for the fully qualified java
  * type generated from schema compilation or an empty array.
  */
 public InterfaceExtension[] getInterfaceExtensions(String fullJavaName) { 
return EMPTY_INTERFACE_EXT_ARRAY; }
 
 /**
- * Returns all configued PrePostExtensions or an empty array.
+ * @return all configued PrePostExtensions or an empty array.
  */
 public PrePostExtension[] getPrePostExtensions() { return 
EMPTY_PREPOST_EXT_ARRAY; }
 
 /**
- * Returns the PrePostExtension defined for the fully qualified java
+ * @param fullJavaName the fully qualified java type name
+ * @return the PrePostExtension defined for the fully qualified java
  * type generated from schema compilation or null.
  */
 public PrePostExtension getPrePostExtension(String fullJavaName) { return 
null; }
 
 /**
- * Returns all defined user types.
+ * @return all defined user types.
  */
 public UserType[] getUserTypes() { return EMPTY_USER_TYPE_ARRY; }
 
 /**
- * Returns a user defined Java type for a given QName.
+ * @param qname the qname of the user type
+ * @return a user defined Java type for a given QName.
  */
 public UserType lookupUserTypeForQName(QName qname) { return null; }
 

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/CDataBookmark.java
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/CDataBookmark.java?rev=1838403&r1=1838402&r2=1838403&view=diff
===

svn commit: r1838402 - /xmlbeans/trunk/build.xml

2018-08-19 Thread kiwiwings
Author: kiwiwings
Date: Sun Aug 19 21:50:21 2018
New Revision: 1838402

URL: http://svn.apache.org/viewvc?rev=1838402&view=rev
Log:
add forbidden-apis-check

Modified:
xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1838402&r1=1838401&r2=1838402&view=diff
==
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Sun Aug 19 21:50:21 2018
@@ -36,6 +36,11 @@
 
 
 
+
+
+
+
+
 
 
 
@@ -1167,5 +1172,71 @@
 
 
 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 
 



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



svn commit: r1838399 - in /xmlbeans/trunk/src: tools/org/apache/xmlbeans/impl/xpathgen/ typeimpl/org/apache/xmlbeans/impl/regex/ xmlconfig/org/apache/xmlbeans/impl/config/ xmlpublic/org/apache/xmlbean

2018-08-19 Thread kiwiwings
Author: kiwiwings
Date: Sun Aug 19 20:44:47 2018
New Revision: 1838399

URL: http://svn.apache.org/viewvc?rev=1838399&view=rev
Log:
add license headers

Modified:

xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerationException.java

xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerator.java

xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message.properties

xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message_fr.properties

xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message_ja.properties

xmlbeans/trunk/src/xmlconfig/org/apache/xmlbeans/impl/config/UserTypeImpl.java
xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/UserType.java
xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlOptionsBean.java

Modified: 
xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerationException.java
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerationException.java?rev=1838399&r1=1838398&r2=1838399&view=diff
==
--- 
xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerationException.java
 (original)
+++ 
xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerationException.java
 Sun Aug 19 20:44:47 2018
@@ -1,3 +1,18 @@
+/*   Copyright 2004 The Apache Software Foundation
+ *
+ *   Licensed under the Apache License, Version 2.0 (the "License");
+ *   you may not use this file except in compliance with the License.
+ *   You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *   Unless required by applicable law or agreed to in writing, software
+ *   distributed under the License is distributed on an "AS IS" BASIS,
+ *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *   See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
 package org.apache.xmlbeans.impl.xpathgen;
 
 import org.apache.xmlbeans.XmlException;

Modified: 
xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerator.java
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerator.java?rev=1838399&r1=1838398&r2=1838399&view=diff
==
--- 
xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerator.java 
(original)
+++ 
xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerator.java 
Sun Aug 19 20:44:47 2018
@@ -1,3 +1,18 @@
+/*   Copyright 2004 The Apache Software Foundation
+ *
+ *   Licensed under the Apache License, Version 2.0 (the "License");
+ *   you may not use this file except in compliance with the License.
+ *   You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *   Unless required by applicable law or agreed to in writing, software
+ *   distributed under the License is distributed on an "AS IS" BASIS,
+ *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *   See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
 package org.apache.xmlbeans.impl.xpathgen;
 
 import org.apache.xmlbeans.XmlCursor;

Modified: 
xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message.properties
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message.properties?rev=1838399&r1=1838398&r2=1838399&view=diff
==
--- 
xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message.properties 
(original)
+++ 
xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message.properties 
Sun Aug 19 20:44:47 2018
@@ -1,3 +1,17 @@
+# Copyright 2004 The Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 parser.parse.1=Wrong character.
 parser.parse.2=Invalid reference number.
 parser.next.1=A character is required after \\.

Modified: 
xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message_fr.properties
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/src/typei

svn commit: r1838398 - /xmlbeans/trunk/build.xml

2018-08-19 Thread kiwiwings
Author: kiwiwings
Date: Sun Aug 19 20:44:06 2018
New Revision: 1838398

URL: http://svn.apache.org/viewvc?rev=1838398&view=rev
Log:
don't include ant runtime in javac calls

Modified:
xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1838398&r1=1838397&r2=1838398&view=diff
==
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Sun Aug 19 20:44:06 2018
@@ -258,7 +258,8 @@
 
+debug="on"
+includeantruntime="false"/>
 
 
 
@@ -506,7 +507,8 @@
 
+debug="on"
+includeantruntime="false">
 
 
 
@@ -517,7 +519,8 @@
 
 
 
-
+
 
 
 
@@ -552,7 +555,8 @@
 
 
 
-
+
 
 
 
@@ -566,7 +570,8 @@
 
 
 
-
+
 
 
 
@@ -590,7 +595,8 @@
 
 
 
-
+
 
 
 
@@ -607,7 +613,8 @@
 repackage.classes, xmlpublic.classes, typeholder.template, 
typestore.classes, xsdschema.classes,
 configschema.classes, toolschema.classes, jam.classes">
 
-
+
 
 
 
@@ -644,7 +651,8 @@
 
 
 
-
+
 
 
 
@@ -664,7 +672,8 @@
 
 
 
-
+
 
 
 
@@ -680,7 +689,8 @@
 
 
 
-
+
 
 
 
@@ -691,7 +701,8 @@
 
 
 
-
+
 
 
 
@@ -704,7 +715,8 @@
 
 
-
+
 
 
 
@@ -721,7 +733,8 @@
 depends="dirs, common.classes, xmlpublic.classes, typestore.classes, 
saaj_api.classes,
 typeimpl.classes, xmlcomp.classes">
 
-
+
 
 
 
@@ -805,7 +818,8 @@
 
 
 
-
+
 
 
 
@@ -929,7 +943,8 @@
 
 
 
-
+
 
 
 
@@ -948,7 +963,8 @@
 destdir="build/classes/xpath_xquery"
 classpathref="xpath.compile.path"
 source="${javac.source}" target="${javac.target}"
-debug="on">
+debug="on"
+includeantruntime="false">
 
 
 
@@ -1035,7 +1051,8 @@
 destdir="build/private/classes/drt"
 classpathref="test.compile.path"
 source="${javac.source}" target="${javac.target}"
-debug="on">
+debug="on"
+includeantruntime="false">
 
 
 
@@ -1093,7 +1110,8 @@
 
+debug="on"
+includeantruntime="true">
 
 
 
@@ -1126,6 +1144,9 @@
 
 
 
+
+
+
 
 
 



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



svn commit: r1838395 - /xmlbeans/trunk/build.xml

2018-08-19 Thread kiwiwings
Author: kiwiwings
Date: Sun Aug 19 19:57:16 2018
New Revision: 1838395

URL: http://svn.apache.org/viewvc?rev=1838395&view=rev
Log:
add rat-check

Modified:
xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1838395&r1=1838394&r2=1838395&view=diff
==
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Sun Aug 19 19:57:16 2018
@@ -28,6 +28,15 @@
 
 http://xmlbeans.apache.org/"/>
 
+https://repo1.maven.org"/>
+
+
+
+
+
+
+
+
 
 
 
@@ -1089,4 +1098,53 @@
 
 
 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+${rat.reportcontent}
+
+
+
+
+
+
 



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



Prepare POI 4.0.0 RC 1

2018-08-16 Thread kiwiwings
Hi,

I've checked with kwright about #62564 / TIKA-2693 and he signaled green
light for the release.
I'll prepare a RC tomorrow evening - including the fixed commons-compress
links ;)

Andi



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



Re: Remove OPOIFSFileSystem for 4.0.0?

2018-08-14 Thread kiwiwings
Javen O'Neal-2 wrote
> How many lines of code can we delete by removing this class?

Quite a few ... The issue came to my mind, as I've had a look into #61677
and didn't want to (try to) fix it in two areas. I've started to remove the
OPOIFS* classes yesterday, but this is not so trivial as I thought it would
be ... e.g. IIRC, I think the POIFSWriterListener is not implemented and
OPOIFS is used in a few other places too, where I thought NPOIFS would be
used.

So depending on when we get feedback on #62564 / TIKA-2693, I would postpone
it after 4.0.0, so we can push out 4.0.0.

Andi.



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



svn commit: r1836650 - /xmlbeans/tags/3.0.0/

2018-07-25 Thread kiwiwings
Author: kiwiwings
Date: Wed Jul 25 17:46:15 2018
New Revision: 1836650

URL: http://svn.apache.org/viewvc?rev=1836650&view=rev
Log:
Release XMLBeans 3.0.0

Added:
xmlbeans/tags/3.0.0/
  - copied from r1834712, xmlbeans/trunk/


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



svn commit: r1835347 - in /xmlbeans/site: build/site/download/index.html src/documentation/content/xdocs/download/index.xml

2018-07-08 Thread kiwiwings
Author: kiwiwings
Date: Sun Jul  8 11:22:05 2018
New Revision: 1835347

URL: http://svn.apache.org/viewvc?rev=1835347&view=rev
Log:
update verify section, change reference to KEYS file, so it's not referenced 
anymore on SVN

Modified:
xmlbeans/site/build/site/download/index.html
xmlbeans/site/src/documentation/content/xdocs/download/index.xml

Modified: xmlbeans/site/build/site/download/index.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/download/index.html?rev=1835347&r1=1835346&r2=1835347&view=diff
==
--- xmlbeans/site/build/site/download/index.html (original)
+++ xmlbeans/site/build/site/download/index.html Sun Jul  8 11:22:05 2018
@@ -202,10 +202,7 @@ document.write("Last Published: " + docu
 https://www.apache.org/dyn/closer.lua/poi/xmlbeans/dev/RELEASE-NOTES-3.0.0.txt";>Release
 Notes.
 A full list of changes is available in the
-https://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?view=markup&pathrev=1833767";>
-change
-log
-
+change log
 or the corresponding https://issues.apache.org/jira/issues/?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%203.0.0%22";>
 Jira ticket.
 People interested should also follow the
@@ -337,15 +334,64 @@ document.write("Last Published: " + docu
 
 
 
-
 
 
-Verify release
+Verify
 
-You should verify the integrity of the files that you download.
-http://xml.apache.org/mirrors.cgi#verify";>Here
-are some instructions for verifying the integrity of a 
downloaded file.
+
+It is essential that you verify the integrity of the 
downloaded files using the PGP and MD5 signatures.
+Please read https://httpd.apache.org/dev/verification.html";>Verifying Apache HTTP 
Server Releases
+for more information on why you should verify our releases. 
This page provides detailed instructions which you can use for POI artifacts.
+
+
+The PGP signatures can be verified using PGP or GPG. First
+https://www.apache.org/dist/poi/KEYS";>download the 
KEYS file
+as well as the .asc signature files  for the relevant release 
packages.
+Make sure you get these files from the main distribution 
directory, rather than from a mirror.
+Then https://www.apache.org/info/verification.html";>verify the signatures.
 
+
+As an example:
+
+
+% pgpk -a KEYS
+% pgpv xmlbeans-X.Y.Z.jar.asc
+
+or
+
+% pgp -ka KEYS
+% pgp xmlbeans-X.Y.Z.jar.asc
+
+or
+
+% gpg --import KEYS
+% gpg --verify xmlbeans-X.Y.Z.jar.asc xmlbeans-X.Y.Z.jar
+
+Sample verification of xmlbeans-bin-3.0.0-20180629.tgz
+
+% gpg --import KEYS
+gpg: key 38DAC8E212DAE9BE: "Glen Stampoultzis <glens at apache.org>" not 
changed
+gpg: key F5C260164CEED75F: 32 duplicate signatures removed
+gpg: key F5C260164CEED75F: 108 signatures not checked due to missing keys
+gpg: key F5C260164CEED75F: 1 signature reordered
+gpg: key F5C260164CEED75F: "Nick Burch <nick at gagravarr.org>" not 
changed
+gpg: key 8AAF88D6D84E41AE: 1 duplicate signature removed
+...
+
+% gpg --verify xmlbeans-bin-3.0.0-20180629.tgz.asc
+gpg: assuming signed data in 'xmlbeans-bin-3.0.0-20180629.tgz'
+gpg: Signature made Di 03 Jul 2018 00:52:28 CEST
+gpg:using RSA key 24188560524400B142BE3386A93E1C4B26062CE3
+gpg: Good signature from "Andreas Beeker <kiwiwings at apache.org>" 
[ultimate]
+gpg: aka "Andreas Beeker (kiwiwings) <andreas.beeker at 
gmx.de>" [ultimate]
+
+% gpg --fingerprint 24188560524400B142BE3386A93E1C4B26062CE3
+pub   rsa2048 2014-08-17 [SC] [expires: 2020-07-06]
+2418 8560 5244 00B1 42BE  3386 A93E 1C4B 2606 2CE3
+uid   [ultimate] Andreas Beeker <kiwiwings at apache.org>
+uid   [ultimate] Andreas Beeker (kiwiwings) <andreas.beeker at 
gmx.de>
+sub   rsa2048 2014-08-17 [E] [expires: 2020-07-06]
+
 
 
 

Modified: xmlbeans/site/src/documentation/content/xdocs/download/index.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/download/index.xml?rev=1835347&r1=1835346&r2=1835347&view=diff
==
--- xmlbeans/site/src/documentation/content/xdocs/download/index.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/download/index.xml Sun Jul  8 
11:22:05 2018
@@ -62,10 +62,7 @@
 https://www.apache.org/dyn/closer.lua/poi/xmlbeans/dev/RELEASE-NOTES-3.0.0.txt&

svn commit: r1835346 [2/3] - in /xmlbeans/site: build/site/ build/site/community/ build/site/documentation/ build/site/download/ build/site/images/ build/site/resources/ build/site/samples/ src/docume

2018-07-08 Thread kiwiwings
Added: xmlbeans/site/build/site/status.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/status.html?rev=1835346&view=auto
==
--- xmlbeans/site/build/site/status.html (added)
+++ xmlbeans/site/build/site/status.html Sun Jul  8 10:12:46 2018
@@ -0,0 +1,999 @@
+http://www.w3.org/TR/html4/loose.dtd";>
+
+
+
+
+
+
+History of Changes
+
+
+
+
+
+
+
+
+ndeSetTextSize();
+
+
+
+https://www.apache.org/";>The Apache Software Foundation > https://xmlbeans.apache.org";>Apache XMLBeans
+
+
+
+
+
+https://www.apache.org/";>
+
+
+
+
+https://xmlbeans.apache.org";>
+
+
+
+
+http://www.google.com/search"; method="get" class="roundtopsmall">
+  
+
+
+
+
+
+
+
+Home
+
+
+Download
+
+
+Documentation
+
+
+Samples
+
+
+Community
+
+
+Resources
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  
+   
+
+
+
+Home
+
+
+Welcome
+
+
+What 
is XMLBeans?
+
+
+News
+
+
+Changes
+
+
+Overview
+
+
+Getting Started
+
+
+Sample Code
+
+
+http://wiki.apache.org/xmlbeans/XmlBeansFaq"; title="View Frequently 
Asked Questions">FAQ
+
+
+Tutorial: First Steps
+
+
+v3.0.0 Javadoc
+
+
+
+
+
+
+
+
+
+
+
+History of Changes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Version 3.0.0 (2018-06-29)
+
+
+Summary
+
+
+use safe xml parsing - remove piccolo support
+
+Java 6 is now minimum supported JRE
+
+
+
+Changes
+
+
+
+
+
+
+
+
+TypeBugDescription
+
+
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-517";>XMLBEANS-517use
 safe XML parsers
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-516";>XMLBEANS-516remove
 unnecessary javax and org.w3c classes (breaks backwards compatibility)
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-515";>XMLBEANS-515remove
 piccolo support (breaks backwards compatibility)
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-514";>XMLBEANS-514make
 java 6 the lowest supported runtime (breaks backwards compatibility)
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-489";>XMLBEANS-489fix
 for Cursor getAllNamespaces not returning default namespace
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-499";>XMLBEANS-499xmlbeans2.6.0.jar
 contains duplicate class files (causes issues on Android)
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-447";>XMLBEANS-447Drop
 the ConcurrentReaderHashMap source code
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-404";>XMLBEANS-404entitizeContent
 CDATA loop iterating too many times (causes assertion error or 
ArrayIndexOutOfBoundsException in replace)
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-332";>XMLBEANS-332XMLBeans
 changes surrogate pair bytes to question marks
+
+
+
+
+
+
+
+Version 2.6.0 (2012-08-14)
+
+
+Changes
+
+
+
+
+
+
+
+
+TypeBugDescription
+
+
+
+
+
+Add new xml option 
CopyUseNewSynchronizationDomain used for copy. This fixes the scenario when 
copy and access (ex. selectPath) are used in a multithreading environment.
+
+
+
+Entitize \r when not in pretty print, 
this helps with maintaining \r entities.
+
+
+
+Validation of integer value containing 
dot char.
+
+
+
+Fix chars in comments to avoid errors in 
IntelliJ under linux.
+
+
+
+Update durations to latest spec.
+
+
+
+Compiling schema that contains complex 
type with simple content that has facets defined in the base simple type
+
+
+
+Fix for Piccolo lexer when read method 
returns 0.
+
+
+
+Preserve the CDATA bookmarks when copy 
from one xmlobject to another.
+
+
+
+Resizing circular buffer in saver's 
output stream implementation.
+
+
+
+When not specifing type for a particle 
in derived schema type and when minOccurs is 0.
+
+
+
+Fixed error messages when contain 
base and derived type names.
+
+
+
+Introducing a default maximum entity 
replacement limit of 10kb, it can be controled by using the option 
XmlOptions.setLoadEntityBytesLimit.
+
+
+
+Fixed javadoc for inst2xsd and xsd2inst 
tools.
+
+
+
+Fix NPE in 
SchemaTypeImpl.getEnumJavaClass().
+
+
+
+Added multiple entry points and 
refactored code for xsd2inst code.
+
+
+
+Remove org.w3c.dom files from 
xbean.jar.
+
+
+
+Add another xpath and xquery 
interface implementation.
+
+
+
+Add src/xmlinputstream classes 
org.apache.xmlbeans.xml.stream.* to xmlpublic.jar.
+
+
+
+Make bootstrap run twice to avoid 
GUMP error emails.
+
+
+
+https://issues.apache.org/jira/browse/XMLBEANS-396";>XMLBEANS-396GML
 3.1.1 generated code fails to compile.
+
+
+
+https://issues.apache.org/jira/browse/XML

svn commit: r1835346 [1/3] - in /xmlbeans/site: build/site/ build/site/community/ build/site/documentation/ build/site/download/ build/site/images/ build/site/resources/ build/site/samples/ src/docume

2018-07-08 Thread kiwiwings
Author: kiwiwings
Date: Sun Jul  8 10:12:46 2018
New Revision: 1835346

URL: http://svn.apache.org/viewvc?rev=1835346&view=rev
Log:
converted Changes.txt to status page
removed TOC

Added:
xmlbeans/site/build/site/images/fix.png   (with props)
xmlbeans/site/build/site/images/remove.png   (with props)
xmlbeans/site/build/site/images/update.png   (with props)
xmlbeans/site/build/site/status.html
xmlbeans/site/src/documentation/content/xdocs/images/add.png   (with props)
xmlbeans/site/src/documentation/content/xdocs/images/fix.png   (with props)
xmlbeans/site/src/documentation/content/xdocs/images/remove.png   (with 
props)
xmlbeans/site/src/documentation/content/xdocs/images/update.png   (with 
props)
xmlbeans/site/src/documentation/content/xdocs/status.xml
xmlbeans/site/src/documentation/resources/schema/changes-poi.dtd
xmlbeans/site/src/documentation/resources/schema/changes-poi.mod
xmlbeans/site/src/documentation/resources/stylesheets/
xmlbeans/site/src/documentation/resources/stylesheets/status2document.xsl
Removed:
xmlbeans/site/build/site/download/index.xml
xmlbeans/site/src/documentation/resources/schema/hello-v10.dtd
Modified:
xmlbeans/site/build/site/community/index.html
xmlbeans/site/build/site/documentation/conInstallGuide.html
xmlbeans/site/build/site/documentation/index.html
xmlbeans/site/build/site/documentation/tutorial_getstarted.html
xmlbeans/site/build/site/download/index.html
xmlbeans/site/build/site/index.html
xmlbeans/site/build/site/linkmap.html
xmlbeans/site/build/site/news.html
xmlbeans/site/build/site/overview.html
xmlbeans/site/build/site/resources/index.html
xmlbeans/site/build/site/samples/AbstractTypes.html
xmlbeans/site/build/site/samples/Any.html
xmlbeans/site/build/site/samples/DateTime.html
xmlbeans/site/build/site/samples/MixedContent.html
xmlbeans/site/build/site/samples/OrderMatters.html
xmlbeans/site/build/site/samples/SampleTemplate.html
xmlbeans/site/build/site/samples/SchemaEnum.html
xmlbeans/site/build/site/samples/SubstitutionGroup.html
xmlbeans/site/build/site/samples/Validation.html
xmlbeans/site/build/site/samples/XQueryXPath.html
xmlbeans/site/build/site/samples/XmlTree.html
xmlbeans/site/build/site/samples/index.html
xmlbeans/site/build/site/samples/vxsdb.html
xmlbeans/site/src/documentation/content/xdocs/index.xml
xmlbeans/site/src/documentation/content/xdocs/site.xml
xmlbeans/site/src/documentation/resources/schema/catalog.xcat
xmlbeans/site/src/documentation/sitemap.xmap
xmlbeans/site/src/documentation/skinconf.xml

Modified: xmlbeans/site/build/site/community/index.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/community/index.html?rev=1835346&r1=1835345&r2=1835346&view=diff
==
--- xmlbeans/site/build/site/community/index.html (original)
+++ xmlbeans/site/build/site/community/index.html Sun Jul  8 10:12:46 2018
@@ -148,59 +148,17 @@ document.write("Last Published: " + docu
 +-->
 
 XMLBeans Community
-
-
-
-
-Ideas
-
-
-Bug Tracking
-
-
-Source Code Changes
-
-
-Mailing Lists
-
-
-New Owner ...
-
-
-User Mailing List
-
-
-Developer Mailing List
-
-
-SVN Mailing List
-
-
-
-
-Who We Are
-
-
-Related Projects
-
-
-Eclipse Plugin
-
-
-
-
-
-
+
 
 
-Ideas
+Ideas
 
 If you're interested in the planning ideas that went into version 2, see 
the features list at http://wiki.apache.org/xmlbeans/V2Features";>XMLBeans V2 Features.
 
 
 
 
-Bug Tracking
+Bug Tracking
 
 If you encounter a problem or have a question on how to do something,
 you may find it useful to check the FAQ or search the user 
mailing list
@@ -213,7 +171,7 @@ document.write("Last Published: " + docu
 
 
 
-Source Code Changes
+Source Code Changes
 
 You can view the latest changes to the XMLBeans source here:
 http://svn.apache.org/viewcvs.cgi/xmlbeans/trunk/CHANGES.txt";>CHANGES.txt
@@ -223,10 +181,10 @@ document.write("Last Published: " + docu
 
 
 
-Mailing Lists
+Mailing Lists
 
 
-New Owner ...
+New Owner ...
 
 Note
 As Apache POI took over the further development of 
XMLBeans, we handle all user/development
@@ -235,21 +193,21 @@ document.write("Last Published: " + docu
 
 
 
-User Mailing List
+User Mailing List
 View the http://mail-archives.apache.org/mod_mbox/xmlbeans-user/";>XMLBeans User 
List Archive for questions on using XMLBeans.
 
 (Searchable mailing list archives are also available at http://www.mail-archive.com/user%40xmlbeans.apache.org/";>
 mail-archive.com.)
 
 
-Developer Mailing List
+Developer Mailing List
 Archived messages can be found in the http://mail-archives.apache

svn commit: r1835346 [3/3] - in /xmlbeans/site: build/site/ build/site/community/ build/site/documentation/ build/site/download/ build/site/images/ build/site/resources/ build/site/samples/ src/docume

2018-07-08 Thread kiwiwings
Added: xmlbeans/site/src/documentation/resources/stylesheets/status2document.xsl
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/resources/stylesheets/status2document.xsl?rev=1835346&view=auto
==
--- xmlbeans/site/src/documentation/resources/stylesheets/status2document.xsl 
(added)
+++ xmlbeans/site/src/documentation/resources/stylesheets/status2document.xsl 
Sun Jul  8 10:12:46 2018
@@ -0,0 +1,191 @@
+
+
+
+http://www.w3.org/1999/XSL/Transform";
+version="1.0">
+
+https://issues.apache.org/jira/
+
+https://github.com/apache/xmlbeans'"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+History of Changes
+
+
+
+
+
+
+
+
+
+Version  ()
+
+
+
+
+
+
+Summary
+ 
+ 
+
+
+
+
+
+
+
+
+
+
+
+Changes
+
+
+
+
+
+
+
+
+Type
+Bug
+Description
+
+
+
+
+
+ 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ (breaks backwards 
compatibility)
+
+
+
+
+
+
+
+
+
+ Thanks to 
+
+
+mailto:{@due-to-email}";>
+
+
+
+
+
+
+
+.
+
+
+
+
+
+
+

Modified: xmlbeans/site/src/documentation/sitemap.xmap
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/sitemap.xmap?rev=1835346&r1=1835345&r2=1835346&view=diff
==
--- xmlbeans/site/src/documentation/sitemap.xmap (original)
+++ xmlbeans/site/src/documentation/sitemap.xmap Sun Jul  8 10:12:46 2018
@@ -19,8 +19,8 @@
   
 
   
-
-  
+
+  
 
   
 
@@ -33,9 +33,9 @@
   
 
   
-  
+  
 
-
+
 
   
 
@@ -77,6 +77,12 @@

   
 
+  
+
+  
+
+  
+
   
 
   

Modified: xmlbeans/site/src/documentation/skinconf.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/skinconf.xml?rev=1835346&r1=1835345&r2=1835346&view=diff
==
--- xmlbeans/site/src/documentation/skinconf.xml (original)
+++ xmlbeans/site/src/documentation/skinconf.xml Sun Jul  8 10:12:46 2018
@@ -118,9 +118,9 @@ which will be used to configure the chos
   @location ("page","menu","page,menu", "none")
Where to show the TOC.
   -->
-  
+  
 
-  
+  
 

svn commit: r1835330 [1/2] - /xmlbeans/trunk/KEYS

2018-07-07 Thread kiwiwings
Author: kiwiwings
Date: Sat Jul  7 18:58:29 2018
New Revision: 1835330

URL: http://svn.apache.org/viewvc?rev=1835330&view=rev
Log:
add POI developer keys

Modified:
xmlbeans/trunk/KEYS


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



svn commit: r1835330 [2/2] - /xmlbeans/trunk/KEYS

2018-07-07 Thread kiwiwings


Modified: xmlbeans/trunk/KEYS
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/KEYS?rev=1835330&r1=1835329&r2=1835330&view=diff
==
--- xmlbeans/trunk/KEYS (original)
+++ xmlbeans/trunk/KEYS Sat Jul  7 18:58:29 2018
@@ -191,4 +191,2562 @@ gSDDPNu9F6CiIgFf8XJV4CzDCj1X5GW/5zmIRgQY
 ZpxKtegFAJ4xHox0haKD6Ln4/2ntqS7p59Ni7gCfY599gXS/U+fQClWsZwnuXC/u
 o3s=
 =ZMn1
+-END PGP PUBLIC KEY BLOCK-
+
+pub  1024D/12DAE9BE 2004-01-25 Glen Stampoultzis 
+sig 3   12DAE9BE 2004-01-25   Glen Stampoultzis 
+sub  1024g/2BBB28EA 2004-01-25
+sig 12DAE9BE 2004-01-25   Glen Stampoultzis 
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1.2.2 (Cygwin)
+
+mQGiBEATU6gRBACo3iUkfku4/G2q8ldWFiiCekHK5oqx0U1N6fyO+Xgs+6V6btEZ
+drF2DUCyto6ig4FJT81L34HUQ6l9bPnpa4nNsl2EMBknY42LjmC55x7Q5rsQbiRj
++2JkoQJk2Jc3hneuh4Wsv49stOCDQMOV5BtjZs31t7rr+wuKPMkIw/Nf1wCgngI9
+ZWFyLxspoi9bL1/xBID18jsD/RxGBep4F8HwXEdHTeHnmjEuJSlYhmAKQ6Fd7bdb
+ex16a54Gsg7fVD0rIIsytzVUACQMi7V6tmE4Wf/XaY7+ma5w4gCsxUCIeujU4Y7i
+WUDwtlTkr2IudmoxSIDDpS12NPZqCP7PbU2RK+KwnnITjs80a+QlHYaO9te7HVcL
+F6YIA/9YZkYp5TpoMO1ISnlv0gXMcIaznbNMoRgeXZHvYyEvy014jArHmG41LVBj
+6TnBHFLQi4xA7Ql98oIgfszaRr/9GshvoL6Iu1x1SoV7dMrqFBC6e2JD9N/IgBtZ
+EGg7US3nIJnlCjJSIkXKfPJL4FyYWwt6IEZcF6Mi/USsyLA6wrQkR2xlbiBTdGFt
+cG91bHR6aXMgPGdsZW5zQGFwYWNoZS5vcmc+iFsEExECABsFAkATU6gGCwkIBwMC
+AxUCAwMWAgECHgECF4AACgkQONrI4hLa6b48RgCaAqQg0wtiOQ8jqX6S7tZi1OMg
+CQAAn2Ty1d/UdGLqlGkCPMkaB6otTMhZuQENBEATU6kQBADUbn5pT2D8vi64RU5E
+SeTn/rNzLglJ4nzoOfeIcHm7p3hppjT0Q1YbHvdOSaigYApzxoiSf+0Mt8NSCfDf
+B/wjfndHlrcdPkiJi4fBkQHihcuJtEgOkAwXfSJ+MUXG+fEgEuGdYm7tNV3n/eOY
+gn9Vzs/LofrQ7nY3+WkNOUia/wADBwQAnqZ4wPm0VY/fjCWJ34wvSfPk6Qg8m502
+MfHIGY/UZ+BY5DK3iQR8hrIu6FU0tn0qoF7PCNehOtd2cR9kA7I2gyfaVR8JY2Ek
+F18jungrNRrNuNx3rJeUD6ViQjC44K4vf6y8CkxmkHTmB9ZC2+uGdMeOdDvbck/u
+JA+XB2tykJWIRgQYEQIABgUCQBNTqQAKCRA42sjiEtrpvpy3AJ4trdVLGCzJwB2R
+Z/zxD3xBnTdY5QCeNUdw2VcsrzAF541sawFRxOmL3eY=
+=la1N
+-END PGP PUBLIC KEY BLOCK-
+
+
+pub   1024D/4CEED75F 2004-03-24 [expires: 2010-01-01]
+uid  Nick Burch 
+uid  Nick Burch 
+sub   1024g/5E0E1748 2004-03-24
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+mQGiBEBhnKkRBACOPYQoULwS4a37UsNiinwqJ+2XVMal5FQyMOc6hNneyvdau4cO
+oSNgdEkNtAN9fecSh06wke9mFBR9iVD4QpCqiRk8s20lr4QAFw4urxbe6iOf/Ytr
+q7I0t3/zpzx4MuzwvN7ffPaE5EzE6F3ryQDkSulMeLzDbdRSZIezocDyQwCgpKTA
+UtpUwP38GH81VCtbEWfEJpMD/jraHQdr4KXnv7iIvGtOLbODrmgfGfZYPsGoJlHl
++IIFdTfRCbUNc1Mh9/vcP45bnX62Crsp2JuDxZo8Dq4buE77pZ/Yw1aaIzhHBGcP
+YlIvLz/S2WCZxKyNrIE86WK/DlMAXoHAJigErD+X1UYLNVb0+u5MeHN+FF0yLMS4
+9Cp4A/wJznIOc7sO+L6psNNUWSu1G9TAPo6QRu/6CTaYHMy8uMzovjrlYF9bjZFe
+9TVJUkHYMv2tsthZ7eWG0jAyHabvn1XgCDRjJcs10FZ6obIU5BDaJLjaxMU+u91k
+F/AiO1zStA9wuasITcurU3BF4f/ZywJXwVDFvpYUh0xV1pK0qrQfTmljayBCdXJj
+aCA8bmlja0BnYWdyYXZhcnIub3JnPohlBBMRAgAdBQJAYZypBQkJZgGABQsHCgME
+AxUDAgMWAgECF4AAEgkQ9cJgFkzu118HZUdQRwABASjeAKCXv83+hBN7PMqx9Ate
+13EN+mCsNQCfSWj1wVXl3vKBZizH3yQzDDl6yuGIRgQQEQIABgUCQGGc+wAKCRDI
+h7WuwLlVejPLAKDoFiCmPsApgl99/Sgbi5+GD6pXXACeLQyS8rg+rz7zOagcMJ+T
+XdY87wKIRgQQEQIABgUCQGGeNwAKCRB4Ma11Ja7RdocaAKDVs5beITXLa/9rW5r8
+Qptyhzp1dwCfVxgAMgL00Muh6gSnk7MI23xUgpmJAJUDBRBAYf1wIBRZzICIOAEB
+AcEcA/9fO1E2pj1QSOZiX53ngKxF+Vxo8XfuBxbplXQaN2/acUsOGZVp8r5oo+3w
+0qzn7YLXpStlnFz40UAjAWJBPtYTnzGR3twpChZRDTRrmaGVAssG+DuJwHBdsC4D
+W5QisDTRFg+lyZ5d7bI/H+ckbXma+7BRwPtG0rRXK67O1p3lo4hGBBARAgAGBQJA
+YfNUAAoJEEPSiApOm1UCnSIAnjg0phq4MhuzTnBoHoHIbqO7Jj5+AKCQ9HC/d/gO
+Hitfw2bcjHMKSwgDeIhMBBARAgAMBQJEEDtmBYMFt2LDAAoJEGao+or0Qx8mutAA
+nR8OikkgQDLxBxdaFtFHtsc09lR+AJ48A1Nkex+ZNl0VAEgWLqqoFVkWDIhiBBMR
+AgAaBQsHCgMEAxUDAgMWAgECF4ACGQEFAkaCzIEAEgdlR1BHAAEBCRD1wmAWTO7X
+X4ExAJ91jwqu1pGuK21TBKNtW+ennH9ppACdGrI/+kN/rkWMAsNgU+uJbjDE7YeI
+cwQQEQIAMwUCRBBGKQWDAeEzgCYaaHR0cDovL3d3dy5jYWNlcnQub3JnL2luZGV4
+LnBocD9pZD0xMAAKCRDSuw0BZdD9WK2kAJ9QCMJBHbpzbL+Fh503iw+o1ByNnwCf
+f+UFND1piZvaF5XybwKoQ5Wu/NuIRgQTEQIABgUCREvNBQAKCRBghaOGQ6aJantc
+AJ9QGBq5kkoI5vMhXi9LKx6b3HdETgCfXVqP43fiL+uQ7VsByLpVLDjFlFOIRgQQ
+EQIABgUCRKP0UwAKCRA39o/1AVr8iho4AKDZ1rVmNXD2KAHHJZshHvwGpRz3VwCg
+5Z7hpclWyw3OkKaz/G4T08lIhxaIRgQQEQIABgUCRKfNKwAKCRDVM051sTE94iuk
+AJ4h3TVd62OH3GpfbNku1tT3XJcvVgCgtSV/04an+u0VSRADSRq/5uBNDeGIRgQQ
+EQIABgUCRKkt2wAKCRAyyeTONkLLS6iUAJ97ELvsa6Wlmg5UCsa4AAephiEDFwCg
+n0YHqUwx2bVWL1elR53bTWaqEqKIRgQQEQIABgUCRKquQwAKCRA1i6ozUPlhFmyZ
+AJ0ajTr1w6VG+Rp8j9MwbziOKQIVrgCeID7Mg0N3mDFE414J21I6As5ad4uIRgQQ
+EQIABgUCRKrPUQAKCRD7N9pAMy5jzVa+AJ44NFxehfXUyS5Fwkx5g58Qznv1zACf
+arUp2KPdpN0vu5ppqNsFs3F1IfOIRgQQEQIABgUCRQ+CKwAKCRCyvrxAFSkkr6Fg
+AJ9RvBUJ4WpvI5sY50PPCQQDrOW0CQCbB9HoxMfs6zZFF0Rm0h8IZ9ONzZyITAQQ
+EQIADAUCRKMCVQWDBSSb1AAKCRCUUEP1NcEA8Hd1AJ4sVLyTaUk7hNmxCMO0KmAI
+IAJQ5ACdEyi6yNEOsuQrmZ8fvtl8CYp+E/OITAQQEQIADAUCRKON0QWDBSQQWAAK
+CRAtIatlZUYbeVBwAJ0YCGDcAhRSdD7iHbqONN4ZJsEeqACcCus5Mck12rdUNuH3
+INWTm5MmX0eITAQQEQIADAUCRKRJ+AWDBSNUMQAKCRArfoLnQ+8hHytfAJ0busES
+2PyWxOkyRidcllRSX0rLsQCeKcKHsQjCn6fd/nV7VN/9pwAJRfKITAQREQIADAUC
+RKMbGAWDBSSDEQAKCRBWDQhh7n3HTviwAJwKn/

svn commit: r1835325 [6/7] - in /xmlbeans/site: ./ build/site/ build/site/community/ build/site/documentation/ build/site/download/ build/site/images/ build/site/projectManagement/ build/site/resource

2018-07-07 Thread kiwiwings
Modified: xmlbeans/site/src/documentation/content/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/index.xml?rev=1835325&r1=1835324&r2=1835325&view=diff
==
--- xmlbeans/site/src/documentation/content/xdocs/index.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/index.xml Sat Jul  7 18:22:12 
2018
@@ -1,107 +1,123 @@
 
-
+
+http://forrest.apache.org/dtd/document-v20.dtd";>
 
-  
-   Welcome to XMLBeans
-  
-  
-  
-   What is XMLBeans?
-   XMLBeans is a technology for accessing XML by binding it to Java 
types. XMLBeans
-   provides several ways to get at the XML, including: 
-   
-  Through XML schema that has been compiled to generate Java types 
that represent
- schema types. In this way, you can access instances of the schema 
through
- JavaBeans-style accessors after the fashion of "getFoo" and 
"setFoo".
-The XMLBeans API also allows you to reflect into the XML schema 
itself
-   through an XML Schema Object model.
- A cursor model through which you can traverse the full XML 
infoset.
- Support for XML DOM.
-   
-   For a more complete introduction, see the XMLBeans
-   Overview or Getting
-   Started With XMLBeans.
-   For more details on XMLBeans see the http://wiki.apache.org/xmlbeans";>XMLBeans Wiki pages
-  or the XMLBeans documentation (the Documentation tab on this 
website).
-  
-
-  
-Release: Apache XMLBeans 3.0.0 (June 29, 2018)
-
-   Latest release files https://www.apache.org/dyn/closer.cgi/poi/xmlbeans/release/bin";>are 
available.
-
-The Apache POI project has unretired the XMLBeans project and taken 
over the ownership.
-
-   Few of the improvements in this release (for a more complete list of 
changes see 
-   http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?revision=1833767&view=markup";>CHANGES.txt
 or
-   https://issues.apache.org/jira/browse/XMLBEANS-517?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%203.0.0%22";>XMLBEANS-517).
-
-
-   XMLBEANS-517: use safe XML parsers
-   XMLBEANS-515: remove piccolo support
-   XMLBEANS-514: make Java 6 the lowest supported runtime
-   Fix for XMLBEANS-332: XMLBeans changes surrogate pair bytes to 
question marks
-
-  
-
-
-  
-
-More News
-  
-
-
-  
-  Getting Started
-  
-   Start off with your own stuff.
-   If you want to get right to it with your own XML schema and 
instance, follow these basic steps:
-   
-  
-   Install XMLBeans.
-  
-   Compile your schema. Use scomp to compile 
the schema, generating and jarring Java types. For example, to create a
-   employeeschema.jar from an employeesschema.xsd file:
-   scomp -out employeeschema.jar 
employeeschema.xsd
-   
-   Write code. With the generated JAR on your classpath, write 
code to bind an XML instance
-   to the Java types representing your schema. Here's an 
example that would use
-   types generated from an employees schema:
-   File xmlFile = new File("c:\employees.xml"); 
-
-// Bind the instance to the generated XMLBeans types.
-EmployeesDocument empDoc = 
-   EmployeesDocument.Factory.parse(xmlFile); 
-
-// Get and print pieces of the XML instance.
-Employees emps = empDoc.getEmployees(); 
-Employee[] empArray = emps.getEmployeeArray(); 
-for (int i = 0; i < empArray.length; i++) 
-{ 
-   System.out.println(empArray[i]); 
-}
-   
-   
-   
-   
-   Read a tutorial.
-   Read our tutorial to get a sense of XMLBeans
-   basics.
-   
-   
-   Read documentation and other 
information.
-   On our documentation page, you'll find links to
-   several topics that describe XMLBeans 
features and how to use them. You'll also
-   find links to Javadoc reference on the 
XMLBeans API.
-   You can also check out the FAQ, which is updated
-   with new answers as they're needed.
-   Don't forget the http://wiki.apache.org/xmlbeans/";>XMLBeans Wiki, which collects
-   lots of valuable information.
-   
-   
-   Check out the samples.
-   

svn commit: r1835325 [3/7] - in /xmlbeans/site: ./ build/site/ build/site/community/ build/site/documentation/ build/site/download/ build/site/images/ build/site/projectManagement/ build/site/resource

2018-07-07 Thread kiwiwings
Modified: xmlbeans/site/build/site/news.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/news.html?rev=1835325&r1=1835324&r2=1835325&view=diff
==
--- xmlbeans/site/build/site/news.html (original)
+++ xmlbeans/site/build/site/news.html Sat Jul  7 18:22:12 2018
@@ -3,7 +3,7 @@
 
 
 
-
+
 
 XMLBeans News
 
@@ -11,7 +11,7 @@
 
 
 
-
+
 
 
 ndeSetTextSize();
@@ -20,7 +20,7 @@
 |breadtrail
 +-->
 
-http://www.apache.org/";>apache > http://xmlbeans.apache.org/";>xmlbeans.apache.org
+https://www.apache.org/";>The Apache Software Foundation > https://xmlbeans.apache.org";>Apache XMLBeans
 
 
 
-https://www.apache.org/";>
+https://www.apache.org/";>
 
 
-
-http://xmlbeans.apache.org/";>
+
+https://xmlbeans.apache.org";>
 
 
 
+
+http://www.google.com/search"; method="get" class="roundtopsmall">
+  
+
+
+
+
+
 
@@ -52,7 +64,7 @@
 Home
 
 
-Download
+Download
 
 
 Documentation
@@ -101,8 +113,6 @@ document.write("Last Published: " + docu
 
 Home
 
-Learn About XMLBeans
-
 
 Welcome
 
@@ -128,62 +138,9 @@ document.write("Last Published: " + docu
 Samples
 
 
-v1.0.4 Javadoc
-
-
-v2.4.0 Javadoc
-
-
-v2.6.0 Javadoc
-
-
 v3.0.0 Javadoc
 
 
-Get XMLBeans
-
-
-Current Release
-
-
-Binary or Source?
-
-
-Release Downloads
-
-
-Source Code
-
-
-Installing XMLBeans
-
-
-Get Project Information
-
-
-Who We Are
-
-
-Mailing Lists
-
-
-Bug Tracking
-
-
-
-
-
-
-http://www.google.com/search"; method="get">
-  
-  
-
-
-
 
 
 
@@ -200,9 +157,78 @@ document.write("Last Published: " + docu
 +-->
 
 XMLBeans News
+
+
+
+
+Release: 
Apache XMLBeans 3.0.0 (June 29, 2018)
+
+
+Release: 
Apache XMLBeans 2.6.0 (August 14, 2012)
+
+
+Release: 
Apache XMLBeans 2.5.0 (December 14, 2009)
+
+
+New access 
to XMLBeans sources (August 12, 2009)
+
+
+Release: 
Apache XMLBeans 2.4.0 (July 8, 2008)
+
+
+Release Apache 
XMLBeans 2.3.0 (June 1, 2007)
+
+
+XMLBeans/XPath Update 
(July 22, 2006)
+
+
+Release:
 Just released Apache XMLBeans 2.2.0! (June 23, 2006)
+
+
+Apache
 XMLBeans updated to use SaxonB 8.6.1 (16 February 2006)
+
+
+Release:
 Apache XMLBeans 2.1.0 released! (16 November 2005)
+
+
+Release:
 Apache XMLBeans 2.0.0 released! (30 June 2005)
+
+
+Update:
 The missing xbean_xpath.jar and xmlpublic.jar from the 2.0.0-beta1 release 
have been found! (3 March 2005)
+
+
+Release:
 Apache XMLBeans 2.0.0-beta1, 1.0.4, and 1.0.4-jdk1.3 released! (24 February 
2005)
+
+
+XMLBeans moved to SVN 
(7 December 2004)
+
+
+Article: 
Configuring XMLBeans (30 November 2004)
+
+
+Presentation:
 Apache XMLBeans 2: Accessing the Full Power of XML in Java (17 November 
2004)
+
+
+ApacheCon 2004 (13-17 
November 2004)
+
+
+Article:
 XML-Java Data Binding Using XMLBeans (28 July 2004)
+
+
+XMLBeans 1.0.3 Released 
(28 June 2004)
+
+
+XMLBeans 
becomes a Top Level Apache project (25 June 2004)
+
+
+XMLBeans 
(incubated) 1.0.2 Released (23 April 2004)
+
+
+
+
   
-
-Release: Apache XMLBeans 3.0.0 (June 29, 2018)
+
+Release: Apache XMLBeans 3.0.0 (June 29, 2018)
 
 
   Latest release files https://dist.apache.org/repos/dist/release/poi/xmlbeans/release/";>are 
available.
@@ -210,7 +236,7 @@ document.write("Last Published: " + docu
 The Apache POI project has unretired the XMLBeans project and taken over 
the ownership.
 
   Few of the improvements in this release (for a more complete list of 
changes see
-  http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?revision=1833767&view=markup";>CHANGES.txt
 or
+  http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?revision=1833767&view=markup";>CHANGES.txt
 or
   https://issues.apache.org/jira/browse/XMLBEANS-517?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%203.0.0%22";>XMLBEANS-517).
   
 
@@ -227,15 +253,15 @@ document.write("Last Published: " + docu
 
 
   
-
-Release: Apache XMLBeans 2.6.0 (August 14, 2012)
+
+Release: Apache XMLBeans 2.6.0 (August 14, 2012)
 
 
Latest release files http://www.apache.org/dyn/closer.cgi/xmlbeans";>are available.
 
 
Few of the improvements in this release (for a more complete list of 
changes see 
-   http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?revision=1364789&view=markup";>CHANGES.txt).
+   http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?revision=1364789&view=markup";>CHANGES.txt).
 
 

@@ -262,15 +288,15 @@ content that has facets defined in the b
 
 
   
-
-Release: Apache XMLBeans 2.5.0 (December 14, 2009)
+
+Release: Apache XMLBeans 2.5.0 (December 14, 
2009)
 
 
Download the latest release http://www.apache.org/dyn/closer.cgi/xmlbeans";>here.
 
 
Few of the improvements in this release (for a more complete list of 
changes see 
-   http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?revision=884294&view=markup";>CHANGES.txt).
+   http://svn.apache.org/viewvc/xmlbeans/trunk/CHANG

svn commit: r1835325 [4/7] - in /xmlbeans/site: ./ build/site/ build/site/community/ build/site/documentation/ build/site/download/ build/site/images/ build/site/projectManagement/ build/site/resource

2018-07-07 Thread kiwiwings
Modified: xmlbeans/site/build/site/samples/SampleTemplate.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/samples/SampleTemplate.html?rev=1835325&r1=1835324&r2=1835325&view=diff
==
--- xmlbeans/site/build/site/samples/SampleTemplate.html (original)
+++ xmlbeans/site/build/site/samples/SampleTemplate.html Sat Jul  7 18:22:12 
2018
@@ -3,7 +3,7 @@
 
 
 
-
+
 
 Sample Template
 
@@ -11,7 +11,7 @@
 
 
 
-
+
 
 
 ndeSetTextSize();
@@ -20,7 +20,7 @@
 |breadtrail
 +-->
 
-http://www.apache.org/";>apache > http://xmlbeans.apache.org/";>xmlbeans.apache.org
+https://www.apache.org/";>The Apache Software Foundation > https://xmlbeans.apache.org";>Apache XMLBeans
 
 
 
-https://www.apache.org/";>
+https://www.apache.org/";>
 
 
-
-http://xmlbeans.apache.org/";>
+
+https://xmlbeans.apache.org";>
 
 
 
+
+http://www.google.com/search"; method="get" class="roundtopsmall">
+  
+
+
+
+
+
 
@@ -52,7 +64,7 @@
 Home
 
 
-Download
+Download
 
 
 Documentation
@@ -102,7 +114,7 @@ document.write("Last Published: " + docu
 Samples
 
 
-Getting the Samples
+Getting the 
Samples
 
 Samples List
 
@@ -147,19 +159,6 @@ document.write("Last Published: " + docu
 Examples in 
XMLBeans Source
 
 
-
-
-
-http://www.google.com/search"; method="get">
-  
-  
-
-
-
 
 
 
@@ -176,9 +175,35 @@ document.write("Last Published: " + docu
 +-->
 
 Sample Template
+
+
+
+
+Description
+
+
+Files
+
+
+Authoring Samples
+
+
+Sample scope
+
+
+Code comments
+
+
+Code conventions
+
+
+
+
+
+
 
-
-Description
+
+Description
 
 Available: 2004-09-15
 This sample template is the recommended way of writing a
@@ -191,8 +216,8 @@ document.write("Last Published: " + docu
 
 
 
-
-Files
+
+Files
 
 
   
@@ -212,8 +237,8 @@ document.write("Last Published: " + docu
 
 
 
-
-Authoring Samples
+
+Authoring Samples
 
 
 If you have an idea for a sample that you'd like to share with the
@@ -234,8 +259,8 @@ document.write("Last Published: " + docu
 thanks for donating a sample!
   
 
-
-Sample scope
+
+Sample scope
 
   Try to keep your sample reasonably small and well-defined. It's
   going to be more useful, and more easily found, if it's about
@@ -253,8 +278,8 @@ document.write("Last Published: " + docu
   works is a good teacher, even if would take quite a bit of
   massaging to coerce it to another application.
 
-
-Code comments
+
+Code comments
 
   Obviously, comments are an essential part of making a sample
   useful. In general, the more comments your code has, the better.
@@ -293,8 +318,8 @@ document.write("Last Published: " + docu
   
 
 
-
-Code conventions
+
+Code conventions
 
   To help make XMLBeans samples as a set easier for others to use,
   we encourage you to follow a few simple code conventions. In
@@ -334,7 +359,12 @@ document.write("Last Published: " + docu
 
 
 Copyright ©
- 2004-2018 The Apache Software Foundation.
+ 2004-2018 https://www.apache.org/";>The Apache Software 
Foundation
+
+
+Send feedback about the website to:
+  mailto:dev@poi.apache.org?subject=Feedback%C2%A0samples/SampleTemplate.html";>dev@poi.apache.org
+
 

Modified: xmlbeans/site/build/site/samples/SchemaEnum.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/samples/SchemaEnum.html?rev=1835325&r1=1835324&r2=1835325&view=diff
==
--- xmlbeans/site/build/site/samples/SchemaEnum.html (original)
+++ xmlbeans/site/build/site/samples/SchemaEnum.html Sat Jul  7 18:22:12 2018
@@ -3,7 +3,7 @@
 
 
 
-
+
 
 SchemaEnum Sample
 
@@ -11,7 +11,7 @@
 
 
 
-
+
 
 
 ndeSetTextSize();
@@ -20,7 +20,7 @@
 |breadtrail
 +-->
 
-http://www.apache.org/";>apache > http://xmlbeans.apache.org/";>xmlbeans.apache.org
+https://www.apache.org/";>The Apache Software Foundation > https://xmlbeans.apache.org";>Apache XMLBeans
 
 
 
-https://www.apache.org/";>
+https://www.apache.org/";>
 
 
-
-http://xmlbeans.apache.org/";>
+
+https://xmlbeans.apache.org";>
 
 
 
+
+http://www.google.com/search"; method="get" class="roundtopsmall">
+  
+
+
+
+
+
 
@@ -52,7 +64,7 @@
 Home
 
 
-Download
+Download
 
 
 Documentation
@@ -102,7 +114,7 @@ document.write("Last Published: " + docu
 Samples
 
 
-Getting the Samples
+Getting the 
Samples
 
 Samples List
 
@@ -147,19 +159,6 @@ document.write("Last Published: " + docu
 Examples in 
XMLBeans Source
 
 
-
-
-
-http://www.google.com/search"; method="get">
-  
-  
-
-
-
 
 
 
@@ -176,9 +175,21 @@ document.write("Last Published: " + docu
 +-->
 
 SchemaEnum Sample
+
+
+
+
+Description
+
+
+Files
+
+
+
+
 
-
-Description
+
+Description
 
 Author: Steve Tra

svn commit: r1835325 [7/7] - in /xmlbeans/site: ./ build/site/ build/site/community/ build/site/documentation/ build/site/download/ build/site/images/ build/site/projectManagement/ build/site/resource

2018-07-07 Thread kiwiwings
Modified: xmlbeans/site/src/documentation/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/site.xml?rev=1835325&r1=1835324&r2=1835325&view=diff
==
--- xmlbeans/site/src/documentation/content/xdocs/site.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/site.xml Sat Jul  7 18:22:12 
2018
@@ -1,4 +1,20 @@
-
+
+
 
+
 http://apache.org/forrest/linkmap/1.0";>
 
-
+
 
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-http://wiki.apache.org/xmlbeans/XmlBeansFaq"; 
description="View Frequently Asked Questions"/>
-
+http://wiki.apache.org/xmlbeans/XmlBeansFaq";
+ description="View Frequently Asked Questions"/>
+
 
 
 
 
 
-
-http://wiki.apache.org/xmlbeans/"; 
description="XmlBeans Wiki pages"/>
-
-
-
+
+
+
+
 
 
 
@@ -62,78 +86,38 @@ See http://xml.apache.org/forrest/linkin
 
 
 
-
-
-
-
+
+
+
 
 
+description="View the latest changes to the source"/>
 
 
 
-
-
-
+ description="You might be interested in these, too."/>
+
+
+
 
-
+
 
-
+
 
-
-
-
-
-
-
-http://wiki.apache.org/xmlbeans/XmlBeansFaq"; description="View Frequently 
Asked Questions"/>
-
-
-
-   
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+http://wiki.apache.org/xmlbeans/XmlBeansFaq";
+ description="View Frequently Asked Questions"/>
+
+
+
 
-
-
-
-
 
 http://xml.apache.org/";>
 
@@ -143,16 +127,27 @@ See http://xml.apache.org/forrest/linkin
 
 
 
+http://wiki.apache.org/xmlbeans/";>
+
+
+
+
+
 mailto:user-subscr...@poi.apache.org"/>
 mailto:user-unsubscr...@poi.apache.org"/>
 mailto:dev-subscr...@poi.apache.org"/>
 mailto:dev-unsubscr...@poi.apache.org"/>
 mailto:commits-subscr...@xmlbeans.apache.org"/>
 mailto:commits-unsubscr...@xmlbeans.apache.org"/>
-http://mail-archives.apache.org/mod_mbox/xmlbeans-user/"/>
-http://mail-archives.apache.org/mod_mbox/xmlbeans-dev/"/>
-http://mail-archives.apache.org/mod_mbox/xmlbeans-commits/"/>
-http://www.mail-archive.com/user%40xmlbeans.apache.org/"/>
-http://www.mail-archive.com/dev%40xmlbeans.apache.org/"/>
+http://mail-archives.apache.org/mod_mbox/xmlbeans-user/"/>
+http://mail-archives.apache.org/mod_mbox/xmlbeans-dev/"/>
+http://mail-archives.apache.org/mod_mbox/xmlbeans-commits/"/>
+http://www.mail-archive.com/user%40xmlbeans.apache.org/"/>
+http://www.mail-archive.com/dev%40xmlbeans.apache.org/"/>
 
 

Modified: xmlbeans/site/src/documentation/content/xdocs/tabs.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/tabs.xml?rev=1835325&r1=1835324&r2=1835325&view=diff
==
--- xmlbeans/site/src/documentation/content/xdocs/tabs.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/tabs.xml Sat Jul  7 18:22:12 
2018
@@ -1,17 +1,36 @@
 
-http://apache.org/forrest/dtd/tab-cocoon-v10.dtd";>
-http://www.w3.org/1999/xlink";>
-
+http://forrest.apache.org/dtd/tab-cocoon-v11.dtd";>
+
+
-
-
-
-
-
-
+
+   Tabs can be embedded to a depth of two. The second level of tabs will only 
+be displayed when their parent tab is selected.
+  -->
+  
+  
+  
+  
+  
+  
 

Added: xmlbeans/site/src/documentation/resources/schema/catalog.xcat
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/resources/schema/catalog.xcat?rev=1835325&view=auto
==
--- xmlbeans/site/src/documentation/resources/schema/catalog.xcat (added)
+++ xmlbeans/site/src/documentation/resources/schema/catalog.xcat Sat Jul  7 
18:22:12 2018
@@ -0,0 +1,26 @@
+
+
+http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd";>
+
+
+
+  
+

Added: xmlbeans/site/src/documenta

svn commit: r1835325 [1/7] - in /xmlbeans/site: ./ build/site/ build/site/community/ build/site/documentation/ build/site/download/ build/site/images/ build/site/projectManagement/ build/site/resource

2018-07-07 Thread kiwiwings
Author: kiwiwings
Date: Sat Jul  7 18:22:12 2018
New Revision: 1835325

URL: http://svn.apache.org/viewvc?rev=1835325&view=rev
Log:
upgrade to Apache Forrest 0.9 / fix download page and others

Added:
xmlbeans/site/build/site/download/
  - copied from r1835324, xmlbeans/site/build/site/sourceAndBinaries/
xmlbeans/site/build/site/images/favicon.ico   (with props)
xmlbeans/site/build/site/images/group-logo.png
  - copied, changed from r1835324, 
xmlbeans/site/build/site/images/asf_logo.png
xmlbeans/site/build/site/images/project-logo.png
  - copied, changed from r1835324, 
xmlbeans/site/build/site/images/pb-xmlbeans.png
xmlbeans/site/src/documentation/classes/
xmlbeans/site/src/documentation/classes/CatalogManager.properties
xmlbeans/site/src/documentation/content/locationmap.xml
xmlbeans/site/src/documentation/content/xdocs/download/
  - copied from r1835324, 
xmlbeans/site/src/documentation/content/xdocs/sourceAndBinaries/
xmlbeans/site/src/documentation/content/xdocs/images/
  - copied from r1835324, xmlbeans/site/src/documentation/resources/images/
xmlbeans/site/src/documentation/content/xdocs/images/favicon.ico   (with 
props)
xmlbeans/site/src/documentation/content/xdocs/images/group-logo.png
  - copied, changed from r1835265, 
xmlbeans/site/src/documentation/resources/images/asf_logo.png
xmlbeans/site/src/documentation/content/xdocs/images/group.svg
  - copied unchanged from r1835265, 
xmlbeans/site/src/documentation/resources/images/asf_logo.svg
xmlbeans/site/src/documentation/content/xdocs/images/project-logo.png
  - copied, changed from r1835265, 
xmlbeans/site/src/documentation/resources/images/pb-xmlbeans.png
xmlbeans/site/src/documentation/content/xdocs/images/project.svg
  - copied, changed from r1835265, 
xmlbeans/site/src/documentation/resources/images/pb-xmlbeans.svg
xmlbeans/site/src/documentation/content/xdocs/images/usemap.gif   (with 
props)
xmlbeans/site/src/documentation/resources/schema/
xmlbeans/site/src/documentation/resources/schema/catalog.xcat
xmlbeans/site/src/documentation/resources/schema/hello-v10.dtd
xmlbeans/site/src/documentation/translations/
xmlbeans/site/src/documentation/translations/langcode.xml
xmlbeans/site/src/documentation/translations/languages_en.xml
xmlbeans/site/src/documentation/translations/menu.xml
xmlbeans/site/src/documentation/translations/tabs.xml
Removed:
xmlbeans/site/README
xmlbeans/site/build/site/community/index.xml
xmlbeans/site/build/site/documentation/tutorial_getstarted.xml
xmlbeans/site/build/site/images/ApacheCon_US2005_125x125.jpg
xmlbeans/site/build/site/images/asf_logo.png
xmlbeans/site/build/site/images/built-with-forrest-button.png
xmlbeans/site/build/site/images/group-logo.gif
xmlbeans/site/build/site/images/pb-xmlbeans.png
xmlbeans/site/build/site/images/project-logo.gif
xmlbeans/site/build/site/index.xml
xmlbeans/site/build/site/overview.xml
xmlbeans/site/build/site/projectManagement/
xmlbeans/site/build/site/samples/index.xml
xmlbeans/site/build/site/site.xml
xmlbeans/site/build/site/skin/forrest.css.xslt
xmlbeans/site/build/site/skin/images/corner-imports.svg.xslt
xmlbeans/site/build/site/skin/images/dc.svg.xslt
xmlbeans/site/build/site/skin/images/doc.gif
xmlbeans/site/build/site/skin/images/favicon.ico
xmlbeans/site/build/site/skin/images/poddoc.svg.xslt
xmlbeans/site/build/site/skin/images/rc.svg.xslt
xmlbeans/site/build/site/skin/images/txtdoc.svg.xslt
xmlbeans/site/build/site/skin/profile.css.xslt
xmlbeans/site/build/site/skin/skinconf.xsl
xmlbeans/site/build/site/sourceAndBinaries/
xmlbeans/site/build/site/tabs.xml
xmlbeans/site/forrest-targets.ent
xmlbeans/site/src/documentation/content/community/
xmlbeans/site/src/documentation/content/documentation/
xmlbeans/site/src/documentation/content/sourceAndBinaries/

xmlbeans/site/src/documentation/content/xdocs/images/ApacheCon_US2005_125x125.jpg
xmlbeans/site/src/documentation/content/xdocs/images/asf_logo.png
xmlbeans/site/src/documentation/content/xdocs/images/asf_logo.svg

xmlbeans/site/src/documentation/content/xdocs/images/built-with-forrest-button.png
xmlbeans/site/src/documentation/content/xdocs/images/group-logo.gif
xmlbeans/site/src/documentation/content/xdocs/images/pb-xmlbeans.png
xmlbeans/site/src/documentation/content/xdocs/images/pb-xmlbeans.svg
xmlbeans/site/src/documentation/content/xdocs/images/project-logo.gif
xmlbeans/site/src/documentation/content/xdocs/projectManagement/
xmlbeans/site/src/documentation/content/xdocs/sourceAndBinaries/
xmlbeans/site/src/documentation/resources/images/
xmlbeans/site/status.xml
Modified:
xmlbeans/site/build.xml
xmlbeans/site/build/site/community/index.html
xmlbeans/site/build/site/documentation/conInstallGuide.

svn commit: r1835325 [2/7] - in /xmlbeans/site: ./ build/site/ build/site/community/ build/site/documentation/ build/site/download/ build/site/images/ build/site/projectManagement/ build/site/resource

2018-07-07 Thread kiwiwings
Modified: xmlbeans/site/build/site/download/index.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/download/index.html?rev=1835325&r1=1835324&r2=1835325&view=diff
==
--- xmlbeans/site/build/site/download/index.html (original)
+++ xmlbeans/site/build/site/download/index.html Sat Jul  7 18:22:12 2018
@@ -3,15 +3,15 @@
 
 
 
-
+
 
-XMLBeans Source and Binaries
+XMLBeans Download
 
 
 
 
 
-
+
 
 
 ndeSetTextSize();
@@ -20,7 +20,7 @@
 |breadtrail
 +-->
 
-http://www.apache.org/";>apache > http://xmlbeans.apache.org/";>xmlbeans.apache.org
+https://www.apache.org/";>The Apache Software Foundation > https://xmlbeans.apache.org";>Apache XMLBeans
 
 
 
-https://www.apache.org/";>
+https://www.apache.org/";>
 
 
-
-http://xmlbeans.apache.org/";>
+
+https://xmlbeans.apache.org";>
 
 
 
+
+http://www.google.com/search"; method="get" class="roundtopsmall">
+  
+
+
+
+
+
 
@@ -52,7 +64,7 @@
 Home
 
 
-Download
+Download
 
 
 Documentation
@@ -99,37 +111,27 @@ document.write("Last Published: " + docu
 |start Menu
 +-->
 
-Download
-
-
-Current Release
+Download
+
+
+Binary/Source
 
 
-Which is right for you?
+XMLBeans 3.0.0
 
 
-Releases
+Verify 
release
 
 
-Source Code
+Dependencies
 
 
-Installing XMLBeans
+Source
 
+
+Building
 
-
-
-
-http://www.google.com/search"; method="get">
-  
-  
-
 
-
 
 
 
@@ -145,133 +147,339 @@ document.write("Last Published: " + docu
 |start content
 +-->
 
-XMLBeans Source and Binaries
-
-
-Current Release
-
-
-Current release: 3.0.0 released on June 29, 2018.
-
-Note
-XMLBeans 3.x.x requires Java 6 but can be used with 
schema files generated with earlier versions.
+XMLBeans Download
+
+
+
+
+Binary or source?
+
+
+29 June 2018 - XMLBeans 3.0.0 available
+
+
+Binary Distribution
+
+
+Source Distribution
+
+
+
+
+Verify release
+
+
+Dependencies
+
+
+XMLBeans Source
+
+
+Source via ViewSVN/CVS
+
+
+Source via SVN checkout
+
+
+Source via Git
+
+
+Building XMLBeans
+
+
+Windows
+
+
+Unix
+
+
+
+
+
+
 
 
-
-
-
-Binary or source?
+
+
+Binary or source?
 
 
-Most users will want to download a https://www.apache.org/dyn/closer.cgi/poi/xmlbeans/release/bin";>binary 
release of
-XMLBeans.  If you're interested in contributing or like to live on the 
bleeding edge, you
-may want to compile the source for yourself.
-  
+Most users will want to download a
+https://www.apache.org/dyn/closer.cgi/poi/xmlbeans/release/bin";>binary 
release
+
+of XMLBeans. If you're interested in contributing or like to 
live on the bleeding edge, you
+may want to compile the source for yourself.
+
 
-XMLBeans requires JDK 1.6. Last version to work with JDK 1.4 is 2.6.0 
which has not
-been updated in a while.
-  
+XMLBeans requires JDK 1.6. Last version to work with JDK 1.4 
is 2.6.0 which has not
+been updated in a while.
+
 
-Once you've downloaded the distribution or checked out the source,
-you should:
-  
+Once you've downloaded the distribution or checked out the 
source,
+you should:
+
 
-
+
 first read the README.txt
-
-read the installation 
guide
+
+read the
+installation guide
+
 
+
+check out the samples page
+
+
+check out the documentation page
+
+
+
+
+
 
-check out the samples page
-
-check out the documentation 
page
-  
+
+29 June 2018 - XMLBeans 3.0.0 available
+
+The Apache POI team is pleased to announce the release of XMLBeans 3.0.0.
+Featured are a handful of new areas of functionality and 
numerous bug fixes.
+
+
+Note
+XMLBeans 3.x.x requires Java 6 but can be used with 
schema files generated with earlier versions.
+
+
+A summary of changes is available in the
+https://www.apache.org/dyn/closer.lua/poi/xmlbeans/dev/RELEASE-NOTES-3.0.0.txt";>Release
+Notes.
+A full list of changes is available in the
+https://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?view=markup&pathrev=1833767";>
+change
+log
+
+or the corresponding https://issues.apache.org/jira/issues/?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%203.0.0%22";>
+Jira ticket.
+People interested should also follow the
+dev list
+to track progress.
+
+
+The XMLBeans source release as well as the pre-built binary 
deployment packages are listed below.
+

svn commit: r1835325 [5/7] - in /xmlbeans/site: ./ build/site/ build/site/community/ build/site/documentation/ build/site/download/ build/site/images/ build/site/projectManagement/ build/site/resource

2018-07-07 Thread kiwiwings
Modified: xmlbeans/site/src/documentation/content/xdocs/community/index.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/community/index.xml?rev=1835325&r1=1835324&r2=1835325&view=diff
==
--- xmlbeans/site/src/documentation/content/xdocs/community/index.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/community/index.xml Sat Jul  
7 18:22:12 2018
@@ -1,158 +1,200 @@
 
-http://apache.org/forrest/dtd/document-v12.dtd";>
+
+http://forrest.apache.org/dtd/document-v20.dtd";>
 
-   
-   XMLBeans Community
-   
-   
-   
-   Current Release
-   XMLBeans version 3.0.0 is the current release. If 
you're interested in the planning ideas that
-   went into version 2, see the features list at 
http://wiki.apache.org/xmlbeans/V2Features";>XMLBeans V2 
Features.
-   
-   
-   Bug Tracking
-   If you encounter a problem or have a question on how 
to do something,
-   you may find it useful to check the FAQ or search the 
user mailing list
-   archive (see below) first; then post to the user 
mailing list if
-   you do not find the answer to your question. If you 
encounter a bug,
-   you can open a bug report here: http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10436";>JIRA 
XMLBeans
-   
-   
-   Source Code Changes
-   You can view the latest changes to the XMLBeans 
source here: http://svn.apache.org/viewcvs.cgi/xmlbeans/trunk/CHANGES.txt";>CHANGES.txt
-   
-   
-   Mailing Lists
-   
-   User Mailing List
-   Medium Traffic Subscribe Unsubscribe
-   
-View the XMLBeans User List Archive for questions on 
using XMLBeans.
-
-(Searchable mailing list archives are also 
available at mail-archive.com.)
-   
-   
-   Developer Mailing List
-   Low Traffic Subscribe Unsubscribe
-   
-Use this mailing list for questions and/or 
issues related to development of XmlBeans. Archived messages can be found in 
the XMLBeans Dev List Archive.
-
-(Searchable mailing list archives are also 
available in mail-archive.com.)
-   
-   
-   SVN Mailing List
-   Low-Medium-High Traffic (just depends) Subscribe Unsubscribe
-   
-   This list is used for SVN checkin emails and 
similar SVN type issues.
-Archives of the XMLBeans SVN mailing list (including CVS 
commits prior to the move to SVN) are available here in mail-archives.apache.org.
-   
-   
-   
-   Who We Are
-   
-   Current XMLBeans Committers
-   
-   
-   The XMLBeans project is now managed by the 
https://poi.apache.org/who.html";>Apache POI PMC.
-   
-   
+
+XMLBeans Community
+
+
+
+Ideas
+If you're interested in the planning ideas that went into 
version 2, see the features list at XMLBeans V2 Features.
+
+
+
+Bug Tracking
+If you encounter a problem or have a question on how to do 
something,
+you may find it useful to check the FAQ or search the user 
mailing list
+archive (see below) first; then post to the user mailing list 
if
+you do not find the answer to your question. If you encounter 
a bug,
+you can open a bug report here:
+http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10436";>JIRA 
XMLBeans
+
+
+
+Source Code Changes
+You can view the latest changes to the XMLBeans source here:
+http://svn.apache.org/viewcvs.cgi/xmlbeans/trunk/CHANGES.txt";>CHANGES.txt
+
+
+
+
+Mailing Lists
+
+New Owner ...
+
+As Apache POI took over the further development of 
XMLBeans, we handle all user/development
+requests https://po

svn commit: r1835033 [2/2] - in /xmlbeans/site: build/site/ build/site/community/ build/site/documentation/ build/site/images/ build/site/resources/ build/site/samples/ build/site/sourceAndBinaries/ s

2018-07-03 Thread kiwiwings
Added: xmlbeans/site/src/documentation/resources/images/pb-xmlbeans.svg
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/resources/images/pb-xmlbeans.svg?rev=1835033&view=auto
==
--- xmlbeans/site/src/documentation/resources/images/pb-xmlbeans.svg (added)
+++ xmlbeans/site/src/documentation/resources/images/pb-xmlbeans.svg Tue Jul  3 
23:02:10 2018
@@ -0,0 +1,576 @@
+
+
+
+http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   xml:space="preserve"
+   width="202.278mm"
+   height="202.278mm"
+   version="1.1"
+   style="shape-rendering:geometricPrecision; 
text-rendering:geometricPrecision; image-rendering:optimizeQuality; 
fill-rule:evenodd; clip-rule:evenodd"
+   viewBox="0 0 20435 20435"
+   id="svg62"
+   sodipodi:docname="pb-xmlbeans.svg"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   
inkscape:export-filename="/home/kiwiwings/project/xmlbeans/site/src/documentation/resources/images/pb-xmlbeans.svg.png"
+   inkscape:export-xdpi="96"
+   inkscape:export-ydpi="96">image/svg+xmlhttp://purl.org/dc/dcmitype/StillImage"; 
/>
+ 
+  
+   <![CDATA[
+.fil0 {fill:none}
+.fil3 {fill:#2B2A29}
+.fil1 {fill:#555759}
+.fil2 {fill:white}
+.fil4 {fill:white;fill-rule:nonzero}
+.fnt0 {font-weight:normal;font-size:855.355px;font-family:'Arial Black'}
+.fnt1 {font-weight:normal;font-size:2316.58px;font-family:'Arial'}
+   ]]>
+  
+   
+
+   
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+ 
+ P
+
+O
+
+W
+
+E
+
+R
+
+E
+
+D
+
+ 
+
+B
+
+Y
+
+
+XML Beans
+XML Beans
+XML
 Beans
+
+
\ No newline at end of file

Modified: xmlbeans/site/src/documentation/skinconf.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/skinconf.xml?rev=1835033&r1=1835032&r2=1835033&view=diff
==
--- xmlbeans/site/src/documentation/skinconf.xml (original)
+++ xmlbeans/site/src/documentation/skinconf.xml Tue Jul  3 23:02:10 2018
@@ -65,20 +65,18 @@ which will be used to configure the chos
   
   XMLBeans
-  XMLBeans
+  XMLBeans provided by Apache POI
   http://xmlbeans.apache.org/
-  images/project-logo.gif
+  images/pb-xmlbeans.png
   
 
   
-  Apache XML
-  Apache XML
-  http://xml.apache.org/
-  images/group-logo.gif
-  
+  Apache Software Foundation
+  Apache Software Foundation
+  https://www.apache.org/
+  images/asf_logo.png
 
   
@@ -89,7 +87,7 @@ which will be used to configure the chos
   
 
   
-  2004
+  2004-2018
   The Apache Software Foundation.
   

svn commit: r1835033 [1/2] - in /xmlbeans/site: build/site/ build/site/community/ build/site/documentation/ build/site/images/ build/site/resources/ build/site/samples/ build/site/sourceAndBinaries/ s

2018-07-03 Thread kiwiwings
Author: kiwiwings
Date: Tue Jul  3 23:02:10 2018
New Revision: 1835033

URL: http://svn.apache.org/viewvc?rev=1835033&view=rev
Log:
Fix copyright year and update feathers logo

Added:
xmlbeans/site/build/site/images/asf_logo.png   (with props)
xmlbeans/site/build/site/images/pb-xmlbeans.png   (with props)
xmlbeans/site/src/documentation/resources/images/asf_logo.png   (with props)
xmlbeans/site/src/documentation/resources/images/asf_logo.svg
xmlbeans/site/src/documentation/resources/images/pb-xmlbeans.png   (with 
props)
xmlbeans/site/src/documentation/resources/images/pb-xmlbeans.svg
Modified:
xmlbeans/site/build/site/community/index.html
xmlbeans/site/build/site/documentation/conInstallGuide.html
xmlbeans/site/build/site/documentation/index.html
xmlbeans/site/build/site/documentation/tutorial_getstarted.html
xmlbeans/site/build/site/index.html
xmlbeans/site/build/site/linkmap.html
xmlbeans/site/build/site/news.html
xmlbeans/site/build/site/overview.html
xmlbeans/site/build/site/resources/index.html
xmlbeans/site/build/site/samples/AbstractTypes.html
xmlbeans/site/build/site/samples/Any.html
xmlbeans/site/build/site/samples/DateTime.html
xmlbeans/site/build/site/samples/MixedContent.html
xmlbeans/site/build/site/samples/OrderMatters.html
xmlbeans/site/build/site/samples/SampleTemplate.html
xmlbeans/site/build/site/samples/SchemaEnum.html
xmlbeans/site/build/site/samples/SubstitutionGroup.html
xmlbeans/site/build/site/samples/Validation.html
xmlbeans/site/build/site/samples/XQueryXPath.html
xmlbeans/site/build/site/samples/XmlTree.html
xmlbeans/site/build/site/samples/index.html
xmlbeans/site/build/site/samples/vxsdb.html
xmlbeans/site/build/site/sourceAndBinaries/index.html
xmlbeans/site/src/documentation/skinconf.xml

Modified: xmlbeans/site/build/site/community/index.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/community/index.html?rev=1835033&r1=1835032&r2=1835033&view=diff
==
--- xmlbeans/site/build/site/community/index.html (original)
+++ xmlbeans/site/build/site/community/index.html Tue Jul  3 23:02:10 2018
@@ -30,7 +30,7 @@
 |start group logo
 +-->
 
-http://xml.apache.org/";>
+https://www.apache.org/";>
 
 
 
-http://xmlbeans.apache.org/";>
+http://xmlbeans.apache.org/";>
 
 
 
-http://xml.apache.org/";>
+https://www.apache.org/";>
 
 
 
-http://xmlbeans.apache.org/";>
+http://xmlbeans.apache.org/";>
 
 

Modified: xmlbeans/site/build/site/documentation/index.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/documentation/index.html?rev=1835033&r1=1835032&r2=1835033&view=diff
==
--- xmlbeans/site/build/site/documentation/index.html (original)
+++ xmlbeans/site/build/site/documentation/index.html Tue Jul  3 23:02:10 2018
@@ -30,7 +30,7 @@
 |start group logo
 +-->
 
-http://xml.apache.org/";>
+https://www.apache.org/";>
 
 
 
-http://xmlbeans.apache.org/";>
+http://xmlbeans.apache.org/";>
 
 
 
-http://xml.apache.org/";>
+https://www.apache.org/";>
 
 
 
-http://xmlbeans.apache.org/";>
+http://xmlbeans.apache.org/";>
 
 

Added: xmlbeans/site/build/site/images/asf_logo.png
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/images/asf_logo.png?rev=1835033&view=auto
==
Binary file - no diff available.

Propchange: xmlbeans/site/build/site/images/asf_logo.png
--
svn:mime-type = application/octet-stream

Added: xmlbeans/site/build/site/images/pb-xmlbeans.png
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/images/pb-xmlbeans.png?rev=1835033&view=auto
==
Binary file - no diff available.

Propchange: xmlbeans/site/build/site/images/pb-xmlbeans.png
--
svn:mime-type = application/octet-stream

Modified: xmlbeans/site/build/site/index.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/index.html?rev=1835033&r1=1835032&r2=1835033&view=diff
==
--- xmlbeans/site/build/site/index.html (original)
+++ xmlbeans/site/build/site/index.html Tue Jul  3 23:02:10 2018
@@ -30,7 +30,7 @@
 |start group logo
 +-->
 
-http://xml.apache.org/";>
+https://www.apache.org/";>
 
 
 
-http://xmlbeans.apache.org/";>
+http://xmlbeans.apache.org/";>
 
 
 
-http://xml.apache.org/&quo

svn commit: r1835024 - in /xmlbeans: site/ site/build/docs/ site/build/site/ site/build/site/community/ site/build/site/documentation/ site/build/site/sourceAndBinaries/ site/src/documentation/ site/s

2018-07-03 Thread kiwiwings
Author: kiwiwings
Date: Tue Jul  3 21:21:11 2018
New Revision: 1835024

URL: http://svn.apache.org/viewvc?rev=1835024&view=rev
Log:
Fix 3.0.0 links

Removed:
xmlbeans/site/build/docs/
Modified:
xmlbeans/site/   (props changed)
xmlbeans/site/build/site/community/index.html
xmlbeans/site/build/site/documentation/conInstallGuide.html
xmlbeans/site/build/site/documentation/index.html
xmlbeans/site/build/site/documentation/tutorial_getstarted.html
xmlbeans/site/build/site/index.html
xmlbeans/site/build/site/linkmap.html
xmlbeans/site/build/site/news.html
xmlbeans/site/build/site/site.xml
xmlbeans/site/build/site/sourceAndBinaries/index.html
xmlbeans/site/src/documentation/content/xdocs/community/index.xml

xmlbeans/site/src/documentation/content/xdocs/documentation/conInstallGuide.xml
xmlbeans/site/src/documentation/content/xdocs/documentation/index.xml

xmlbeans/site/src/documentation/content/xdocs/documentation/tutorial_getstarted.xml
xmlbeans/site/src/documentation/content/xdocs/index.xml
xmlbeans/site/src/documentation/content/xdocs/news.xml
xmlbeans/site/src/documentation/content/xdocs/site.xml
xmlbeans/site/src/documentation/content/xdocs/sourceAndBinaries/index.xml
xmlbeans/site/src/documentation/skinconf.xml
xmlbeans/trunk/   (props changed)

Propchange: xmlbeans/site/
--
--- svn:ignore (added)
+++ svn:ignore Tue Jul  3 21:21:11 2018
@@ -0,0 +1,2 @@
+*.iml
+.idea

Modified: xmlbeans/site/build/site/community/index.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/community/index.html?rev=1835024&r1=1835023&r2=1835024&view=diff
==
--- xmlbeans/site/build/site/community/index.html (original)
+++ xmlbeans/site/build/site/community/index.html Tue Jul  3 21:21:11 2018
@@ -153,8 +153,8 @@ document.write("Last Published: " + docu
 
 Current Release
 
-XMLBeans version 2 is the current release. If you're interested in the 
planning ideas that
-   went into this version, see the features list 
at http://wiki.apache.org/xmlbeans/V2Features";>XMLBeans V2 
Features.
+XMLBeans version 3.0.0 is the current release. If you're interested in the 
planning ideas that
+   went into version 2, see the features list at 
http://wiki.apache.org/xmlbeans/V2Features";>XMLBeans V2 
Features.
 

 
@@ -180,7 +180,7 @@ document.write("Last Published: " + docu
 
 
 User Mailing List
-Medium Traffic mailto:user-subscribe.at.xmlbeans.apache.org";>Subscribe mailto:user-unsubscribe.at.xmlbeans.apache.org";>Unsubscribe
+Medium Traffic mailto:user-subscr...@poi.apache.org";>Subscribe mailto:user-unsubscr...@poi.apache.org";>Unsubscribe

 
 View the http://mail-archives.apache.org/mod_mbox/xmlbeans-user/";>XMLBeans User 
List Archive for questions on using XMLBeans.
@@ -188,7 +188,7 @@ document.write("Last Published: " + docu
 (Searchable mailing list archives are also available at http://www.mail-archive.com/user%40xmlbeans.apache.org/";>mail-archive.com.)
 
 Developer Mailing List
-Low Traffic mailto:dev-subscribe.at.xmlbeans.apache.org";>Subscribe mailto:dev-unsubscribe.at.xmlbeans.apache.org";>Unsubscribe
+Low Traffic mailto:dev-subscr...@poi.apache.org";>Subscribe mailto:dev-unsubscr...@poi.apache.org";>Unsubscribe

 
 Use this mailing list for questions and/or issues related to development of 
XmlBeans. Archived messages can be found in the http://mail-archives.apache.org/mod_mbox/xmlbeans-dev/";>XMLBeans Dev List 
Archive.
@@ -196,7 +196,7 @@ document.write("Last Published: " + docu
 (Searchable mailing list archives are also available in http://www.mail-archive.com/dev%40xmlbeans.apache.org/";>mail-archive.com.)
 
 SVN Mailing List
-Low-Medium-High Traffic (just depends) mailto:commits-subscribe.at.xmlbeans.apache.org";>Subscribe mailto:commits-unsubscribe.at.xmlbeans.apache.org";>Unsubscribe
+Low-Medium-High Traffic (just depends) mailto:commits-subscr...@xmlbeans.apache.org";>Subscribe mailto:commits-unsubscr...@xmlbeans.apache.org";>Unsubscribe

 
 This list is used for SVN checkin emails and similar SVN type issues.
@@ -208,7 +208,19 @@ document.write("Last Published: " + docu
 
 

-XMLBeans Committers
+Current XMLBeans Committers
+   
+
+
+   The XMLBeans project is now managed by the https://poi.apache.org/who.html";>Apache POI PMC.
+   
+
+
+   
+
+
+ 

svn commit: r1834912 - in /xmlbeans/site: build/ build/site/ build/site/community/ build/site/docs/1.0.4/guide/ build/site/docs/2.0.0/guide/ build/site/docs/2.0.0/reference/org/apache/xmlbeans/ build/

2018-07-02 Thread kiwiwings
Author: kiwiwings
Date: Mon Jul  2 22:34:55 2018
New Revision: 1834912

URL: http://svn.apache.org/viewvc?rev=1834912&view=rev
Log:
Add 3.0.0 javadocs / fix utf-8 files


[This commit notification would consist of 177 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

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



svn commit: r1834909 - /xmlbeans/site/build/site/skin/basic.css

2018-07-02 Thread kiwiwings
Author: kiwiwings
Date: Mon Jul  2 22:00:20 2018
New Revision: 1834909

URL: http://svn.apache.org/viewvc?rev=1834909&view=rev
Log:
Remove Attic stamp

Modified:
xmlbeans/site/build/site/skin/basic.css

Modified: xmlbeans/site/build/site/skin/basic.css
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/skin/basic.css?rev=1834909&r1=1834908&r2=1834909&view=diff
==
--- xmlbeans/site/build/site/skin/basic.css (original)
+++ xmlbeans/site/build/site/skin/basic.css Mon Jul  2 22:00:20 2018
@@ -14,17 +14,6 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-
-/* ATTIC NOTICE */
-body:before
-  { content:"2014/05/23 - Apache XMLBeans has been retired. For more 
information, please explore the Apache Attic (attic.apache.org)";
-background-color:red;
-float : top;
-color:black;
-font-weight:bold;
-padding: 25px;
-  }
-
 /**
  * General
  */
@@ -50,7 +39,6 @@ img { border: 0; }
 }
 
 .note, .warning, .fixme {
-  clear:right;
   border: solid black 1px;
   margin: 1em 3em;
 }
@@ -175,4 +163,4 @@ p {
 .codefrag {
   font-family: "Courier New", Courier, monospace;
   font-size: 110%;
-}
+}
\ No newline at end of file



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



svn commit: r1834906 - in /xmlbeans/site: build/site/index.html forrest.properties src/documentation/content/xdocs/index.xml

2018-07-02 Thread kiwiwings
Author: kiwiwings
Date: Mon Jul  2 21:56:34 2018
New Revision: 1834906

URL: http://svn.apache.org/viewvc?rev=1834906&view=rev
Log:
Announce XMLBeans 3.0.0

Modified:
xmlbeans/site/build/site/index.html
xmlbeans/site/forrest.properties
xmlbeans/site/src/documentation/content/xdocs/index.xml

Modified: xmlbeans/site/build/site/index.html
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build/site/index.html?rev=1834906&r1=1834905&r2=1834906&view=diff
==
--- xmlbeans/site/build/site/index.html (original)
+++ xmlbeans/site/build/site/index.html Mon Jul  2 21:56:34 2018
@@ -3,7 +3,7 @@
 
 
 
-
+
 
 Welcome to XMLBeans
 
@@ -197,9 +197,8 @@ document.write("Last Published: " + docu
 +-->
 
 Welcome to XMLBeans
-
   
-
+
 What is XMLBeans?
 
 XMLBeans is a technology for accessing XML by binding it to Java types. 
XMLBeans
@@ -225,45 +224,35 @@ document.write("Last Published: " + docu
   or the XMLBeans documentation (the Documentation tab on this 
website).
 
 
-
   
-
-Release: Apache XMLBeans 2.6.0 (August 14, 2012)
+
+Release: Apache XMLBeans 3.0.0 (June 29, 2018)
 
 
-   Latest release files http://www.apache.org/dyn/closer.cgi/xmlbeans";>are available.
+   Latest release files https://dist.apache.org/repos/dist/release/poi/xmlbeans/release/";>are 
available.
 
+The Apache POI project has unretired the XMLBeans project and taken the 
over the ownership.
 
Few of the improvements in this release (for a more complete list of 
changes see 
-   http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?revision=1364789&view=markup";>CHANGES.txt).
+   http://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?revision=1833767&view=markup";>CHANGES.txt
 or
+   https://issues.apache.org/jira/browse/XMLBEANS-517?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%203.0.0%22";>XMLBEANS-517).
 
 

-Add new xml option CopyUseNewSynchronizationDomain used for copy. This 
fixes the scenario when copy and access (ex. selectPath) are used in a 
multithreading environment.
-   
-Entitize \r when not in pretty print, this helps with maintainig \r 
entities
-   
-Update durations to latest spec.
+XMLBEANS-517: use safe XML parsers

-Fix for compiling schema that contains complex type with simple
-content that has facets defined in the base simple type
+XMLBEANS-515: remove piccolo support

-Introducing a default maximum entity replacement limit of 10kb, it can be 
controled by using the option XmlOptions.setLoadEntityBytesLimit.
+XMLBEANS-514: make Java 6 the lowest supported runtime

-Added multiple entry points and refactored code for xsd2inst code.
-   
-Many synchronization and stability bug fixes
+Fix for XMLBEANS-332: XMLBeans changes surrogate pair bytes to question 
marks
 
 
-
-  
-Note: Starting with XmlBeans 2.6.0, binary files are 
compatible with JDK1.6. Sources are still compatible with JDK 1.4. When using 
JDK 1.4, xmlbeans-qname.jar is required on classpath of your application 
alongside xbean.jar.
-
 
 
 
   
-
+
 
 
 
@@ -273,10 +262,10 @@ content that has facets defined in the b
 
 
   
-
+
 Getting Started
 
-
+
 Start off with your own stuff.
 If you want to get right to it with your own XML schema and instance, 
follow these basic steps:
 
@@ -313,11 +302,11 @@ for (int i = 0; i < empArray.length;
 

 
-
+
 Read a tutorial.
 Read our tutorial to 
get a sense of XMLBeans
basics.
-
+
 Read documentation and other information.
 On our documentation
 page, you'll find links to
several topics that describe XMLBeans 
features and how to use them. You'll also
@@ -326,7 +315,7 @@ for (int i = 0; i < empArray.length;
with new answers as they're needed.
 Don't forget the http://wiki.apache.org/xmlbeans/";>XMLBeans Wiki, which collects
lots of valuable information.
-
+
 Check out the samples.
 Many of the XMLBeans features are illustrated in our samples.
 

Modified: xmlbeans/site/forrest.properties
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/forrest.properties?rev=1834906&r1=1834905&r2=1834906&view=diff
==
--- xmlbeans/site/forrest.properties (original)
+++ xmlbeans/site/forrest.properties Mon Jul  2 21:56:34 2018
@@ -75,6 +75,10 @@
 #forrest.validate.stylesheets=${forrest.validate}
 #forrest.validate.skins=${forrest.validate}
 #forrest.validate.skins.stylesheets=${forrest.validate.skins}
+forrest.validate.sitemap=false
+forrest.validate.stylesheets=false
+forrest.validate.skins=false
+forrest.validate.ski

[GitHub] poi pull request #109: XDDF merge test with #62092

2018-04-15 Thread kiwiwings
GitHub user kiwiwings opened a pull request:

https://github.com/apache/poi/pull/109

XDDF merge test with #62092



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cuali/poi xddf-text

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/109.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #109


commit 06ab51eb34fec9f1cf8dcad423d311494c1bd2d7
Author: Alain FAGOT BEAREZ 
Date:   2017-12-31T14:27:54Z

fill in the text body, its paragraphs and text runs

commit 014b4d835cfc5f3e5c33df4581a147d517103cf9
Author: Alain Fagot Bearez 
Date:   2018-02-15T13:10:28Z

add warning message to help reduce duplicates of bug 60102

commit 188e9f56dc1be15a83e84f05624d677752e30f02
Author: Alain FAGOT BEAREZ 
Date:   2018-03-07T23:38:53Z

complete body properties with insets




---

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



RE: Apache POI 4.0/Java 8

2017-09-15 Thread kiwiwings
FYI - a while back we had already a discussion about format specific
packaging:
http://apache-poi.1045710.n5.nabble.com/Switch-to-maven-td5722213.html

Andi



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



Re: Discussions on POI 4.0 / Java7/8 voting

2017-08-21 Thread kiwiwings
Javen O'Neal-2 wrote
> How many releases into the 4.x series will we allow for API breaks? If we
> need to make all of our API changes by the time 4.0 final releases, then
> we
> might have a few more 4.0 betas than other releases (and probably wouldn't
> be ready for 4.0 final until Q2 2018).

I forgot to mention a voting about semantic versioning:
d) apply semantic versioning for 4.0.0+?

So we would have 4.0.1/.2... instead of the betas.
The problem with our beta-approach vs. semantic versioning is, that we can
have breaks in newly introduced APIs - and patch/minor versions ought to be
backwards-compatible. 
If this contradiction is ok for you, I would say, as long as we keep pushing
the patch versions,
we can keep changing the API.



Yegor Kozlov-4 wrote
> JDK 1.8 might be an acceptance killer for Apache Tika, one of our major
> consumers, as Tika still compiles on JDK 1.7. It makes sense to drop a
> line
> to @tika-dev and confirm it.

When writing the initial mail, I thought about this.
... but I like to have the feedback first of the POI PMCs.

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Discussions-on-POI-4-0-Java7-8-voting-tp5728560p5728564.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: XDDF implementation shared between XSSFChart and XSLFChart

2017-08-11 Thread kiwiwings
Hi Alain,

I have this issue on my todo-/watchlist, but I currently haven't got much
time for POI.
So if no-one else jumps in, you can ping me.

We haven't yet started with the preparations for 3.17 final/4.0 - so I
think, we'll get that one in before.

Best wishes,
Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/XDDF-implementation-shared-between-XSSFChart-and-XSLFChart-tp5728473p5728474.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Java 6 support

2017-07-09 Thread kiwiwings
It has been a while that we've discussed this topic ... or at least I
couldn't find another more recent/decent thread ... [1]

How about switching to Java 7 now?
If we'd do, will we change to version 4 then?

Andi



[1] http://apache-poi.1045710.n5.nabble.com/Java-6-support-td5721373.html



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Java-6-support-tp5721373p5728102.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: POI 3.16 Final?

2017-04-10 Thread kiwiwings
The errors don't look like blockers to me, so I try to fix the Extractor
errors
tonight - if they are no-brainers - and build the release candidate
afterwards.
If they involve more substantial rework, I guess it's ok to release (the
candidate) without the fix.

Andi




--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/POI-3-16-Final-tp5727121p5727191.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: 3.16 Beta1 vs 3.15 FINAL

2017-02-10 Thread kiwiwings
jeevan86 wrote
> By the way, any probable date decided on 3.16 FINAL release ?

We will usually have 2 betas before a final and try to release often, which
is currently every 2-3 month. I would expect the final to be announced by
end of April.





--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/3-16-Beta1-vs-3-15-FINAL-tp5726521p5726541.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: 3.16 Beta1 vs 3.15 FINAL

2017-02-09 Thread kiwiwings
Hi,

we have this policies here too [in my $dayjob], about not using those evil
beta releases.
In my point of view there's not so much difference between a beta and a
final release.
Before releasing we crunch through a big corpus of office files and do some
validations/verifications with our own test projects.
I guess the difference is more in validating that we haven't introduced
undocumented api breaks
and that it works nicely with Tika.

So if a beta works ok for your tests, then use the beta ... if not, please
open a bugzilla entry!

Best wishes,
Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/3-16-Beta1-vs-3-15-FINAL-tp5726521p5726527.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Vote threads - don't reuse old threads

2017-01-27 Thread kiwiwings
Hi,

I've just noticed, that that Javens 3.16-beta2 vote mail was somehow buried
in an old thread -
and this happened to me too once in a while ...

Please be aware, that using an old response as a template for a new thread
leads to a continuation
of the old thread (because of some header fields) - therefore copy&paste the
content and
don't respond to the old thread.

Not sure, if it makes to double-post the vote ...

Anyways, thanks for taking care of the release, Javen!

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Vote-threads-don-t-reuse-old-threads-tp5726386.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Build failed in Jenkins: POI-DSL-1.6 #17

2016-12-08 Thread kiwiwings
Hi,

how about storing those external jars in our svn?
findbugs and the extracted ooxml schemas xsds (zip) are good candidates.

Maybe the JDK6 with full security instead of the latest could work too.
This would also have the benefit, that a few more - currently ignored -
testcases would be activate, due to the availability of the unlimited jce
policy files.

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Build-failed-in-Jenkins-POI-DSL-1-6-16-tp5725861p5725878.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



RE: [VOTE] Apache POI 3.16-beta1 release (RC1)

2016-11-18 Thread kiwiwings
Thank you Javen for rolling this release - it seemed to be quite smooth :)

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/VOTE-Apache-POI-3-16-beta1-release-RC1-tp5725616p5725696.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: POI 3.16 beta 1 soon?

2016-11-10 Thread kiwiwings
I'm not sure if this is something we should start, but looking at SonarCube,
we could at least fix those new critical and major issues since last
release:

https://analysis.apache.org/component_issues?id=org.apache.poi%3Apoi-parent#resolved=false|severities=CRITICAL%2CMAJOR|createdAfter=2016-08-21T10%3A10%3A01%2B

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/POI-3-16-beta-1-soon-tp5725589p5725597.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: [VOTE] Apache POI 3.15 (RC2)

2016-09-15 Thread kiwiwings
David North wrote
> * I could do with input from those who use HSLF about whether to hold up
> another RC for the issue below.

I've already patched the HSLF issue yesterday, based on the placeholder
being a metroblob shape,
but I wanted to think about it, if this is really a good idea or if a
different indicator can be used, e.g. the placeholder only containing a
predefined field.

Regardless of the solution, I don't think, this is necessary to be fixed for
the final, as it simply doesn't show up in the PPT and is only nice-to-have
metadata.


David North wrote
> I may not have time to roll RC3 tonight ...

As we have elapsed the anniversary date, we don't need to rush it now ...

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/VOTE-Apache-POI-3-15-RC2-tp5724676p5724770.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Fwd: Re: xmlbeans successor

2016-08-01 Thread kiwiwings
In the meantime, there was some discussion on the legal list [1]

There was no definitely DO nor DON'T, but it looks like a Moxy fork would be
the way to go.
It would be nice if you read through that thread and post your two pence
here or there ...
If there's a lazy consensus, I'll continue my JAXB endeavour after my
current work (HSSF cryptoapi)

Andi.


[1] https://issues.apache.org/jira/browse/LEGAL-264



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/xmlbeans-successor-tp5722870p5724274.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: POI xlsx indeterminism

2016-08-01 Thread kiwiwings
Hi Armin,

just some random thoughts on this:
- the zip format is not deterministic, so don't compare zip streams
  (google for "zip stream deterministic", e.g. [1])
- xml is not deterministic, you would need to use a canonical form - look at
the xml signature mechanism
- we try to preserve the records with the native formats, so they are much
more likely to be deterministic
  ... but it's also not 100% sure ...
- I would sign the xml files and extract the hashes from the signature files

Andi


[1]
https://blog.pivotal.io/labs/labs/barriers-deterministic-reproducible-zip-files



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/POI-xlsx-indeterminism-tp5724269p5724270.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Fwd: Re: xmlbeans successor

2016-07-16 Thread kiwiwings
I've opened a ticket for it:
https://issues.apache.org/jira/browse/LEGAL-264



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/xmlbeans-successor-tp5722870p5724030.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Apache POI 3.14 issue with tables in PPTX files

2016-05-25 Thread kiwiwings
Hi,

rendering tables in XSLF is not yet supported (see [1]) ... that's one of
the issues I'm still carrying around with me 

As you've already mentioned, tables in HSLF are actual just a group of boxes
and lines,
therefore the groupshape rendering takes place there ...

Andi


[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=57766



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Apache-POI-3-14-issue-with-tables-in-PPTX-files-tp5723132p5723135.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



SonarQube job gone?

2016-05-18 Thread kiwiwings
Hi,

I've just checked the SonarQube Jenkins instance [1] and don't find our POI
job anymore.

Does anyone know about its whereabouts?
(i.e. yesterday it was still there ... and I guess no-one of us has the
rights to modify
this SonarQube instance, right?)

Andi


[1] https://analysis.apache.org/jenkins/



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/SonarQube-job-gone-tp5723077.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: [VOTE] Apache POI 3.15-beta1 release (RC1)

2016-04-08 Thread kiwiwings
Hi All,

Is it ok, to create RC2 from the trunk?
If not, I'll apply Tims changes to the 3.15-beta1 tag.

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/VOTE-Apache-POI-3-15-beta1-release-RC1-tp5722647p5722677.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



RE: [VOTE] Apache POI 3.15-beta1 release (RC1)

2016-04-08 Thread kiwiwings
Allison, Timothy B. wrote
> ZipPackage is fixed in r 1738251.
> 
> I'm going to try to run regular regression tests with rc1 as it is now.
> 
> 
> 
> B CB
>  [  X  ܚX KK[XZ[  ] ][  X  ܚX P K \X K ܙ B  ܈Y][ۘ[  [X[ 
> K[XZ[  ] Z[ K \X K ܙ B B

Thank you for the fix - when I've written the workaround I thought, this
case is so rare,
either the file can't be accessed (and therefore closing it is futile) or
the resource is closed
when the zippackage is closed ...

At least I can validate my release scripts now.

Btw. what's the meaning of your signature? ... I also have currently
problems with my laptop keyboard (http://bit.ly/1WhSa2z), but usually remove
those before posting ;)



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/VOTE-Apache-POI-3-15-beta1-release-RC1-tp5722647p5722676.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Beta time yet?

2016-03-30 Thread kiwiwings
Nick Burch-8 wrote
> Maybe annotate the release guide this time with anything that's tedious /
> needs lots of 
> manual work / etc, and for beta 2 hopefully someone can go through and 
> improve those bits? :)

I've already changed the naming of the maven artifacts (now without the
timestamp), the signing process and the uploading to the nexus last time, as
this bugged me, i.e. before I had to rename and move the files to the
correct dirs (maybe sign them again) and the nexus upload with a slow
internet connection is also time-consuming.

This time I think about ant-scripting the svn changes, e.g. un-/pinning of
the docs, creating the branch, uploading the artifacts.

I'd like to have something like:
- ant release-beta 
- ant release-final 

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Beta-time-yet-tp5722477p5722487.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Beta time yet?

2016-03-30 Thread kiwiwings
Nick Burch-8 wrote
> What do people think about doing a beta release in a few weeks time ...?

Last time it took ages between the thread start and the actual release.
As the general consensus is anyway having short release cycles,
I'll simply start the releasing trip on the next weekend (Friday evening).

Maybe I should spent some time to script more of the manual work ... -
as we use Jenkins here at my $dayjob, I'm used to (nearly)
one-click-releasing
the artifacts - I guess something like this would be possible with Ant too
...

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Beta-time-yet-tp5722477p5722481.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Jenkins / SVN sync log?

2016-03-29 Thread kiwiwings
Hi,

FYI ... I'm just wondering why Jenkins didn't notice my commits of last
night, e.g. [1]
Although the working copy has been updated, the changes aren't mentioned in
"recent changes" nor was the svn update check triggered.

So if you commit, have an eye on it.

Andi.

[1] http://svn.apache.org/viewvc?view=revision&revision=1736933



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Jenkins-SVN-sync-log-tp5722462.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Build failed in Jenkins: POI #1184

2016-03-23 Thread kiwiwings
Something similar happened in #1168 on windows2, where ant is not available.
Depending on their response, I'll follow up with that.
I have pinned both builds now in Jenkins, otherwise referring to failed
builds won't work for to long ...

Btw. the Jenkins slave labels are case-sensitive, therefore the old setting
"ubuntu||windows" never executed on the windows slaves.

Andi.


[1] https://builds.apache.org/job/POI/1168/console



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Build-failed-in-Jenkins-POI-1184-tp5722408p5722422.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



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

2016-03-02 Thread kiwiwings
Javen O'Neal wrote
> This was an insignificant change to POI, so I would omit it from the
> release notes.

Is there something which I should highlight instead?

I haven't reviewed those many changes and only use the assigned component in
bugzilla
to find out where a patch was finally applied to (i.e. "ss common" for both
merged region fixes).

Sorry for my ignorance and lack of involvement, but based on the headings in
the changes page,
most changes look minor to me ... so please prove me wrong and of course I
will change the
announcement accordingly

Andi





--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/VOTE-Apache-POI-3-14-final-release-RC1-tp5722149p5722152.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Alternative / Replacement for xmlbeans

2016-02-19 Thread kiwiwings
Hi Kai,

I'm working on it ... or at least fiddling around with JAXB in the
unimportant parts of POI
like the xml signature classes.

My plan is to evaluate how JAXB binder vs. xmlbeans works out.
If it's ok for the signature stuff - which is very picky when it comes to
namespaces and modifications generally - then I would move on to XSLF.

I guess, JAXB won't be used in (S)XSSF within the next 1-2 years.

Regarding the memory usage, I wonder if it wouldn't make sense to get rid of
a in-memory xml representation while working on the data ... but having no
xml infoset attached would give away a lot of flexibility ...
(this is at least true for XSLF, my knowledge about (S)XSSF is rather
limited ...)

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Alternative-Replacement-for-xmlbeans-tp5722053p5722055.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: 3.14 beta 2? 3.14 final?

2016-02-05 Thread kiwiwings
My first release was also without being in the web of trust.
I don't mind if you release without.

Andi.



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/3-14-beta-2-3-14-final-tp5721829p5721890.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: 3.14 beta 2? 3.14 final?

2016-02-03 Thread kiwiwings
Hi Nick,

Final or beta works both for me.

I'm currently digging in the JAXB support for the document signing and this
will have an impact on the security schemas, size-wise for the security
stuff it will be something like 1.9mb (old version) vs. 100kb (new version)
So either we decide to have the current schema stable for 3.14 and get the
change in 3.15 or
wait for me to cope with the JAXB adversities.

Andi.



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/3-14-beta-2-3-14-final-tp5721829p5721830.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



New powered by project logo

2016-01-27 Thread kiwiwings
Hi,

if no-one objects, I'll apply the new "powered by" logo [1] to the website
tonight,
as we are kinda invited to use the new template [2].

As I have already received a few informal "it's ok ..." responses from the
PMCs,
I resign of doing a full vote.

Andi


[1]
https://svn.apache.org/repos/asf/poi/site/src/documentation/resources/images/pb-poi.png
[2] http://www.apache.org/foundation/press/kit/



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/New-powered-by-project-logo-tp5721773.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Excel to PDF

2016-01-19 Thread kiwiwings
For my quick&dirty use cases, I usually read the Excel with POI and generate
a XML file to be processed by Apache FOP.

Andi




--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Excel-to-PDF-tp5721695p5721696.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



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

2016-01-14 Thread kiwiwings
Maybe its possible to split the compilation in smaller parts and reference
the already compiled schema,
i.e. something like in [1]
I guess this would lead to a faster compilation with a smaller memory
footprint.
... and of course this would fit with my plan to have separate
modules/schema jars :)

Andi

[1]
http://stackoverflow.com/questions/2743131/how-to-import-other-schema-jars-when-using-the-scomp-tool



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/GUMP-vmgump-Project-ooxml-schemas-in-module-poi-failed-tp5721599p5721603.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Left over from wmf tests

2015-12-28 Thread kiwiwings
Hi,

I've missed to remove some test code on last wmf check-in, which creates the
/remaining.dat.
feel free to remove it, I'll care about it tonight.

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Left-over-from-wmf-tests-tp5721415.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: adding external dependencies to POI

2015-12-28 Thread kiwiwings
I think it's ok to add common collections, as this is probably used in a lot
of applications
and I prefer linking to jars to copy&pasting.
Maybe you want to read [1] to make sure we don't add a serialization issue,
when user don't use a current version of commons collection.
I have to admit, that I haven't taken my time to fully understand, if this
would affect us,
maybe setting the map references as transient is enough ...

Andi.

[1]
http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/




--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/adding-external-dependencies-to-POI-tp5721402p5721403.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Java 6 support

2015-12-23 Thread kiwiwings
I'm ambivalent on this issue, as see our web sphere environment (at my
$DAYJOB at a big insurance company) languish around on IBM JDK 1.5 / 1.6 ...
and I guess that's a common problem.
On the other hand the projects usually still stick with POI 3.9, so it
doesn't matter.

It looks like Tika already moved to JDK 1.7 [1] - so this should be ok for
them.

So I'm "0" on this issue.

Andi.

[1] https://issues.apache.org/jira/browse/TIKA-1536



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Java-6-support-tp5721373p5721374.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



RE: Vote on 3.14-beta1

2015-12-16 Thread kiwiwings
Hi Tim,

please give us an update based on the latest fix.
If there are further exceptions, just send me the files/file-links and I'll
add a few more cookie-cutter *) test cases and try to fix them 

Andi

*) "Schema F" you would say in German ...



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Vote-on-3-14-beta1-tp5721228p5721313.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Vote on 3.14-beta1

2015-12-08 Thread kiwiwings
Dominik Stadler wrote
> I did some comparison to previous packages, the following directories
> were part of the poi-ooxml-schemas-jar, but are missing now. This is
> on purpose, right?

Yes, this was on purpose - see #58617 for details and justification

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Vote-on-3-14-beta1-tp5721228p5721235.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Merging security schema to full schema

2015-10-29 Thread kiwiwings
Hi David,

> And the suggested actions are: 
> * Do not merge ooxml-schemas and ooxml-security, but do add Maven 
> profiles allowing a switch between lite/full 

I'd like to give another reason for the first point.
The ooxml-schemas are based on the ECMA 376 1st Edition and are stable for a
while.
The other xmlbeans jars are quite recently and more likely to be changed -
at least I hope to fix the certificate based encryption in the next year or
so ... and maybe maybe, I'll move to jaxb for the encryption stuff - as I
did for the geometry stuff of common sl.

In my point of view, the only reason to provide a new ooxml-schemas would
be, when we finally switch to a newer edition. (see #56205 for that)
It would make things a bit more clear, what's actually inside the
ooxml-schemas.
Of course, I still the prefer the 2nd suggestion - but that's a bit more
todo, as the schemas rely on each other, e.g. PPT -> ODraw.

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Merging-security-schema-to-full-schema-tp5720561p5720749.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Running tests before commit

2015-10-07 Thread kiwiwings
I usually just run "ant clean test" and sometimes "ant forbbiden-apis-check".
When I've added new files, I usually execute "ant rat".

Of course, I also blush when my changes lead to failing builds, but
generally speaking, having a failing build is not a big issue for me -
either you can fix it in-time (1 or 2 days) or if it's a no-brainer somebody
will fix it for you.

As I did a lot of sonar fixes recently, I'd like to encourage you to have a
look at sonar [1] and fix issues when you already edit a certain class.
Even more comfortable is the sonar eclipse plugin [2] - it will highlight
the problematic lines.
Although the plugin doesn't seem to process the results of our sonar
instance, it will run a sonar check on it's own, when you click "SonarQube
-> Analyze" on the project.

Andi

[1] https://analysis.apache.org/dashboard/index/org.apache.poi:poi-parent
[2] http://docs.sonarqube.org/display/SONAR/Installing+SonarQube+in+Eclipse



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Running-tests-before-commit-tp5720496p5720514.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Build duration increased dramatically

2015-09-11 Thread kiwiwings
Hi,

the build times on jenkins increased dramatically from about 20 min. to now
1h 50min.
I haven't payed attention to as when the build times increased so much, but
I somehow
wonder if my Locale changes have something to do with it ...

Another reason could be, that after a successful build, we test the created
artifacts
and do another full build. Those 20 min. are from the times, when we haven't
had
that post-processing step.

I'm not sure if this makes sense, but we could move that post-processing to
a different,
but dependent Jenkins job.
Another reason for doing this is, that I've thought about activating the
java compile
warnings - at least Eclipse gives me around 4800 validation errors - and
thus we wouldn't
get duplicates ...

Maybe someone/me can fetch an old release and compare the junit times
locally?

Andi.




--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Build-duration-increased-dramatically-tp5720137.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



failing gump build and xmlinputfactory

2015-08-03 Thread kiwiwings
Hi,

our gump build is still failing [1] and I've tried to work around the
missing woodstox
reference in TestPPTX2PNG and PresetGeometries.

I don't understand why the fallback value is pointing to WstxInputFactory -
this should be the internal jdk class. the gump build is running under jdk8,
maybe I grabbed the wrong sources, but the code seemed to be similar to jdk7
and there the fallback value is a constant pointing to the internal xml
factory.

Do you have any glue?

Next step would be to contact the xerces guys.

Andi

[1]
http://vmgump.apache.org/gump/public/poi/poi/gump_work/build_poi_poi.html



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/failing-gump-build-and-xmlinputfactory-tp5719601.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: svn commit: r1682117 - /poi/site/src/documentation/content/xdocs/document/index.xml

2015-05-28 Thread kiwiwings
Nick Burch-2 wrote
> It certainly used to be the case that some users didn't want the X##F 
> family of documents, and didn't want larger extra dependencies that they 
> needed, so they liked us keeping the split. With the "special" way that 
> Android does things like javax.xml, I believe that this could still be the 
> case for at least some of our users

In the common_sl, I've started to use JAXB for parsing the predefined
geometry files. I guess - in the not so far future - the replacement of
xmlbeans by JAXB is another change, I'd like to introduce.
And having a component splitting, this change could be limited to (H/)XSLF
for a start.
This would probably reduce the schema-files and the format specific
classes would go into the component jar instead of the poi-ooxml -
of course there will ooxml binding classes which would be necessary
for all X##F components and the common poi-ooxml won't vanish.

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Re-svn-commit-r1682117-poi-site-src-documentation-content-xdocs-document-index-xml-tp5718914p5718928.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: [VOTE] Apache POI 3.12-final release (RC2)

2015-05-08 Thread kiwiwings
Hi,


Dominik Stadler wrote
> Andi will likely hate me for this, ...

Surely not hate ... it's more like fear (like in school: "which failures
have a made this time in the test?")
I thought I do as Nick said - release from a fresh svn copy - and this
worked without problems, so the ant build from svn works.

With my slow DSL, I've started to wonder anyway if we really need (to
upload/provide) those src archives. If someone wants to get involved, they
should fetch the trunk from the svn.

I haven't checked the latest commits, if you guys think they are safe, I
have no problems repacking the files and providing a new RC and also
checking (/patching if still necessary) the src archive.

My problem is, that I have (quite probably) a competition next week starting
on Wednesday (so no Tuesday night hacking) and the vote period is getting
short.


Dominik Stadler wrote
> I am fine with noting this as "known issue" as probably not many
> people will try to recompile the sources themselves, what do you
> think?

As pointed out above, I think most developers will use the SVN version.
I don't mind repacking again, but I'm also ok with leaving it as-is.

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/VOTE-Apache-POI-3-12-final-release-tp5718728p5718755.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: [VOTE] Apache POI 3.12-final release

2015-05-07 Thread kiwiwings
Hi,

Sorry, I wasn't aware that my test output files will be included in the src
package.
Thank you for pointing this out, Dominik.
I'll provide another RC tonight - basically repacking/checking the bin/src
packages for this issue
and moving them to the rc2 dir.
And droping a note into the release-guide.

Andi.



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/VOTE-Apache-POI-3-12-final-release-tp5718728p5718730.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Another beta?

2015-04-27 Thread kiwiwings
Hi Nick,


Nick Burch-2 wrote
> However, the great work on a common HSLF/XLSF stuff isn't 
> yet in trunk, so probably we don't want to do 3.12 final until that is

Actually, there are a lots of changes in HSLF and I would prefer to have a
stable version
with all the current fixes out, before I start pushing in my stuff.
Currently I'm fixing the HSLF tests or my implementation for it, but there's
still a lot todo.
And of course if the tests run through, I'd like your feedback about the API
breaks,
before I commit it to the trunk.


Nick Burch-2 wrote
> What do people think about us doing a new beta, 3.12 beta 2, fairly soon? 
> Worth doing now, or worth waiting for a specific bug/feature first?

I wouldn't mind if we have a final soon. 


Nick Burch-2 wrote
> Andreas - are you happy to be release manager once more, as/when everyone 
> thinks we're ready?

I think it worked out ok last time and with your detailed guideline it's a
straight forward task.
So I'm fine with playing release manager.

Best wishes,
Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Another-beta-tp5718591p5718592.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Thoughts on a 1 week countdown for POI 3.11 final?

2014-12-08 Thread kiwiwings
As the regression (#57250) and a signature bug is now fixed, I'm +1 for a
final.

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Thoughts-on-a-1-week-countdown-for-POI-3-11-final-tp5717262p5717335.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: Why is this breaking the tests?

2014-11-10 Thread kiwiwings
Have you tried applying the pastebin to your local XSSFTestDataSamples class
and run the TestStylesTable test?

The original source reference is not used again in these tests and I've got
unrelated errors, which seem not to be connected to closed resources.
Last time when I've tried the ubuntu live cd, this also happened there, so I
think it's not specific to the op-system.

Andi



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Why-is-this-breaking-the-tests-tp5717111p5717133.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



Re: org.apache.poi.poifs.crypt.TestSignatureInfo failing on trunk on Java 6?

2014-11-07 Thread kiwiwings
It should be probably "ping -c 4 www.google.com" ... otherwise it's endless
on Linux.
Of course in Windows it's called "ping -n 4 ..."




--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/org-apache-poi-poifs-crypt-TestSignatureInfo-failing-on-trunk-on-Java-6-tp5717032p5717073.html
Sent from the POI - Dev mailing list archive at Nabble.com.

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



  1   2   >