| Revision: | 1.2 | 
| Committed: | Wed Nov 15 01:13:42 2000 UTC (24 years, 11 months ago) by tdb | 
| Branch: | MAIN | 
| CVS Tags: | PROJECT_COMPLETION, HEAD | 
| Changes since 1.1: | +3 -0 lines | 
| Log Message: | Made this change when I was giving it a whirl myself, thought others might find it useful ? maybe... :) | 
| # | Content | 
|---|---|
| 1 | echo Compiling XMLPacketMaker and running it on test.xml: - | 
| 2 | javac -classpath ".:/home/proj/co600_10/xml-lib/jaxp.jar:/home/proj/co600_10/xml-lib/parser.jar" XMLPacketMaker.java | 
| 3 | java -classpath ".:/home/proj/co600_10/xml-lib/jaxp.jar:/home/proj/co600_10/xml-lib/parser.jar" XMLPacketMaker test.xml | 
| 4 | echo Running XMLPacketMaker on test.bad: - | 
| 5 | java -classpath ".:/home/proj/co600_10/xml-lib/jaxp.jar:/home/proj/co600_10/xml-lib/parser.jar" XMLPacketMaker test.bad | 
| 6 |