пн, 3 февр. 2020 г. в 10:23, Martin Grigorov <mgrigo...@apache.org>: > > Hi, > > I want to update https://tomcat.apache.org/ci.html to mention the testing on > TravisCI on ARM64 architecture. > > I've checked out https://svn.apache.org/repos/asf/tomcat/site/trunk. > Before doing any changes executing 'ant' produces huge diff because the > current version has stripped leading spaces, e.g.: > > [...] > > I don't see anything in build.xml & build.properties.default that controls > this behavior.
Intending is turned on with <xsl:output ... indent="yes" in tomcat-site.xsl The actual indenting depends on the version of Java that is used to run Apache Ant. > Should I make a no-changes commit just to update the docs/** with the white > spaces or should I do some post-processing to keep the whitespaces out ? It does not matter much. Maybe a separate commit for "xdocs" and one for "docs". Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org