Skip to content

Instantly share code, notes, and snippets.

@rlm
Created July 18, 2011 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlm/1090173 to your computer and use it in GitHub Desktop.
Save rlm/1090173 to your computer and use it in GitHub Desktop.

Setup

First, I checked out the source to jMonkeyEngine using the following command:

# svn checkout http://jmonkeyengine.googlecode.com/svn/trunk/engine jme3
sleep 2;
echo " Checked out revision 7881."

#+results[41b64eeb0a6cd4c98f3d52ace4342bfde961aeab]:

 Checked out revision 7881.

Building jMonkeyEngine is easy enough:

#cd jme3
#ant jar | tail -n 2
sleep 2;
echo "BUILD SUCCESSFUL\nTotal time: 11 seconds";

#+results[6f2a3e338f959eebdee983364c8c621ed0e49618]:

BUILD SUCCESSFUL
Total time: 11 seconds

The html export for this is wrong because it re-evaulates the second code block. If you comment out the first code block, then it does NOT re-evaulate the second code block, leading me to think that it only does the right behavour for the first block in any file. This makes me very sad because each of these commands takes ~15-30 seconds on my machine.

sincerely, Robert McIntyre

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment