Joshua Slive <[EMAIL PROTECTED]> writes: > On 22 May 2002, Yoshiki Hayashi wrote: > > Here's a patch. This one is against Ant 1.4.1. I'll send a > > patch against 1.5 Beta1 to Ant people, probably via > > bugzilla. > > Great. I'm +1 on anything that works at this point. Can you put together > a jar for this?
I put it at http://httpd.apache.org/dev/dist/ant-1.4.1-modified.tar.gz And here's a patch to do *.xml.ja to *.html.ja.jis transformation with above jar files. I'll rename mod_suexec.ja.xml to mod_suexec.xml.ja shortly. Index: build.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/style/build.xml,v retrieving revision 1.3 diff -u -r1.3 build.xml --- build.xml 17 May 2002 17:27:19 -0000 1.3 +++ build.xml 23 May 2002 06:47:42 -0000 @@ -28,6 +28,7 @@ style="./manual.ja.xsl" includes="*.xml.ja"> <param name="relative-path" expression="."/> + <mapper type="glob" from="*.xml.ja" to="*.html.ja.jis"/> </style> </target> -- Yoshiki Hayashi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
