Script: command-elementThe purpose of a command is to introduce jobs that will be executed outside WXT. Examples are ant-tasks, Prince and even running WXT with a different script. The definitions element may contain any number of command elements. <command id="" line="" wait=""/>
A command element may not contain any elements. Examples: <command id="copy" line="${myjobs}/myjobs.bat" /> <command id="makepdf" line="${ppath}/prince -s ${mystyles}/pstyles.css" ${mypages}/mypage.html/> where myjobs, ppath, mystyles and mypages are defined as pathfragments in the definitions element. |