Recent Changes - Search:

About

Users

Internal

Other Info (External)

edit SideBar

InstallationGuide

Main.InstallationGuide History

Hide minor edits - Show changes to markup

June 15, 2010, at 07:59 PM by 67.193.200.143 -
Added lines 80-82:
June 15, 2010, at 02:47 AM by 192.12.69.138 -
Changed lines 52-55 from:
to:

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.

June 14, 2010, at 11:07 PM by 192.12.69.138 -
Changed lines 59-76 from:

TODO

to:

Assume 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
June 08, 2010, at 05:08 PM by 192.12.69.138 -
June 08, 2010, at 05:08 PM by 192.12.69.138 -
Changed lines 46-52 from:
to:

To run the JUnit tests of the temporal validator (a.k.a. txmllint), simply type:

$ ant unitttest
June 08, 2010, at 04:32 PM by 192.12.69.138 -
Changed line 41 from:

This command will first run all the JUnit tests and then create directories build and dist; it should compile

to:

This command will create directories build and dist; it should compile

June 08, 2010, at 12:32 PM by 192.12.69.138 -
Changed line 41 from:

This command will create directories build and dist; it should compile

to:

This command will first run all the JUnit tests and then create directories build and dist; it should compile

June 08, 2010, at 11:26 AM by 192.12.69.138 -
Changed lines 13-14 from:
  • The JUnit testing framework version 4.8.2 ("junit.jar"). See the JUnit webpage to download and for more details.
to:
  • The JUnit testing framework version 4.8.2 (junit.jar). See the JUnit webpage to download and for more details.
June 08, 2010, at 11:05 AM by 192.12.69.138 -
Changed lines 13-14 from:
  • The JUnit testing framework version 4.8.2 ("junit.jar"). See the http://www.junit.org/node/588 webpage to download and for more details.
to:
  • The JUnit testing framework version 4.8.2 ("junit.jar"). See the JUnit webpage to download and for more details.
June 08, 2010, at 11:01 AM by 192.12.69.138 -
Changed lines 13-14 from:
to:
  • The JUnit testing framework version 4.8.2 ("junit.jar"). See the http://www.junit.org/node/588 webpage to download and for more details.
Changed line 37 from:

$ ant build

to:

$ ant

Changed lines 1-2 from:
to:
Changed lines 35-36 from:
to:
Added lines 51-52:

TODO

Deleted lines 39-40:
   %> ant build
Added lines 34-39:
$ ant build
Changed lines 3-7 from:

Building tXSchema

To build tXSchema from the source, there are three steps involved:

to:

Building tXSchema

This page contains an overview on how to build and install the system.

To build tXSchema from the source, there are three steps involved:

Changed lines 42-46 from:

At this point, you have built tXSchema and are ready to install.

Installing tXSchema

to:

At this point, you have built tXSchema and are ready to install.

Installing tXSchema

Added lines 1-46:

Building tXSchema

To build tXSchema from the source, there are three steps involved:

Obtain the necessary third-party libraries.

  • Apache's Xalan version 2.7.1 (xalan-j.jar). See the Xalan webpage to download and for more details.
  • Apache's Xerces version 2.9.0 (xerces-j.jar, xml-apis.jar). See the Xerces webpage to download and for more details.
  • Apache's Jakarta's BCEL version 5.2 (bcel-5.2.jar). See the Jakarta Project webpage to download and for more details.

Important! After downloading these packages, make sure the fully qualified path for each of the .jar files listed above is present in your CLASSPATH environment variable.

Obtain Apache's 'Ant' build tool.

If ant is not already present on your system, browse to http://ant.apache.org/ to obtain and install ant. This project was developed using ant version 1.6.5 (built September 2006).

Run ant in the top level directory.

In the top level directory of this package, you will find a file named build.xml. The ant tool is expecting a file with this name; to begin the build process, simply type:

   %> ant build

This command will create directories build and dist; it should compile without any errors (but maybe a few warnings!). This process will create a new jar file (TXSchema.jar) located in the dist directory. Include this jar file in your CLASSPATH environment variable.

At this point, you have built tXSchema and are ready to install.

Installing tXSchema

Edit - History - Print - Recent Changes - Search
Page last modified on June 15, 2010, at 07:59 PM