Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Be sure to source env.sh, so that the TRAFODION_VER environment variable is defined.
  2. Build everything using mvn clean post-site in the top-level directory.
    1. As above, to skip over JDBC dependency, use mvn -P'!jdbc' post-site.
    2. If run into outofmemory Java exception, try "export MAVEN_OPTS="-Xmx2048m -Xms1024m -XX:MaxPermSize=512m"
  3. Verify the contents in the generated docs/target directory.
    1. All documents are in docs/target/docs directory.

...

The external version of the Trafodion Document Tree is published to http://trafodion.incubator.apache.org/docs. Please refer to Publish below.

...

Version DirectoryContentWeb Site Directory
latestKnown place for the latest version of a document.trafodion.incubator.apache.org/docs/<document-name>
<version>Release-specific version of a document.trafodion.incubator.apache.org/docs/<version>/<document-directory>

...