The xjavadoc dependency is incorrectly declared. This is an issue in
Jira already.
Possible solutions:
1) copy (don't move) the xjavadoc jar from xdoclet group to xjavadoc
group.
2) change the xdoclet plugin's xjavadoc dependency to use the xdoclet
groupId
3) create xjavadoc/jars/xjavadoc-1.0.2.jar in your own local repository
and point to it in repo remote.

Tim Chen
[EMAIL PROTECTED]


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 28, 2004 5:51 PM
To: [EMAIL PROTECTED]
Subject: Re: Sample EJB Project Using JBoss and Maven?


Hi, after installing the xdoclet plugin, I'm now getting the following
error message:

BEGIN TRANSCRIPT:

MY-MACHINE ~/workspace/webshop/WebShop-Beans
$ maven clean jar jar:install
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

clean:clean:
    [delete] Deleting directory
C:\workspace\webshop\WebShop-Beans\target

clean:

java:prepare-filesystem:
    [mkdir] Created dir:
C:\workspace\webshop\WebShop-Beans\target\classes

java:compile:
    [echo] XDoclet : Generation of EJB interfaces and deployments
Attempting to download xjavadoc-1.0.2.jar.
WARNING: Failed to download xjavadoc-1.0.2.jar.

BUILD FAILED
File...... file:/c:/workspace/webshop/WebShop-Beans/
Element... attainGoal
Line...... 18
Column.... 41
The build cannot continue because of the following unsatisfied
dependency:

xjavadoc-1.0.2.jar (no download url specified)

Total time: 8 seconds
Finished at: Wed Jan 28 14:45:51 PST 2004

END TRANSCRIPT:

However, I cannot locate file(s) where this dependency is listed.  In
the Webshop-Beans directory, the project.xml has a reference to the
following:

<dependency>
                        <groupId>xdoclet</groupId>
                        <artifactId>xjavadoc</artifactId>
                        <version>1.0</version>
                        <url>http://xdoclet.sourceforge.net/</url>
                        <type>jar</type>
                        <jar>xjavadoc-1.0.jar</jar>
                        <properties/>
                </dependency>

If anyone has any ideas as to how to resolve this error message, please
post to the group and/or send me an e-mail.

Thanks in advance,

-Conrad

> Quoting [EMAIL PROTECTED]:
> 
> > BUILD FAILED
> > File...... file:/c:/workspace/webshop/Webshop-Beans/
> > Element... attainGoal
> > Line...... 18
> > Column.... 41
> > No goal [xdoclet:ejbdoclet]
> > Total time: 11 seconds
> > Finished at: Tue Jan 27 17:36:50 PST 2004
> 
> Do you have the xdoclet plugin installed?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to