~zorba-coders/zorba/bugs-912586-912593-912722

« back to all changes in this revision

Viewing changes to test/update/Scripts/Readme.txt

  • Committer: Cezar Andrei
  • Date: 2012-03-28 15:42:12 UTC
  • mfrom: (10606.1.129 zorba)
  • Revision ID: cezar.lp@cezarandrei.com-20120328154212-jh2heq49xcqjppce
Merge from trunck and resolve ChangeLog conflict.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#
15
15
To generate a report for submitting to the W3C:
16
16
 
17
 
0.  For submitting reports to W3C one should compile Zorba with ZORBA_WITH_BIG_INTEGER=ON.  
18
 
    In order to generate the report for XQueryX compile Zorba by setting:
19
 
    ZORBA_XQUERYX=ON and ZORBA_TEST_XQUERYX=ON. These options are set to OFF by default.
 
17
0. For submitting reports to W3C one should compile Zorba with:
 
18
    ZORBA_WITH_BIG_INTEGER=ON
 
19
    ZORBA_XQUERYX=ON
 
20
    ZORBA_TEST_XQUERYX=ON
 
21
    ZORBA_TEST_W3C_TO_SUBMIT_RESULTS=ON
 
22
    All these options are set to OFF by default.
20
23
 
21
24
1.  Import XQUTS.
22
25
 
40
43
    Note that this assumes your build directory is ../../../build. If
41
44
    that is not true, specify the path to your build directory:
42
45
 
43
 
    cmake -D ZORBA_BUILD_DIR=/path/to/build -P Submit.cmake > zorba-xquts-submission.xml
 
46
    cmake -D ZORBA_BUILD_DIR=/path/to/build -P Submit_xquts.cmake > zorba-xquts-submission.xml
44
47
 
45
48
    The script depends on the XQUTS schema being located in
46
49