Source & Javadoc do not attach when using workspace resolver
------------------------------------------------------------
Key: IVYDE-192
URL: https://issues.apache.org/jira/browse/IVYDE-192
Project: IvyDE
Issue Type: Bug
Components: workspace resolver
Affects Versions: 2.0.0.final
Environment: ubuntu 9.04 & windows vista
Reporter: Kurt Roekle
Priority: Minor
When using the workspace resolver the source & javadoc do not attach to
dependent jars. Ivy files seem to be correctly formated and source/javadoc do
exist. In the Ivy console the following errors appear:
[Eclipse Workspace resolver - skipping non-project artifact]
org.apache.wicket#wicket-jmx#775;1.4-rc6!wicket-jmx.jar(source)
[Eclipse Workspace resolver - skipping non-project artifact]
org.apache.wicket#wicket-jmx#775;1.4-rc6!wicket-jmx.jar(javadoc)
[Eclipse Workspace resolver - skipping non-project artifact]
org.apache.wicket#wicket#775;1.4-rc6!wicket.jar(source)
[Eclipse Workspace resolver - skipping non-project artifact]
org.apache.wicket#wicket#775;1.4-rc6!wicket.jar(javadoc)
The source/javadoc appears to attach correctly if not using the workspace
resolver.
Problem is further described in this post
http://www.nabble.com/IvyDE-not-attaching-source-java-doc-td24492331.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.