[ http://jira.codehaus.org/browse/MECLIPSE-24?page=all ]

Jason van Zyl moved MNG-578 to MECLIPSE-24:
-------------------------------------------

        Version:     (was: 2.0-alpha-3)
    Fix Version:     (was: 2.0 (RC))
      Component:     (was: maven-eclipse-plugin)
       Workflow: jira  (was: Maven)
            Key: MECLIPSE-24  (was: MNG-578)
        Project: Maven 2.x Eclipse Plugin  (was: Maven 2)

> dependencies otherthan of type jar are added to the .classpath
> --------------------------------------------------------------
>
>          Key: MECLIPSE-24
>          URL: http://jira.codehaus.org/browse/MECLIPSE-24
>      Project: Maven 2.x Eclipse Plugin
>         Type: Bug

>  Environment: windows XP SP2 jdk 5.0
>     Reporter: Dennis Geurts
>     Assignee: Brett Porter
>     Priority: Minor
>  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to