xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
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

Re: xdoclet dependency

2005-08-22 Thread Konstantin Priblouda
--- Dmitry Ochnev [EMAIL PROTECTED] 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

Re[4]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
Hello Jörg, Monday, August 22, 2005, 12:31:21 PM, you wrote: The group id for xjavadoc is xjavadoc and not xdoclet I have replaced the group id xdoclet with xjavadoc. Now I get the following: ---begin--- Attempting to download xjavadoc-1.2.jar. Response content length is not known Response

Re[6]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
Hello Jörg, Monday, August 22, 2005, 1:58:33 PM, you wrote: Attempting to download xjavadoc-1.2.jar. This does not exist. Latest release is 1.1. You should stay with the original version (or at least check, that your used version of XDoclet is compliant with the one of xjavadoc). Why then

Re: Re[6]: xdoclet dependency

2005-08-22 Thread Dennis Geurts
Hi Dmitry, only for the xjavadoc jar, you should use a groupId of xjavadoc and version 1.1 for the xdoclet jars groupId=xdoclet and version=1.2 so: dependency groupIdxjavadoc/groupId artifactIdxjavadoc/artifactId version1.1/version /dependency dependency groupIdxdoclet/groupId

RE: Re[6]: xdoclet dependency

2005-08-22 Thread Jörg Schaible
Dmitry Ochnev wrote on Monday, August 22, 2005 12:51 PM: Hello Jörg, Monday, August 22, 2005, 1:58:33 PM, you wrote: Attempting to download xjavadoc-1.2.jar. This does not exist. Latest release is 1.1. It does exist: http://www.ibiblio.org/maven/xdoclet/jars/ As long as you insist

Re[8]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
Hello Jörg, Monday, August 22, 2005, 3:08:47 PM, you wrote: What do you mean the original version? Version numbers of xjavadoc and xdoclet are not in sync. How can I know the correct combinations of versions of xjavadoc and xdoclet? -- Best regards, Dmitry

Re[8]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
Hello Dennis, Monday, August 22, 2005, 3:01:35 PM, you wrote: only for the xjavadoc jar, you should use a groupId of xjavadoc and version 1.1 for the xdoclet jars groupId=xdoclet and version=1.2 so: dependency groupIdxjavadoc/groupId artifactIdxjavadoc/artifactId version1.1/version

Re: Re[8]: xdoclet dependency

2005-08-22 Thread Dennis Geurts
Dmitry, maven-xdoclet-plugin depends on xjavadoc-1.0.2 this file seems to have disappeared from ibiblio.org/mavenhttp://ibiblio.org/maven! i do not know how to get it back there... Dennis On 8/22/05, Dmitry Ochnev [EMAIL PROTECTED] wrote: Hello Dennis, Monday, August 22, 2005, 3:01:35

Re: xdoclet dependency

2005-08-22 Thread Nicolas De Loof
xjavadoc-1.0.* exists on ibiblio with groupId 'xdoclet' latter versions (1.1) are registered under groupId xjavadoc. Dennis Geurts a écrit : Dmitry, maven-xdoclet-plugin depends on xjavadoc-1.0.2 this file seems to have disappeared from ibiblio.org/mavenhttp://ibiblio.org/maven! i do not

RE: Re[8]: xdoclet dependency

2005-08-22 Thread Jörg Schaible
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 idxdoclet/id version1.2/version /dependency dependency

Re[10]: xdoclet dependency

2005-08-22 Thread Dmitry Ochnev
Hello Jörg, Monday, August 22, 2005, 4:42:18 PM, you wrote: 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

Re: xdoclet dependency

2005-08-22 Thread Dennis Geurts
ok nicolas, thanks for the info (is must have copied it 'eons' ago and forgot about it afterwards), seems that some alteration is in order; either move/ copy the xjavadoc-1.0.* to xjavadoc or the maven-xdoclet-plugin (version 1.2) should incorporate a correct dependency. I do not think it is a

Re: xdoclet dependency

2005-08-22 Thread Nicolas De Loof
For info, http://maven.ozacc.com/search?keyword=xjavadoc is very usefull for such broken-dependecy-search. Nico. Dennis Geurts a écrit : ok nicolas, thanks for the info (is must have copied it 'eons' ago and forgot about it afterwards), seems that some alteration is in order; either move/