looks great! (anyone who can't see it, click on
the xindice image in the upper right corner of
the old screen).
come howto links are dead, but i'm sure that new
the site is in the process of being qa'd now
i am attaching (inline) the diff for the unix
howto (and a small typo fix to the install howto)
pls review & commit ...
if i am still doing this wrong, Vladimir, please
let me know.
thanks & congratulations!
On Tue, 26 Nov 2002, Vladimir R. Bossicard wrote:
> Ok I committed the new website into the xml-site/target/xindice
> repository. Now we just have to wait until the cron job updated the
> website. I certainly screwed up somewhere so please check the links and
> especially the pdf files (I certainly missed one -kb somewhere).
>
> -Vladimir
>
> --
> Vladimir R. Bossicard
> www.bossicard.com
>
>
Index:
xml-xindice/src/documentation/content/xdocs/community/howto/compilation/compilation.xml
===================================================================
RCS file:
/home/cvspublic/xml-xindice/src/documentation/content/xdocs/community/howto/compilation/compilation.xml,v
retrieving revision 1.3
diff -u -r1.3 compilation.xml
---
xml-xindice/src/documentation/content/xdocs/community/howto/compilation/compilation.xml
26 Nov 2002 09:20:42 -0000 1.3
+++
xml-xindice/src/documentation/content/xdocs/community/howto/compilation/compilation.xml
27 Nov 2002 02:58:01 -0000
@@ -56,7 +56,7 @@
]]></source>
<p>or tar:</p>
<source><![CDATA[
- tar zxf xindice-src-X.Y.tar.gz
+ tar -zxf xindice-src-X.Y.tar.gz
]]></source>
<note>The folder names are different</note>
</section>
Index:
xml-xindice/src/documentation/content/xdocs/community/howto/compilation/unix.xml
===================================================================
RCS file:
/home/cvspublic/xml-xindice/src/documentation/content/xdocs/community/howto/compilation/unix.xml,v
retrieving revision 1.2
diff -u -r1.2 unix.xml
---
xml-xindice/src/documentation/content/xdocs/community/howto/compilation/unix.xml
22 Nov 2002 19:39:25 -0000 1.2
+++
xml-xindice/src/documentation/content/xdocs/community/howto/compilation/unix.xml
27 Nov 2002 02:58:01 -0000
@@ -22,7 +22,6 @@
<p>See the <link href="prereqs.html">prerequisites</link> page.</p>
</prerequisites>
<steps title="Steps">
- <fixme author="dviner">Can someone verify these steps on a unix
machine?</fixme>
<section>
<title>Don't skip the prerequisites</title>
<p>Be sure to follow the <link
href="prereqs.html">prerequisites.</link>
@@ -30,18 +29,62 @@
</section>
<section>
<title>Verify your environment</title>
- <p>Get a new xterm window</p>
<p>Make sure you have the JAVA_HOME environment variable set.</p>
<source>
quintara:~> echo $JAVA_HOME
-/usr/java/jdk1.3.1_02
+/usr/java/jdk1.3.1_06
quintara:~>
</source>
</section>
<section>
<title>Compile</title>
- <p>Navigate to your the location where you untarred your Xindice
sources and run the compile.</p>
- <fixme author="dviner">What does the compilation look like in
Unix?</fixme>
+ <p>Navigate to the location where you untarred your
+ Xindice sources and run the <code>build.sh</code>
+ script. Your output will resemble:
+ </p>
+ <source>
+quintara:/xml-xindice> ./build.sh
+
+Xindice Build System
+--------------------
+
+Building with classpath java/lib/ant-1.5.1.jar:java/lib/commons-logging-1.0.
+1.jar:java/lib/infozone-tools.jar:java/lib/junit-3.8.1.jar:java/lib/junit-ad
+dons-1.1.jar:java/lib/junitperf-1.8.jar:java/lib/servlet.jar:java/lib/xalan-
+2.4.0.jar:java/lib/xercesImpl-2.1.0.jar:java/lib/xml-apis-1.0b3.jar:java/lib
+/xmldb-api-20021118.jar:java/lib/xmldb-api-sdk-20021118.jar:java/lib/xmldb-x
+update.jar:java/lib/xmlrpc-1.1.jar::/usr/java/jdk1.3.1_06/lib/tools.jar
+
+Starting Ant...
+Buildfile: ./build.xml
+
+init:
+
+src-build:
+
+test-build:
+
+examples-build:
+
+build:
+
+jar-release:
+
+war-release:
+
+examples-release:
+
+release:
+
+BUILD SUCCESSFUL
+Total time: 11 seconds
+ </source>
+ <warning>NOTE: Certain flavors of Unix require a space
+ after the <code>#!</code> in the first line of the
+ shell script. In this case, edit the <code>build.sh</code>
+ file and change the first line from "<code>#!/bin/sh</code>"
+ to "<code>#! /bin/sh</code>".
+ </warning>
</section>
<section>
<title>Verify the compilation</title>