Scripts
- BBErr is a script that takes 'emacs' style errors and generates an applescript that opens a BBEdit results window with the information.
- build is a script that builds a java program using rawBuild, then sends the output to BBEdit using BBErr.
- rawBuild is a script that builds a java program using jikes. It expects the following file layout:
- 'entryPoints': a file containing the classes that are entry points into your app. This includes the 'main' class and any classes that are only not referenced directly in the program (e.g. loadClass("My.Class");). These entry points are listed relative the the 'src' directory.
- 'lib': a directory containing any jar files required by your app.
- 'build/classes': the resulting class directory.
- 'src': a directory containing the source hierarchy.
'build' will call BBErr to open a BBEdit results window.
comments/donations to: Will Uther(will@cs.cmu.edu)