| 96 | | The {{{./run.sh}}} prefix above is necessary to invoke the correct Java virtual machine, while including the relevant jar files in the CLASSPATH (all included in the {{{trunk/ippToPsps/Jars}}} subdir) |
| | 96 | The {{{./run.sh}}} prefix above is necessary to invoke the correct Java virtual machine, while including the relevant jar files in the CLASSPATH (all included in the {{{trunk/ippToPsps/Jars}}} subdir) |
| | 97 | |
| | 98 | == Creating and publishing an 'IN' batch == |
| | 99 | |
| | 100 | The same program is used to create IN batches, but requires one extra argument, like this: |
| | 101 | |
| | 102 | {{{ |
| | 103 | ./run.sh ipptopsps.py someConfig.xml init |
| | 104 | }}} |
| | 105 | |
| | 106 | This will produce an IN batch, publish it, then stop (the IN-batch MySQL tables will also be updateded in the local scratch database). |