Changeset 13744


Ignore:
Timestamp:
2007-01-23T13:41:29+13:00 (17 years ago)
Author:
qq6
Message:

Change the file paths, but index.html didn't be split into several html files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl-documentation/tutorials/generate-workshop.bat

    r13636 r13744  
    99mkdir workshop
    1010
     11set top_dir=%CD%
     12set source_dir=%CD%\xml-source
     13set processing_dir=%CD%\processing
     14set output_dir=%CD%\workshop
     15cd ..
     16cd shared
     17set shared_dir=%CD%
     18cd %output_dir%
     19
    1120echo processing workshop
    1221
    13 cd workshop
    14 java -cp "..;%GSDLHOME%\gli;%GSDLHOME%\gli\classes;%GSDLHOME%\perllib;..\xalan.jar" -DGSDLHOME=%GSDLHOME% ApplyXSLT ..\xml-to-workshop.xsl ..\tutorial_en.xml | perl -S "%GSDLHOME%\gli\help\splithelpdocument.pl"
    15 java -cp "..;%GSDLHOME%\gli;%GSDLHOME%\gli\classes;%GSDLHOME%\perllib;..\xalan.jar" -DGSDLHOME=%GSDLHOME% ApplyXSLT ..\xml-to-one-workshop.xsl ..\tutorial_en.xml > workshop.html
     22java -cp "%shared_dir%;%GSDLHOME%\gli;%GSDLHOME%\gli\classes;%GSDLHOME%\perllib;%shared_dir%\xalan.jar" -DGSDLHOME=%GSDLHOME% ApplyXSLT %processing_dir%\xml-to-workshop.xsl %source_dir%\tutorial_en.xml | perl -S "%GSDLHOME%\gli\help\splithelpdocument.pl"
     23java -cp %shared_dir%;%GSDLHOME%\gli;%GSDLHOME%\gli\classes;%GSDLHOME%\perllib;%shared_dir%\xalan.jar -DGSDLHOME=%GSDLHOME% ApplyXSLT %processing_dir%\xml-to-one-workshop.xsl %source_dir%\tutorial_en.xml > workshop.html
    1624cd ..
    1725
Note: See TracChangeset for help on using the changeset viewer.