The following comment has been added to this issue:
Author: dion gillard
Created: Fri, 8 Aug 2003 1:43 AM
Body:
Are you sure you're on b10? Here's my output:
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-beta-10
Attempting to download xdoclet-ejb-module-1.2b4.jar.
Error retrieving artifact from
[http://planetmirror.com/pub/maven/xdoclet/jars/xdoclet-ejb-module-1.2b4.jar]:
java.lang.Exception: Can'
t get xdoclet-ejb-module-1.2b4.jar to C:\Documents and
Settings\dion\.maven-1.0-beta-10\repository\xdoclet\jars\xdoclet-ejb-module-1.2b
4.jar
Error retrieving artifact from
[http://www.ibiblio.org/maven/xdoclet/jars/xdoclet-ejb-module-1.2b4.jar]:
java.net.ConnectException: Con
nection timed out: connect
WARNING: Failed to download xdoclet-ejb-module-1.2b4.jar.
Attempting to download xjavadoc-1.0.jar.
Error retrieving artifact from
[http://planetmirror.com/pub/maven/xdoclet/jars/xjavadoc-1.0.jar]:
java.lang.Exception: Can't get xjavad
oc-1.0.jar to C:\Documents and
Settings\dion\.maven-1.0-beta-10\repository\xdoclet\jars\xjavadoc-1.0.jar
Error retrieving artifact from
[http://www.ibiblio.org/maven/xdoclet/jars/xjavadoc-1.0.jar]: java.lang.Exception:
Can't get xjavadoc-1.
0.jar to C:\Documents and
Settings\dion\.maven-1.0-beta-10\repository\xdoclet\jars\xjavadoc-1.0.jar
WARNING: Failed to download xjavadoc-1.0.jar.
The build cannot continue because of the following unsatisfied dependencies:
xdoclet-ejb-module-1.2b4.jar
xjavadoc-1.0.jar
Total time: 26 seconds
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-575
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-575
Summary: Plugin loading : prefixing of groupId incorrectly
Type: Bug
Status: Unassigned
Priority: Major
Time Spent: Unknown
Remaining: Unknown
Project: maven
Fix Fors:
1.0-rc1
Versions:
1.0-beta-10
Assignee:
Reporter: Andy Jefferson
Created: Wed, 16 Jul 2003 7:25 AM
Updated: Thu, 31 Jul 2003 2:19 AM
Environment: Linux 2.4.21
Description:
I have the following dependencies in my project.xml
<dependency>
??? <groupId>xdoclet</groupId>
??? <artifactId>xdoclet-ejb-module</artifactId>
??? <version>1.2b4</version>
??? <url>http://xdoclet.sourceforge.net/</url>
??? </dependency>
<dependency>
??? <groupId>xdoclet</groupId>
??? <artifactId>xjavadoc</artifactId>
??? <version>1.0</version>
??? <url>http://xdoclet.sourceforge.net/</url>
</dependency>
I have installed the repository jars
xdoclet/jars/xdoclet-ejb-module-1.2b4.jar and
xdoclet/jars/xjavadoc-1.2b4.jar
When I try "maven clean" it finds the first of these, yet on the second it complains
that it cant find xdoclet-xjavadoc-1.0.jar
If I add the line <jar>xjavadoc-1.0.jar</jar> to the second dependency it doesnt
improve either ... still looking for xdoclet-xjavadoc-1.0.jar
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]