You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dmitry Ochnev <do...@custis.ru> on 2005/08/22 10:02:29 UTC

xdoclet dependency

Hello!

I have a trouble with the 'xdoclet' dependency.
I generate a web app using 'genapp':
maven genapp

The web application is generated and I launch:
maven

It tries to download the dependency and fails to build:
---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:\apptest\maven.xml
Element... attainGoal
Line...... 23
Column.... 43
The build cannot continue because of the following unsatisfied dependency:

xjavadoc-1.0.2.jar
---end---


How can I complete the build process?


-- 
Best regards,
 Dmitry                          mailto:dochnev@custis.ru


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


Re[2]: xdoclet dependency

Posted by Dmitry Ochnev <do...@custis.ru>.
Hello Konstantin,

Monday, August 22, 2005, 12:08:28 PM, you wrote:

> Aparently xjavadoc-1.0.2 is not available on ibiblio.
> YOu can compile it yourself, and place into your local
> maven repository. 


I have this jar (xjavadoc-1.0.2.jar) in my repository
("c:\my_home_dir\.maven\repository\xdoclet").
I also tried to launch "maven -o" to build offline but it fails too.
Where can be my mistake?


-- 
Best regards,
 Dmitry                            mailto:dochnev@custis.ru


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


Re: xdoclet dependency

Posted by Konstantin Priblouda <kp...@yahoo.com>.

--- Dmitry Ochnev <do...@custis.ru> wrote:

> Hello!
> 
> I have a trouble with the 'xdoclet' dependency.
> I generate a web app using 'genapp':
> maven genapp
> 
> The web application is generated and I launch:
> maven
> 
> It tries to download the dependency and fails to
> build:
> ---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:\apptest\maven.xml
> Element... attainGoal
> Line...... 23
> Column.... 43
> The build cannot continue because of the following
> unsatisfied dependency:
> 
> xjavadoc-1.0.2.jar
> ---end---
> 
> 
> How can I complete the build process?


Aparently xjavadoc-1.0.2 is not available on ibiblio. 
YOu can compile it yourself, and place into your local
maven repository. 

regards,

----[ Konstantin Pribluda http://www.pribluda.de ]----------------
Still using XDoclet 1.x?  XDoclet 2 is released and of production quality.
check it out: http://xdoclet.codehaus.org

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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