Code Search for Developers
 
 
  

worksheet.sh from redshed at Krugle


Show worksheet.sh syntax highlighted

24	f #!/bin/sh

# Switch into this project's directory first!
cd ~/code/JAssert

# Clean, Compile and Execute it.
rm *.class

jikes -classpath "`pwd`/junit.jar:`/usr/bin/javaconfig DefaultClasspath`" -g *.java

java -classpath "`pwd`:`pwd`/junit.jar:`/usr/bin/javaconfig DefaultClasspath`" JAssertTest

rm *.class



See more files for this project here

redshed

Code for Mac+WebObjects.

Project homepage: http://sourceforge.net/projects/redshed
Programming language(s): C,Java,Objective C
License: other

  WebObjects/
    JAssertFramework/
      JAssertFramework.pbproj/
        project.pbxproj
  JAssert.java
  JAssertTest.java
  JAssertTestFailureHandler.java
  junit.jar
  worksheet.sh