|
[
Permlink
| « Hide
]
Simon Brunning added a comment - 06/Oct/08 04:32 PM
Doesn't appear to have been fixed as of 2.0 rc-1.
I've updated the title to the real problem...
The problem occurred with the following dependency: workaround: use "latest.integration"
I've fixed your problem in SVN trunk.
Could you give it a try with trunk version of latest snapshot from http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt125&buildId=lastSuccessful Sorry - doesn't appear to have fixed the problem I'm having. I'm still not getting source and javadoc jars downloaded. I'll try and monkey up a bare bones example of the problem.
Example - src and javadoc not downloaded.
As an example we are resolving spring-webmvc ver 2.5.5 from http://repo1.maven.org/maven2/
i.e. http://repo1.maven.org/maven2/org/springframework/spring-webmvc/2.5.5 As you can see there is a sources.jar at this location which is not being brought down using the trunk version specified in the last comment. The attachment is a copy of the files from the Ivy Cache after a clean resolve. I cannot reproduce your problem.
If I add following dependency: <dependency org="org.springframework" name="spring-webmvc" rev="latest.release" conf="default" /> I end up with a source declaration in the ivy-file in the cache: <publications> <artifact name="spring-webmvc" type="jar" ext="jar" conf="master"/> <artifact name="spring-webmvc" type="source" ext="jar" conf="sources" m:classifier="sources"/> </publications> Could you post your settings.xml and build.xml file? Simon,
do you have more info? Maarten No further news from Simon, so I'll mark this as fixed because it works for me.
This problem may occur for instance if the the default ibiblio patterns are overwritten and the classifier token isn't specified. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||