source: trunk/expeditee/MakeJar.sh@ 118

Last change on this file since 118 was 102, checked in by ra33, 16 years ago

Fixed bug preventing it from working in windows... and added comment to stop that happening again.

Added right click and drag to a line...

  • Property svn:executable set to *
File size: 437 bytes
Line 
1rm -f /root/workspace/Expeditee/bin/src/org/expeditee/*/*Test.class
2rm -f /root/workspace/Expeditee/bin/src/org/expeditee/*/*Test$*.class
3jar cvfm "/root/workspace/Expeditee/expeditee"/Expeditee.jar "/root/workspace/Expeditee/expeditee"/Manifest.txt -C /root/workspace/Expeditee/bin/src org
4
5
6echo ""
7echo "*****"
8echo "* This assumes you have freshly compiled Expeditee."
9echo "* If not, run COMPILE-EVERYTHING.sh first!"
10echo "*****"
Note: See TracBrowser for help on using the repository browser.