blob: f808e59582d1876622e1ce5db4b4509ae441c99f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://apache.org/forrest/dtd/document-v12.dtd">
<document>
<header>
<title>XMLBeans Source and Binaries</title>
</header>
<body>
<section>
<title>XMLBeans Version 1.02 Binary and Development Kit</title>
<note>Incubated Build. XMLBeans is in the incubation process at Apache and the build provided here is not sanctioned as
an official Apache Release.</note>
<p><link href="http://www.apache.org/dyn/closer.cgi/xml/xmlbeans">Download XMLBeans Version 1.02 from one of the Apache mirrors.</link></p>
<p><link href="http://www.apache.org/dist/xml/xmlbeans/">You can also download from main Apache Distribution Site</link></p>
<p><link href="http://xml.apache.org/mirrors.cgi">Here is the main Apache XML Project Downloads page (Including XMLBeans)</link></p>
<p>You should verify the integrity of the files that you download. <link href="http://xml.apache.org/mirrors.cgi#verify">Here are some
instructions for verifying the integrity of a downloaded file</link></p>
</section>
<section>
<title>XMLBeans Source</title>
<section>
<title>Source via CVSView</title>
<p>XMLBeans source via CVSView: <link href="http://cvs.apache.org/viewcvs.cgi/xml-xmlbeans/">Here</link>
</p>
</section>
<section>
<title>Source via CVS checkout</title>
<p>If you have CVS installed on your machine you can issue the following commands to get XML Beans source:</p>
<source>
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
password: anoncvs
</source>
<source>cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout xml-xmlbeans</source>
</section>
<section>
<title>Building XMLBeans Version 1.0</title>
<section>
<title>Windows</title>
<p>After the steps above you should see an xml-xmlbeans directory:</p>
<source>
cd xml-xmlbeans\v1
xbeanenv
ant
</source>
<p>This will create a build directory containing the executables. The <code>xbeans.jar</code> is in the <code>xml-beans\v1\ar</code> directory. Try
<code>ant -projecthelp</code> to see other build options.</p>
</section>
<section>
<title>Unix</title>
<p>need blurb here on building in Unix, very simiilar to above Windows build</p>
</section>
</section>
</section>
</body>
</document>