Filling in logging and making cross-compile work.

This commit is contained in:
Mark Harrah
2009-09-05 12:19:34 -04:00
parent e388ffd3a6
commit 8bfb2802fb
22 changed files with 404 additions and 151 deletions
@@ -0,0 +1,6 @@
package xsbti;
public abstract class CompileFailed extends RuntimeException
{
public abstract String[] arguments();
}