You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Paul Benedict (JIRA)" <ji...@codehaus.org> on 2009/10/14 18:06:26 UTC

[jira] Commented: (MECLIPSE-584) No eclipse classpath entries generated for aspectj dependencies

    [ http://jira.codehaus.org/browse/MECLIPSE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=194722#action_194722 ] 

Paul Benedict commented on MECLIPSE-584:
----------------------------------------

Agreed, this is an annoying bug. I upgrade my AspectJ libraries faster than Eclipse.

> No eclipse classpath entries generated for aspectj dependencies
> ---------------------------------------------------------------
>
>                 Key: MECLIPSE-584
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-584
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: AJDT support
>         Environment: Fedora 11
> Sun Java
>            Reporter: Ole Ersoy
>            Priority: Minor
>             Fix For: 2.8
>
>
> When I run eclipse:eclipse .classpath entries for the following elements don't get added:
>         <dependency>
>             <groupId>org.aspectj</groupId>
>             <artifactId>aspectjrt</artifactId>
>             <version>1.5.4</version>
>         </dependency>
>         
>         <dependency>
>             <groupId>org.aspectj</groupId>
>             <artifactId>aspectjweaver</artifactId>
>             <version>1.5.4</version>
>         </dependency>
> The dependencies are in the repository and I can add them manually myself like this:
>   <classpathentry kind="var" path="M2_REPO/org/aspectj/aspectjrt/1.5.4/aspectjrt-1.5.4.jar"/>
>   <classpathentry kind="var" path="M2_REPO/org/aspectj/aspectjweaver/1.5.4/aspectjweaver-1.5.4.jar"/>
> I really thought this had to be a user error, so I tried taking some dependency declarations that work, and just changing the body values to correspond with the bodies of the aspectj dependency declarations.  It still does not work.

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