About Users Other Info (External) |
Main /
InstallationGuideBuilding tXSchemaThis page contains an overview on how to build and install the system. To build tXSchema from the source, there are three steps involved: Obtain the necessary third-party libraries.
Important!
After downloading these packages, make sure the fully qualified path for
each of the .jar files listed above is present in your Obtain Apache's 'Ant' build tool.If Run ant in the top level directory.In the top level directory of this package, you will find a file named
$ ant This command will create directories To run the JUnit tests of the temporal validator (a.k.a. txmllint), simply type: $ ant unitttest Note that the unittests are dependent on the results produced by the squash tool, it is highly recommended that the user follow the Tutorials first to run the squash tool on all four test cases and the perform the unittests. At this point, you have built tXSchema and are ready to install. Installing tXSchemaAssume the path name of the source code is $ /home/johndoe/tXSchema To run the system, please set the TXSCHEMA_HOME environment variable first $ export TXSCHEMA_HOME=/home/johndoe/tXSchema The executable scripts (namely squash, unsquash and txmllint) which invoke the TXSchema.jar package are located at $ /home/johndoe/tXSchema/executable |