You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Daniel Becheanu (JIRA)" <ji...@apache.org> on 2009/04/06 16:21:13 UTC

[jira] Created: (IVYDE-174) The sources/javadocs are not added for dependencies which dont have a fixed revision

The sources/javadocs are not added for dependencies which dont have a fixed revision
------------------------------------------------------------------------------------

                 Key: IVYDE-174
                 URL: https://issues.apache.org/jira/browse/IVYDE-174
             Project: IvyDE
          Issue Type: Bug
    Affects Versions: 2.0.0.final
         Environment: Eclipse 3.4.2 sr2 _x64
            Reporter: Daniel Becheanu



When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 

To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.

How to reproduce:

Add following  dependency. 

<dependency org="org.springframework" name="spring-context"
			rev="2.5.+" conf="default" transitive="false"/>
or
<dependency org="org.springframework" name="spring-context"
			rev="latest.integration" conf="default" transitive="false"/>
Clean all your ivy cache. Do resolve. 

If you want the dependency to add the javasource/javadoc you have to use fixed revision number

<dependency org="org.springframework" name="spring-context"
			rev="2.5.5" conf="default" transitive="false"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (IVYDE-174) The sources/javadocs are not added for dependencies which dont have a fixed revision

Posted by "Daniel Becheanu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Becheanu updated IVYDE-174:
----------------------------------

    Attachment:     (was: IVYDE-174_patch.txt)

> The sources/javadocs are not added for dependencies which dont have a fixed revision
> ------------------------------------------------------------------------------------
>
>                 Key: IVYDE-174
>                 URL: https://issues.apache.org/jira/browse/IVYDE-174
>             Project: IvyDE
>          Issue Type: Bug
>    Affects Versions: 2.0.0.final
>         Environment: Eclipse 3.4.2 sr2 _x64
>            Reporter: Daniel Becheanu
>         Attachments: IVYDE-174_patch.txt
>
>
> When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 
> To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.
> How to reproduce:
> Add following  dependency. 
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.+" conf="default" transitive="false"/>
> or
> <dependency org="org.springframework" name="spring-context"
> 			rev="latest.integration" conf="default" transitive="false"/>
> Clean all your ivy cache. Do resolve. 
> If you want the dependency to add the javasource/javadoc you have to use fixed revision number
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.5" conf="default" transitive="false"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-174) The sources/javadocs are not added for dependencies which dont have a fixed revision

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704085#action_12704085 ] 

Nicolas Lalevée commented on IVYDE-174:
---------------------------------------

Adam, to be notified of any change of this issue, you should be a "watcher" of it, see the "Watch it" link on the left.

> The sources/javadocs are not added for dependencies which dont have a fixed revision
> ------------------------------------------------------------------------------------
>
>                 Key: IVYDE-174
>                 URL: https://issues.apache.org/jira/browse/IVYDE-174
>             Project: IvyDE
>          Issue Type: Bug
>    Affects Versions: 2.0.0.final
>         Environment: Eclipse 3.4.2 sr2 _x64
>            Reporter: Daniel Becheanu
>            Assignee: Nicolas Lalevée
>             Fix For: 2.0.0.final
>
>         Attachments: IVYDE-174_patch.txt
>
>
> When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 
> To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.
> How to reproduce:
> Add following  dependency. 
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.+" conf="default" transitive="false"/>
> or
> <dependency org="org.springframework" name="spring-context"
> 			rev="latest.integration" conf="default" transitive="false"/>
> Clean all your ivy cache. Do resolve. 
> If you want the dependency to add the javasource/javadoc you have to use fixed revision number
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.6" conf="default" transitive="false"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-174) The sources/javadocs are not added for dependencies which dont have a fixed revision

Posted by "Adam Bryzak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704077#action_12704077 ] 

Adam Bryzak commented on IVYDE-174:
-----------------------------------

Sorry for not replying, for some reason I don't seem to get emails from this JIRA. I was running off the hudson builds.

