You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2007/04/11 15:28:07 UTC

svn commit: r527486 - /tomcat/connectors/trunk/jk/tools/jkrelease.sh

Author: mturk
Date: Wed Apr 11 06:28:06 2007
New Revision: 527486

URL: http://svn.apache.org/viewvc?view=rev&rev=527486
Log:
Add more options for links/elinks so it doesn't dump links in generated text files.

Modified:
    tomcat/connectors/trunk/jk/tools/jkrelease.sh

Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/tools/jkrelease.sh?view=diff&rev=527486&r1=527485&r2=527486
==============================================================================
--- tomcat/connectors/trunk/jk/tools/jkrelease.sh (original)
+++ tomcat/connectors/trunk/jk/tools/jkrelease.sh Wed Apr 11 06:28:06 2007
@@ -127,8 +127,8 @@
 
 # Check for links, elinks or w3m
 W3MOPTS="-dump -cols 80 -t 4 -S -O iso-8859-1 -T text/html"
-LNKOPTS="-dump"
-ELNKOPTS="--dump --no-numbering --no-home"
+LNKOPTS="-dump -dump-width 80 -dump-charset iso-8859-1 -no-numbering -no-references -no-home"
+ELNKOPTS=$LNKOPTS
 failed=true
 for tool in `echo "w3m elinks links"`
 do



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org