Date: 2004-02-20T20:42:12
Editor: 195.92.168.177 <>
Wiki: Xindice Wiki
Page: UpgradeTo11EmbedNotes
URL: http://wiki.apache.org/xindice/UpgradeTo11EmbedNotes
no comment
Change Log:
------------------------------------------------------------------------------
@@ -30,14 +30,13 @@
}}}
1. I built the source:
+
{{{
% ant build
% ant jar-release
}}}
- 1. Since that worked, I substituted the new xindice 1.1 directory for the
existing xindice 1.0 directory within my project project directory (i.e.,
xindice is a subdirectory of my project directory). The ant build.xml file for
my project reads the jar files found in the $XINDICE_HOME/java/lib directory
already, so no changes were necessary here. (I've also got an eXist
implementation within, so I manage both via properties)
-[[BR]]
-I moved the xindice-1.1b4-dev.jar file from the dist directory to the
$XINDICE_HOME/java/lib directory, and renamed it xindice.jar.
+ 1. Since that worked, I substituted the new xindice 1.1 directory for the
existing xindice 1.0 directory within my project project directory (i.e.,
xindice is a subdirectory of my project directory). The ant build.xml file for
my project reads the jar files found in the $XINDICE_HOME/java/lib directory
already, so no changes were necessary here. (I've also got an eXist
implementation within, and choose between them via a property.) I moved the
xindice-1.1b4-dev.jar file from the dist directory to the
$XINDICE_HOME/java/lib directory, and renamed it xindice.jar.
1. In my own application code I replaced the references as below: