blob: c522261e9c3363c544ab6ea33d013bc072e7cde8 [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 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 to the Incubated XMLBeans binary and development kit will go here as soon as we figure out how to get it on the mirrors</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>