deventropy / junit-helper

JUnit Helper Classes
http://www.deventropy.org/junit-helper/
Apache License 2.0
1 stars 0 forks source link

Fix linkchecker reported issues - 2016A #18

Open bindul opened 8 years ago

bindul commented 8 years ago

This is a ticket to collect and track issues reported by linkchecker. Local run command (assume httpd on localhost is serviing the site at /deventropy/junit-helper/):

linkchecker --file-output=text --check-extern --anchors http://localhost/deventropy/junit-helper/

Issues in this go around:

bindul commented 8 years ago

Temporary workaround:

find ./ -type f -name "*.html" -exec sed -i -e 's/http:\/\/www.mojohaus.org\/buildnumber-maven-plugin\/buildnumber-maven-plugin/http:\/\/www.mojohaus.org\/buildnumber-maven-plugin\//g' {} \;
find ./ -type f -name "*.html" -exec sed -i -e 's/http:\/\/db.apache.org\/derby\/[a-z]*\/"/http:\/\/db.apache.org\/derby\/"/g' {} \;
find ./ -type f -name "*.css" -exec sed -i -e 's/^.*resources\/fonts\/dejavu\.css.*//g' {} \;