You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by co...@runbox.com on 2004/01/29 01:31:20 UTC

Re: Issues Building Webshop with Maven RC1?

Hi, I have several versions of the xjavadoc installed in my local repository:

xdoclet-xjavadoc-1.0.jar
xdoclet-xjavadoc-1.2b2.jar
xjavadoc-1.0.2.jar
xjavadoc-1.0.jar

Thus, I really don't understand why the Maven system cannot find it.  If anyone
has any ideas, please drop me a note and/or post to the group.

Thanks in advance,

-Conrad

> 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 conradwt@runbox.com:
> > 
> > > 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: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Issues Building Webshop with Maven RC1?

Posted by di...@multitask.com.au.
<co...@runbox.com> wrote on 29/01/2004 11:31:20 AM:

> Hi, I have several versions of the xjavadoc installed in my local 
repository:
> 
> xdoclet-xjavadoc-1.0.jar
> xdoclet-xjavadoc-1.2b2.jar
> xjavadoc-1.0.2.jar
> xjavadoc-1.0.jar

Where are they?

Maven is looking for

repo/xdoclet/xjavadoc-1.0.jar

Also, where is the dependency in the xdoclet plugin looking for it?


> Thus, I really don't understand why the Maven system cannot find it.  If 
anyone
> has any ideas, please drop me a note and/or post to the group.
> 
> Thanks in advance,
> 
> -Conrad
> 
> > 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.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org