Changeset 13744
- Timestamp:
- 2007-01-23T13:41:29+13:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl-documentation/tutorials/generate-workshop.bat
r13636 r13744 9 9 mkdir workshop 10 10 11 set top_dir=%CD% 12 set source_dir=%CD%\xml-source 13 set processing_dir=%CD%\processing 14 set output_dir=%CD%\workshop 15 cd .. 16 cd shared 17 set shared_dir=%CD% 18 cd %output_dir% 19 11 20 echo processing workshop 12 21 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 22 java -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" 23 java -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 16 24 cd .. 17 25
Note:
See TracChangeset
for help on using the changeset viewer.