ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/server/XMLReader/run
Revision: 1.1
Committed: Tue Nov 14 10:19:07 2000 UTC (23 years, 5 months ago) by pjm2
Branch: MAIN
Log Message:
Shell script for compiling and running XMLPacketMaker for those
who do not have their classpaths sorted yet.

File Contents

# 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