> The sources/javadocs are not added for dependencies which dont have a fixed revision
> ------------------------------------------------------------------------------------
>
>                 Key: IVYDE-174
>                 URL: https://issues.apache.org/jira/browse/IVYDE-174
>             Project: IvyDE
>          Issue Type: Bug
>    Affects Versions: 2.0.0.final
>         Environment: Eclipse 3.4.2 sr2 _x64
>            Reporter: Daniel Becheanu
>            Assignee: Nicolas Lalevée
>             Fix For: 2.0.0.final
>
>         Attachments: IVYDE-174_patch.txt
>
>
> When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 
> To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.
> How to reproduce:
> Add following  dependency. 
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.+" conf="default" transitive="false"/>
> or
> <dependency org="org.springframework" name="spring-context"
> 			rev="latest.integration" conf="default" transitive="false"/>
> Clean all your ivy cache. Do resolve. 
> If you want the dependency to add the javasource/javadoc you have to use fixed revision number
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.6" conf="default" transitive="false"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-174) The sources/javadocs are not added for dependencies which dont have a fixed revision

Posted by "Daniel Becheanu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701969#action_12701969 ] 

Daniel Becheanu commented on IVYDE-174:
---------------------------------------

Did you use the trunk (from hudson) or the ivyde beta 1 from http://www.apache.org/dist/ant/ivyde/updatesite?

> The sources/javadocs are not added for dependencies which dont have a fixed revision
> ------------------------------------------------------------------------------------
>
>                 Key: IVYDE-174
>                 URL: https://issues.apache.org/jira/browse/IVYDE-174
>             Project: IvyDE
>          Issue Type: Bug
>    Affects Versions: 2.0.0.final
>         Environment: Eclipse 3.4.2 sr2 _x64
>            Reporter: Daniel Becheanu
>         Attachments: IVYDE-174_patch.txt
>
>
> When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 
> To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.
> How to reproduce:
> Add following  dependency. 
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.+" conf="default" transitive="false"/>
> or
> <dependency org="org.springframework" name="spring-context"
> 			rev="latest.integration" conf="default" transitive="false"/>
> Clean all your ivy cache. Do resolve. 
> If you want the dependency to add the javasource/javadoc you have to use fixed revision number
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.6" conf="default" transitive="false"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-174) The sources/javadocs are not added for dependencies which dont have a fixed revision

Posted by "Adam Bryzak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701874#action_12701874 ] 

Adam Bryzak commented on IVYDE-174:
-----------------------------------

I don't see this issue with my local repository. All of our dependencies are marked as latest.integration to make it simple to upgrade them and as long as the prefix of the jar filename is the same, IvyDE finds the javadocs and sources.

> The sources/javadocs are not added for dependencies which dont have a fixed revision
> ------------------------------------------------------------------------------------
>
>                 Key: IVYDE-174
>                 URL: https://issues.apache.org/jira/browse/IVYDE-174
>             Project: IvyDE
>          Issue Type: Bug
>    Affects Versions: 2.0.0.final
>         Environment: Eclipse 3.4.2 sr2 _x64
>            Reporter: Daniel Becheanu
>         Attachments: IVYDE-174_patch.txt
>
>
> When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 
> To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.
> How to reproduce:
> Add following  dependency. 
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.+" conf="default" transitive="false"/>
> or
> <dependency org="org.springframework" name="spring-context"
> 			rev="latest.integration" conf="default" transitive="false"/>
> Clean all your ivy cache. Do resolve. 
> If you want the dependency to add the javasource/javadoc you have to use fixed revision number
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.6" conf="default" transitive="false"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (IVYDE-174) The sources/javadocs are not added for dependencies which dont have a fixed revision

Posted by "Daniel Becheanu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Becheanu updated IVYDE-174:
----------------------------------

    Attachment: IVYDE-174_patch.txt

> The sources/javadocs are not added for dependencies which dont have a fixed revision
> ------------------------------------------------------------------------------------
>
>                 Key: IVYDE-174
>                 URL: https://issues.apache.org/jira/browse/IVYDE-174
>             Project: IvyDE
>          Issue Type: Bug
>    Affects Versions: 2.0.0.final
>         Environment: Eclipse 3.4.2 sr2 _x64
>            Reporter: Daniel Becheanu
>         Attachments: IVYDE-174_patch.txt
>
>
> When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 
> To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.
> How to reproduce:
> Add following  dependency. 
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.+" conf="default" transitive="false"/>
> or
> <dependency org="org.springframework" name="spring-context"
> 			rev="latest.integration" conf="default" transitive="false"/>
> Clean all your ivy cache. Do resolve. 
> If you want the dependency to add the javasource/javadoc you have to use fixed revision number
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.5" conf="default" transitive="false"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (IVYDE-174) The sources/javadocs are not added for dependencies which dont have a fixed revision

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Lalevée resolved IVYDE-174.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0.final
         Assignee: Nicolas Lalevée

