[ http://jira.codehaus.org/browse/MPASPECTJ-19?page=comments#action_38109 ]
     
Matt Smith commented on MPASPECTJ-19:
-------------------------------------

Here is what I think is going on.  When aspecj:compile goal is executed the 
AspectTest is not visible.  It is only visible when the 
maven.test.compile.src.set during the aspectj:test-compile.  Thus you get the 
warning.  Sample.aj is referencing classes (Dummy and AspectTest) from the 
sourceDirectory and the test directory.  Does that make since or am I off track.

> 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
>  Attachments: MPASPECTJ-19-2.txt, MPASPECTJ-19.txt
>
>
> 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