mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
stray svn refs
This commit is contained in:
parent
f76089be67
commit
ef16723148
@ -32,7 +32,7 @@
|
|||||||
<p>
|
<p>
|
||||||
The Javadocs for the latest (development) version of Apache POI
|
The Javadocs for the latest (development) version of Apache POI
|
||||||
can be <a href="dev/index.html">accessed online here</a>, or build
|
can be <a href="dev/index.html">accessed online here</a>, or build
|
||||||
from a <a href="site:subversion">source code checkout</a>
|
from a <a href="site:git">source code checkout</a>
|
||||||
by running the <em>javadocs</em> Ant task. The
|
by running the <em>javadocs</em> Ant task. The
|
||||||
<a href="dev/index.html">latest (development) Javadocs</a> are generally
|
<a href="dev/index.html">latest (development) Javadocs</a> are generally
|
||||||
updated every few weeks, so may lag the most recent development slightly.
|
updated every few weeks, so may lag the most recent development slightly.
|
||||||
|
|||||||
@ -76,7 +76,7 @@
|
|||||||
<strong>not</strong> present in POI releases up to and including 2.5. In
|
<strong>not</strong> present in POI releases up to and including 2.5. In
|
||||||
order to write properties you have to download a 3.0.x POI release,
|
order to write properties you have to download a 3.0.x POI release,
|
||||||
or retrieve the POI development version from the <a
|
or retrieve the POI development version from the <a
|
||||||
href="site:subversion">Subversion repository</a>.</note>
|
href="site:git">Git repository</a>.</note>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -49,11 +49,10 @@
|
|||||||
<em>libgcj </em>, presumably from the same version of GCC with which you compiled.
|
<em>libgcj </em>, presumably from the same version of GCC with which you compiled.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section><title>Subversion</title>
|
<section><title>Source Repository</title>
|
||||||
<p>
|
<p>
|
||||||
The POI-Ruby module sits under the POI <a href="https://github.com/apache/poi/tree/trunk/src/contrib/poi-ruby/">Subversion</a>
|
The POI-Ruby module sits under the POI <a href="https://github.com/apache/poi/tree/trunk/src/contrib/poi-ruby/">Git</a>.
|
||||||
<a href="https://github.com/apache/poi/tree/trunk/src/contrib/poi-ruby/">(viewvc)</a>. Running <em>make</em>
|
Running <em>make</em> inside that directory will create a loadable ruby extension <em>poi4r.so</em> in the release subdirectory. Tests
|
||||||
inside that directory will create a loadable ruby extension <em>poi4r.so</em> in the release subdirectory. Tests
|
|
||||||
are in the <em>tests/</em> subdirectory, and should be run from the <em>poi-ruby</em> directory. Please read the tests to figure out the usage.
|
are in the <em>tests/</em> subdirectory, and should be run from the <em>poi-ruby</em> directory. Please read the tests to figure out the usage.
|
||||||
</p>
|
</p>
|
||||||
<p>Note that the makefile, though designed to work across Linux/OS X/Cygwin, has been tested only on linux.
|
<p>Note that the makefile, though designed to work across Linux/OS X/Cygwin, has been tested only on linux.
|
||||||
|
|||||||
@ -469,13 +469,13 @@ some of the rows or cells. It can be found at
|
|||||||
<code>/poi-examples/src/main/java/org/apache/poi/examples/hssf/eventusermodel/XLS2CSVmra.java</code>,
|
<code>/poi-examples/src/main/java/org/apache/poi/examples/hssf/eventusermodel/XLS2CSVmra.java</code>,
|
||||||
and may be called on the command line, or from within your own code.
|
and may be called on the command line, or from within your own code.
|
||||||
The latest version is always available from
|
The latest version is always available from
|
||||||
<a href="https://github.com/apache/poi/tree/trunk/poi-examples/src/main/java/org/apache/poi/examples/hssf/eventusermodel/">subversion</a>.
|
<a href="https://github.com/apache/poi/tree/trunk/poi-examples/src/main/java/org/apache/poi/examples/hssf/eventusermodel/">git</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<em>In POI versions before 3.0.3, this code lived in the scratchpad section.
|
<em>In POI versions before 3.0.3, this code lived in the scratchpad section.
|
||||||
If you're using one of these older versions of POI, you will either
|
If you're using one of these older versions of POI, you will either
|
||||||
need to include the scratchpad jar on your classpath, or build from a</em>
|
need to include the scratchpad jar on your classpath, or build from a</em>
|
||||||
<a href="site:subversion">subversion checkout</a>.
|
<a href="site:git">git checkout</a>.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@ -46,13 +46,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section><title>Access the Version Controlled Source Code</title>
|
<section><title>Access the Version Controlled Source Code</title>
|
||||||
<p>
|
<p>Apache POI uses Git as its version control system. We switched from Subversion to Git
|
||||||
For general information on connecting to the ASF Subversion,
|
|
||||||
repositories, see the
|
|
||||||
<a href="https://www.apache.org/dev/version-control.html">version control page.</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>Apache POI uses Git as its version control system. We switch from Subversion to Git
|
|
||||||
in July 2025.
|
in July 2025.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@ -84,7 +84,7 @@
|
|||||||
the project vision, etc.</li>
|
the project vision, etc.</li>
|
||||||
<li>Use POI a bit, look for gaps in the documentation and examples.</li>
|
<li>Use POI a bit, look for gaps in the documentation and examples.</li>
|
||||||
<li>Join the <a href="site:mailinglists">mailing lists</a> and share your knowledge with others.</li>
|
<li>Join the <a href="site:mailinglists">mailing lists</a> and share your knowledge with others.</li>
|
||||||
<li>Get <a href="site:subversion">Subversion</a> and check out the POI source tree</li>
|
<li>Get <a href="site:git">Git</a> and check out the POI source tree</li>
|
||||||
<li>Documentation is always the best place to start contributing, maybe you found that if the documentation just told you how to do X then it would make more sense, modify the documentation.</li>
|
<li>Documentation is always the best place to start contributing, maybe you found that if the documentation just told you how to do X then it would make more sense, modify the documentation.</li>
|
||||||
<li>Contribute examples - if there's something people are often asking about on the <a href="site:mailinglists">user list</a> which isn't covered in the documentation or current examples, try writing an example of this and uploading it as a patch.</li>
|
<li>Contribute examples - if there's something people are often asking about on the <a href="site:mailinglists">user list</a> which isn't covered in the documentation or current examples, try writing an example of this and uploading it as a patch.</li>
|
||||||
<li>Get used to building POI, you'll be doing it a lot, be one with the build, know its targets, etc.</li>
|
<li>Get used to building POI, you'll be doing it a lot, be one with the build, know its targets, etc.</li>
|
||||||
@ -204,7 +204,7 @@
|
|||||||
<section><title>Approach 3 - the git way</title>
|
<section><title>Approach 3 - the git way</title>
|
||||||
<p>
|
<p>
|
||||||
If you are working on a Git clone of Apache POI (see the
|
If you are working on a Git clone of Apache POI (see the
|
||||||
<a href="site:subversion">Version Control page</a> for
|
<a href="site:git">Version Control page</a> for
|
||||||
more on the read-only Git mirrors), it is possible to generate
|
more on the read-only Git mirrors), it is possible to generate
|
||||||
a patch of your changes (including new binary files) using Git.
|
a patch of your changes (including new binary files) using Git.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@ -94,7 +94,7 @@ System.out.println("POI Scratchpad came from " + path);]]></source>
|
|||||||
<a href="site:components">the components overview section</a>
|
<a href="site:components">the components overview section</a>
|
||||||
for the artifact details to have maven download it for you.
|
for the artifact details to have maven download it for you.
|
||||||
If you download the source release of POI, and/or checkout the
|
If you download the source release of POI, and/or checkout the
|
||||||
source code from <a href="site:subversion">subversion</a>,
|
source code from <a href="site:git">git</a>,
|
||||||
then you can run the ant task "compile-ooxml-xsds" to have the
|
then you can run the ant task "compile-ooxml-xsds" to have the
|
||||||
OOXML schemas downloaded and compiled for you (This will also
|
OOXML schemas downloaded and compiled for you (This will also
|
||||||
give you the XMLBeans generated source code, in case you wish to
|
give you the XMLBeans generated source code, in case you wish to
|
||||||
|
|||||||
@ -236,7 +236,7 @@
|
|||||||
hard-working, talented folks to help us on the project, no matter your
|
hard-working, talented folks to help us on the project, no matter your
|
||||||
background. So if you're motivated, ready, and have the time: Download the
|
background. So if you're motivated, ready, and have the time: Download the
|
||||||
source from the
|
source from the
|
||||||
<a href="site:subversion">Subversion Repository</a>,
|
<a href="site:git">Git Repository</a>,
|
||||||
<a href="site:howtobuild">build the code</a>, join the
|
<a href="site:howtobuild">build the code</a>, join the
|
||||||
<a href="site:mailinglists">mailing lists</a>, and we'll be happy to
|
<a href="site:mailinglists">mailing lists</a>, and we'll be happy to
|
||||||
help you get started on the project!
|
help you get started on the project!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user