Daniel, I think I have found a simpler solution to this issue, see r768297.
Please reopen if I missed something.
By the way thanks for attaching a patch which was pointing me to the faulty code.

> The sources/javadocs are not added for dependencies which dont have a fixed revision
> ------------------------------------------------------------------------------------
>
>                 Key: IVYDE-174
>                 URL: https://issues.apache.org/jira/browse/IVYDE-174
>             Project: IvyDE
>          Issue Type: Bug
>    Affects Versions: 2.0.0.final
>         Environment: Eclipse 3.4.2 sr2 _x64
>            Reporter: Daniel Becheanu
>            Assignee: Nicolas Lalevée
>             Fix For: 2.0.0.final
>
>         Attachments: IVYDE-174_patch.txt
>
>
> When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 
> To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.
> How to reproduce:
> Add following  dependency. 
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.+" conf="default" transitive="false"/>
> or
> <dependency org="org.springframework" name="spring-context"
> 			rev="latest.integration" conf="default" transitive="false"/>
> Clean all your ivy cache. Do resolve. 
> If you want the dependency to add the javasource/javadoc you have to use fixed revision number
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.6" conf="default" transitive="false"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (IVYDE-174) The sources/javadocs are not added for dependencies which dont have a fixed revision

Posted by "Daniel Becheanu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Becheanu updated IVYDE-174:
----------------------------------

    Attachment: IVYDE-174_patch.txt

> The sources/javadocs are not added for dependencies which dont have a fixed revision
> ------------------------------------------------------------------------------------
>
>                 Key: IVYDE-174
>                 URL: https://issues.apache.org/jira/browse/IVYDE-174
>             Project: IvyDE
>          Issue Type: Bug
>    Affects Versions: 2.0.0.final
>         Environment: Eclipse 3.4.2 sr2 _x64
>            Reporter: Daniel Becheanu
>         Attachments: IVYDE-174_patch.txt
>
>
> When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 
> To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.
> How to reproduce:
> Add following  dependency. 
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.+" conf="default" transitive="false"/>
> or
> <dependency org="org.springframework" name="spring-context"
> 			rev="latest.integration" conf="default" transitive="false"/>
> Clean all your ivy cache. Do resolve. 
> If you want the dependency to add the javasource/javadoc you have to use fixed revision number
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.5" conf="default" transitive="false"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (IVYDE-174) The sources/javadocs are not added for dependencies which dont have a fixed revision

Posted by "Daniel Becheanu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Becheanu updated IVYDE-174:
----------------------------------

    Attachment: IVYDE-174_patch_with_handling_alreadydownloaded_artifacts.txt

This file obsoletes the previous one. It also handles the case where the artifact is already downloaded.

> The sources/javadocs are not added for dependencies which dont have a fixed revision
> ------------------------------------------------------------------------------------
>
>                 Key: IVYDE-174
>                 URL: https://issues.apache.org/jira/browse/IVYDE-174
>             Project: IvyDE
>          Issue Type: Bug
>    Affects Versions: 2.0.0.final
>         Environment: Eclipse 3.4.2 sr2 _x64
>            Reporter: Daniel Becheanu
>         Attachments: IVYDE-174_patch.txt
>
>
> When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 
> To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.
> How to reproduce:
> Add following  dependency. 
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.+" conf="default" transitive="false"/>
> or
> <dependency org="org.springframework" name="spring-context"
> 			rev="latest.integration" conf="default" transitive="false"/>
> Clean all your ivy cache. Do resolve. 
> If you want the dependency to add the javasource/javadoc you have to use fixed revision number
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.5" conf="default" transitive="false"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (IVYDE-174) The sources/javadocs are not added for dependencies which dont have a fixed revision

Posted by "Daniel Becheanu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696393#action_12696393 ] 

Daniel Becheanu edited comment on IVYDE-174 at 4/6/09 11:04 PM:
----------------------------------------------------------------

removed the comment

      was (Author: daniel.becheanu):
    This file obsoletes the previous one. It also handles the case where the artifact is already downloaded.
  
