[abc-users] Warning instead of error when type is not found

From: Thiago Bartolomei <thiagobart@gmail.com>
Date: Tue Aug 29 2006 - 12:48:04 BST

Hi,

abc sends an error when a type is not found in some pointcuts, where ajc
would just emit a warning. The following code, for example:

public aspect MyAspect {
   pointcut foo() : this(AClass);
}

Since AClass does not exist in the system, abc throws a "Could not find
advice formal or type "AClass"", while ajc just gives a warning. Is it
possible to send a command line argument to abc, so that this error becomes
a warning? I read the pdf with the command line options but could not find
that.

Best regards,
Thiago
Received on Tue Aug 29 12:49:07 2006

This archive was generated by hypermail 2.1.8 : Thu Aug 31 2006 - 23:50:07 BST