source: proiecte/PDAD/trunk/failurecause/pig/mr/jar.sh @ 154

Last change on this file since 154 was 154, checked in by (none), 14 years ago

PDAD project

  • Property svn:executable set to *
File size: 172 bytes
Line 
1#! /bin/sh
2
3mkdir failurecausefunc
4javac -cp $PIG_CLASSPATH -d failurecausefunc RealLabels.java
5jar -cvf failurecausefunc.jar -C failurecausefunc/ .
6rm -r failurecausefunc
Note: See TracBrowser for help on using the repository browser.