The following comment has been added to this issue:

     Author: Carlos Sanchez
    Created: Sat, 18 Dec 2004 6:31 PM
       Body:
Could you try to see if this works?

<preGoal name="test:compile">
  <attainGoal name="aspectj"/>
</preGoal>

<postGoal name="test:test">
  <attainGoal name="clean"/>
  <attainGoal name="java:compile"/>
</postGoal>

---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPASPECTJ-15?page=comments#action_28179

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPASPECTJ-15

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPASPECTJ-15
    Summary: Add property that define output folder for aspectj:compile goal.
       Type: Improvement

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-aspectj-plugin
   Versions:
             3.2

   Assignee: 
   Reporter: Alexey Dashkevich

    Created: Fri, 3 Dec 2004 9:58 AM
    Updated: Sat, 18 Dec 2004 6:31 PM

Description:
It will be good to have property for destination folder for compiled sources. 
It will be very helpful when you have aspects only for unit tests and don't 
wont to have weaved classes in classes folder. 

I propose to use property with name "maven.aspectj.dest" that by default will 
set to "maven.build.dest".

I have attached patch where added proposed property and test case that use this 
property.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to