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 y

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: xjavadoc xjavadoc 1.1 xdoclet xdoclet 1.2 xdoclet xdoclet-web-module 1.2 xdoclet xdoclet-ejb-module 1.2 etcetera... Dennis