Hello again,
I played a little bit with the maven-linkcheck-plugin.
First I delete the hole "maven-1.0-beta-8" directory and start form
scratch.
I was surprised, I get the plugin running:
maven-linkcheck-plugin:report-real:
[echo] BaseDir: C:\work\bora
[mkdir] Created dir: C:\work\bora\target\linkcheck
[mkdir] Created dir: C:\work\bora\target\linkcheck\docs
[echo] Generating the LinkCheck report
Rhino classes (js.jar) not found - Javascript disabled
[echo] maven.xdoc.src: C:\work\bora/target/linkcheck/docs
xdoc:performJSL:
[echo] Generating C:/work/bora/target/docs/linkcheck.html from
C:\work\bora\target\linkcheck\docs\linkcheck.xml
BUILD SUCCESSFUL
But I found no link in the maven menu or in the overview and the js.jar
was not found >:-(
I copied the missing "js.jar" file to the directory "repository/js/jars"
without success. So I copied the "js.jar" directly to the "lib" directory
and I get the following output:
maven-linkcheck-plugin:report-real:
[echo] BaseDir: C:\work\bora
[echo] Generating the LinkCheck report
[echo] maven.xdoc.src: C:\work\bora/target/linkcheck/docs
xdoc:performJSL:
[echo] Generating C:/work/bora/target/docs/linkcheck.html from
C:\work\bora\target\linkcheck\docs\linkcheck.xml
BUILD SUCCESSFUL
Total time: 2 minutes 42 seconds
Is this the right way?
Thomas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]