Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:i686 GNU/Linux
java version "1.4.2_02"
maven 1.0-rc1
-
Number of attachments :
Description
When attempting to run the Xdoclet Maven plugin, I get the following eror message:
Attempting to download xjavadoc-1.0.2.jar.
WARNING: Failed to download xjavadoc-1.0.2.jar.
The build cannot continue because of the following unsatisfied dependency:
xjavadoc-1.0.2.jar (no download url specified)
Then, while looking at the plugin's project.xml I see the following dependency:
<dependency>
<id>xjavadoc</id>
<version>1.0.2</version>
</dependency>
At first glance, it seems that xjavadoc should be under groupId "xdoclet". If I'm wrong, and you have decided to extract xjavadoc into a separate project of sorts, then it isn't uploaded onto ibiblio's maven repository, and that's the problem.
For now, I'll hack a solution by using Maven's jar override feature. In the future, it would be nice if the xdoclet release could be tested with a clean Maven installation to see if there are any kinks, as well as filing requests for having the jars uploaded onto ibiblio. I made the request myself, and most of the jars are there already.
Thanks!
Hi,
It is very strange as the XDoclet-Plugins project does not have any dependency on XJavadoc. The XDoclet-Plugins project contains plugins for the new XDoclet core (a.k.a. XDoclet 2) which is based on QDox.
I think you have reported to the wrong tracker and that this issue is relative to the XDoclet project. By the way, your report seems to be right.
See : http://opensource.atlassian.com/projects/xdoclet/secure/BrowseProject.jspa
Laurent.