Dmitry Ochnev wrote on Monday, August 22, 2005 1:39 PM:

[snip]
> 
> It became better but it is still not working.
> Here is the part of the "project.xml":
> ---begin---
>     <!-- XDoclet dependencies -->
>     <dependency>
>       <id>xdoclet</id>
>       <version>1.2</version>
>     </dependency>
> 
>     <dependency>
>       <groupId>xdoclet</groupId>
>       <artifactId>xdoclet-web-module</artifactId>
>       <version>1.2</version>
>     </dependency>
> 
>     <dependency>
>       <groupId>xdoclet</groupId>
>       <artifactId>xdoclet-ejb-module</artifactId>
>       <version>1.2</version>
>     </dependency>
> 
>     <dependency>
>       <groupId>xjavadoc</groupId>
>       <artifactId>xjavadoc</artifactId>
>       <version>1.1</version>
>     </dependency>
> 
>     <dependency>
>       <groupId>xdoclet</groupId>
>       <artifactId>maven-xdoclet-plugin</artifactId>      
>       <version>1.2</version> <type>plugin</type>
>     </dependency>
> ---end---
> 
> And here is the output:
> ---begin---
> Tag library requested that is not present: 'maven' in plugin:
> 'maven-xdoclet-plugin-1.2' Attempting to download
> xjavadoc-1.0.2.jar. Response content length is not known
> Response content length is not known Response content length is not
> known WARNING: Failed to download xjavadoc-1.0.2.jar.
> 
> BUILD FAILED
> File...... D:\apptest2\maven.xml
> Element... attainGoal
> Line...... 23
> Column.... 43
> The build cannot continue because of the following
> unsatisfied dependency:
> 
> xjavadoc-1.0.2.jar
> ---end---
> 
> Where is the error?

This is what I mean with the *corresponding* version. The xdoclet-plugin 
defines the dependency to xjavadoc. Unfortunately xjavadoc-1.0.2 is not located 
at ibiblio, you must downloat it manually (remember the URL ;-) and install it 
into your local repo.

Regards,
Jörg

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

Reply via email to