[ 
http://jira.codehaus.org/browse/MECLIPSE-544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=171985#action_171985
 ] 
Eric Berry edited comment on MECLIPSE-544 at 4/3/09 5:32 PM:
-------------------------------------------------------------

In the configuration of the eclipse plugin add <ajdtVersion>none</ajdtVersion>. 
This should fix the problem.

There is hidden documentation here 
http://maven.apache.org/plugins/maven-eclipse-plugin/examples/ajdt-projects.html
 that describes how to use the ajdt plugin.

      was (Author: ericeberry):
    In the configuration of the eclipse plugin add 
<ajdtVersion>none</ajdtVersion>. This should fix the problem.
  
> aspectj libraries do not get included anymore with 2.6
> ------------------------------------------------------
>
>                 Key: MECLIPSE-544
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-544
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>    Affects Versions: 2.6
>         Environment: Eclipse 3.4.2
>            Reporter: Alan Stewart
>         Attachments: pom.xml
>
>
> I included 2 aspectj libraries in a pom as per:
>               <dependency>
>                       <groupId>org.aspectj</groupId>
>                       <artifactId>aspectjrt</artifactId>
>                       <version>1.6.2</version>
>               </dependency>
>               <dependency>
>                       <groupId>org.aspectj</groupId>
>                       <artifactId>aspectjweaver</artifactId>
>                       <version>1.6.2</version>
>               </dependency>
> Since upgrading to the 2.6 version of t he plugin, these libraries are now 
> missing from my classpath. I can reproduce this with a very simple pom 
> attached. Change the version from 2.5.1 to 2.6 and check the .classpath.

-- 
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

        

Reply via email to