> The sources/javadocs are not added for dependencies which dont have a fixed revision
> ------------------------------------------------------------------------------------
>
>                 Key: IVYDE-174
>                 URL: https://issues.apache.org/jira/browse/IVYDE-174
>             Project: IvyDE
>          Issue Type: Bug
>    Affects Versions: 2.0.0.final
>         Environment: Eclipse 3.4.2 sr2 _x64
>            Reporter: Daniel Becheanu
>         Attachments: IVYDE-174_patch.txt
>
>
> When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 
> To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.
> How to reproduce:
> Add following  dependency. 
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.+" conf="default" transitive="false"/>
> or
> <dependency org="org.springframework" name="spring-context"
> 			rev="latest.integration" conf="default" transitive="false"/>
> Clean all your ivy cache. Do resolve. 
> If you want the dependency to add the javasource/javadoc you have to use fixed revision number
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.5" conf="default" transitive="false"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (IVYDE-174) The sources/javadocs are not added for dependencies which dont have a fixed revision

Posted by "Daniel Becheanu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Becheanu updated IVYDE-174:
----------------------------------

    Description: 
When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 

To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.

How to reproduce:

Add following  dependency. 

<dependency org="org.springframework" name="spring-context"
			rev="2.5.+" conf="default" transitive="false"/>
or
<dependency org="org.springframework" name="spring-context"
			rev="latest.integration" conf="default" transitive="false"/>
Clean all your ivy cache. Do resolve. 

If you want the dependency to add the javasource/javadoc you have to use fixed revision number

<dependency org="org.springframework" name="spring-context"
			rev="2.5.6" conf="default" transitive="false"/>

  was:

When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 

To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.

How to reproduce:

Add following  dependency. 

<dependency org="org.springframework" name="spring-context"
			rev="2.5.+" conf="default" transitive="false"/>
or
<dependency org="org.springframework" name="spring-context"
			rev="latest.integration" conf="default" transitive="false"/>
Clean all your ivy cache. Do resolve. 

If you want the dependency to add the javasource/javadoc you have to use fixed revision number

<dependency org="org.springframework" name="spring-context"
			rev="2.5.5" conf="default" transitive="false"/>


> The sources/javadocs are not added for dependencies which dont have a fixed revision
> ------------------------------------------------------------------------------------
>
>                 Key: IVYDE-174
>                 URL: https://issues.apache.org/jira/browse/IVYDE-174
>             Project: IvyDE
>          Issue Type: Bug
>    Affects Versions: 2.0.0.final
>         Environment: Eclipse 3.4.2 sr2 _x64
>            Reporter: Daniel Becheanu
>         Attachments: IVYDE-174_patch.txt
>
>
> When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 
> To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.
> How to reproduce:
> Add following  dependency. 
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.+" conf="default" transitive="false"/>
> or
> <dependency org="org.springframework" name="spring-context"
> 			rev="latest.integration" conf="default" transitive="false"/>
> Clean all your ivy cache. Do resolve. 
> If you want the dependency to add the javasource/javadoc you have to use fixed revision number
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.6" conf="default" transitive="false"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (IVYDE-174) The sources/javadocs are not added for dependencies which dont have a fixed revision

Posted by "Daniel Becheanu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Becheanu updated IVYDE-174:
----------------------------------

    Attachment:     (was: IVYDE-174_patch_with_handling_alreadydownloaded_artifacts.txt)

> The sources/javadocs are not added for dependencies which dont have a fixed revision
> ------------------------------------------------------------------------------------
>
>                 Key: IVYDE-174
>                 URL: https://issues.apache.org/jira/browse/IVYDE-174
>             Project: IvyDE
>          Issue Type: Bug
>    Affects Versions: 2.0.0.final
>         Environment: Eclipse 3.4.2 sr2 _x64
>            Reporter: Daniel Becheanu
>         Attachments: IVYDE-174_patch.txt
>
>
> When we attach dependencies which are not having a fixed revision, the sources/javadoc are not attached in case ivy resolve does not find them. 
> To be more extact the code which accounts for ivy not finding sources/javadoc is not triggered.
> How to reproduce:
> Add following  dependency. 
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.+" conf="default" transitive="false"/>
> or
> <dependency org="org.springframework" name="spring-context"
> 			rev="latest.integration" conf="default" transitive="false"/>
> Clean all your ivy cache. Do resolve. 
> If you want the dependency to add the javasource/javadoc you have to use fixed revision number
> <dependency org="org.springframework" name="spring-context"
> 			rev="2.5.5" conf="default" transitive="false"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.