I get the following error:
[ivy:retrieve] :: FAILED DOWNLOADS ::
[ivy:retrieve] :: ^ see resolution messages for details ^ ::
[ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :: org.codehaus.sonar-plugins#sonar-ant-task;1.3!sonar-ant-task.zip(source)
[ivy:retrieve] :: org.codehaus.sonar-plugins#sonar-ant-task;1.3!sonar-ant-task.zip(javadoc)
All files from the maven repo are properly downloaded, but the ant script generated from the packager.xml seems to copy the source- and javadoc zips with a wrong name: sonar-ant-task.jar instead of sonar-ant-task.zip
Excerpt from the build log (... is the temp dir for brevity)
[ivy:retrieve] resource.N65551:
[ivy:retrieve] [copy] Copying 1 file to ...\ivypackager-m.weber\build\org.codehaus.sonar-plugins\sonar-ant-task\1.3\artifacts\javadocs
[ivy:retrieve] [copy] Copying ...\ivypackager-m.weber\cache\sonar-ant-task-1.3-javadoc.jar to ...\ivypackager-m.weber\build\org.codehaus.sonar-plugins\sonar-ant-task\1.3\artifacts\javadocs\sonar-ant-task.jar
[lines deleted]
[ivy:retrieve] downloading file:/.../ivypackager-m.weber/build/org.codehaus.sonar-plugins/sonar-ant-task/1.3/artifacts/javadocs/sonar-ant-task.zip ...
[ivy:retrieve] ivy.roundup: downloading file:/.../ivypackager-m.weber/build/org.codehaus.sonar-plugins/sonar-ant-task/1.3/artifacts/javadocs/sonar-ant-task.zip
[ivy:retrieve] WARN: [FAILED ] org.codehaus.sonar-plugins#sonar-ant-task;1.3!sonar-ant-task.zip(javadoc): ...\ivypackager-m.weber\build\org.codehaus.sonar-plugins\sonar-ant-task\1.3\artifacts\javadocs\sonar-ant-task.zip (Das System kann die angegebene Datei nicht finden) (0ms)
[ivy:retrieve] [NOT REQUIRED] org.codehaus.sonar-plugins#sonar-ant-task;1.3!sonar-ant-task.jar
[ivy:retrieve] WARN: [FAILED ] org.codehaus.sonar-plugins#sonar-ant-task;1.3!sonar-ant-task.zip(source): ...\ivypackager-m.weber\build\org.codehaus.sonar-plugins\sonar-ant-task\1.3\artifacts\sources\sonar-ant-task.zip (Das System kann die angegebene Datei nicht finden) (702ms)
[ivy:retrieve] WARN: ==== ivy.roundup: tried
[ivy:retrieve] WARN: http://ivyroundup.googlecode.com/svn/trunk/repo/modules/org.codehaus.sonar-plugins/sonar-ant-task/1.3/packager.xml
[ivy:retrieve] WARN: [FAILED ] org.codehaus.sonar-plugins#sonar-ant-task;1.3!sonar-ant-task.zip(javadoc): ...\ivypackager-m.weber\build\org.codehaus.sonar-plugins\sonar-ant-task\1.3\artifacts\javadocs\sonar-ant-task.zip (Das System kann die angegebene Datei nicht finden) (0ms)
Could someone verify this?
Thanks,
Martin
--
E-Mails sollten Text sein, Text und nur Text.
Wenn Gott gewollt hätte, dass E-Mails in HTML geschrieben würden,
endeten Gebete traditionell mit </amen>.
--
You received this message because you are subscribed to the Google Groups "ivyroundup" group.
To post to this group, send email to ivyro...@googlegroups.com.
To unsubscribe from this group, send email to ivyroundup+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ivyroundup?hl=en.
> Yes, there is a bug in the packager.xml. Should be fixed now.
Great! Thanks for the quick response.
There is an other minor glitch with the homepage URL of that module, it point to an outdated URL <http://docs.codehaus.org/display/SONAR/Sonar+Ant+Task>
Martin
There is an other minor glitch with the homepage URL of that module, it point to an outdated URL <http://docs.codehaus.org/display/SONAR/Sonar+Ant+Task>
> Yes, there is a bug in the packager.xml. Should be fixed now.
Verified. Download now works.
Martin