When I invoke jInstrument, either from the command line
or through the Ant task, NullPointerExceptions are
thrown when Repository.lookupClass() is called. This
only happens when the input classes are not on the
classpath.
I suspect that Repository.addClass() should be being
called at some point; it is called for contract
classes, but not for the classes that are being
instrumented?
For now, it all works for me as long as I put the input
directory on my classpath, but this seems suboptimal =)
Torne