You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Schnake (JIRA)" <ji...@codehaus.org> on 2007/07/17 20:35:13 UTC

[jira] Commented: (MECLIPSE-270) Add support for classpathentry attributes

    [ http://jira.codehaus.org/browse/MECLIPSE-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_102512 ] 

Michael Schnake commented on MECLIPSE-270:
------------------------------------------

And with eclipse 3.3, AJDT 1.5 and WTP (to correctly export classpath entry as J2EE Module Dependency) it becomes

<classpathentry kind="var" path="M2_REPO/org/springframework/spring-aspects/2.0.5/spring-aspects-2.0.5.jar">
	<attributes>
		<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
		<attribute name="org.eclipse.ajdt.aspectpath" value="true"/>
	</attributes>
</classpathentry>

Mike (another one ;-)

> Add support for classpathentry attributes
> -----------------------------------------
>
>                 Key: MECLIPSE-270
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-270
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.3
>            Reporter: Mike Youngstrom
>             Fix For: 2.5
>
>
> With eclipse 3.3 and AJDT 1.5 aspect jars are now configured as an attribute nested inside of the .classpath file's <classpathentry> element Like so:
> <classpathentry kind="var" path="M2_REPO/org/springframework/spring-aspects/2.0.5/spring-aspects-2.0.5.jar" sourcepath="M2_REPO/org/springframework/spring-aspects/2.0.5/spring-aspects-2.0.5-sources.jar">
> 	<attributes>
> 		<attribute name="org.eclipse.ajdt.aspectpath" value="true"/>
> 	</attributes>
> </classpathentry>
> It would be nice if it were possible to add attributes to classpathentry's with some kind of configuration syntax where maybe the dependency artifact and group are specified and then the attributes for that dependency.
> Mike

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