--- 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 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
