You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/10/13 18:31:12 UTC

[jira] Closed: (MNG-578) dependencies otherthan of type jar are added to the .classpath

     [ http://jira.codehaus.org/browse/MNG-578?page=all ]
     
Brett Porter closed MNG-578:
----------------------------

     Assign To: Brett Porter  (was: Allan Ramirez)
    Resolution: Fixed

> dependencies otherthan of type jar are added to the .classpath
> --------------------------------------------------------------
>
>          Key: MNG-578
>          URL: http://jira.codehaus.org/browse/MNG-578
>      Project: Maven 2
>         Type: Bug
>   Components: maven-eclipse-plugin
>     Versions: 2.0-alpha-3
>  Environment: windows XP SP2 jdk 5.0
>     Reporter: Dennis Geurts
>     Assignee: Brett Porter
>     Priority: Minor
>      Fix For: 2.0-beta-4
>  Attachments: MNG-578.diff
>
> Original Estimate: 1 hour
>         Remaining: 1 hour
>
> If in the pom.xml a dependency of type 'tld' is added, this file is also added to the .classpath file
> eg.
> <dependency>
>    <artifactId>spring</artifactId>
>    <groupId>spring</groupId>
>    <version>1.0.2</version>
>    <scope>runtime</scope>
>   <type>tld</type>
> </dependency>
> results in:
> ...
> ...
>   <classpathentry kind="var" path="M2_REPO/spring/spring/1.0.2/spring-1.0.2.tld"/>
> ...
> this will result in a non-functional eclipse project.

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org