Add messageHolderClass property
-------------------------------

         Key: MPASPECTJ-19
         URL: http://jira.codehaus.org/browse/MPASPECTJ-19
     Project: maven-aspectj-plugin
        Type: Improvement
    Versions: 3.2    
    Reporter: Matt Smith


from the iajc ant task documentation:

Specify a class to use as the message holder for the compile process. The entry 
must be a fully-qualified name of a class resolveable from the task classpath 
complying with the org.aspectj.bridge.IMessageHolder interface and having a 
public no-argument constructor.

Adding the ability to use a messageHolderClass requires two changes:
  1)  add maven.aspectj.messageHolderClass property and associated attribute 
messageHolderClass
  2)  add maven.dependency.classpath to the ant task def

Please see the attached file

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to