> The generated class code does not contain debugging information, which > is required by JBlanket. JBlanket failed.
This is very similar to JBL-5, where someone else was using AspectJ and inserted constructors into their classes that didn't have debug information. This has been resolved by ignoring all excludedIndividualMethods during the instrumentation phase, so you should be able to work around it. See http://hackydev.ics.hawaii.edu:8080/browse/JBL-5 for more detail.
