Use useexternalfile on javadoc task to avoid odd error that only happens on Windows
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 10 Dec 2008 14:26:24 +0000 (14:26 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 10 Dec 2008 14:26:24 +0000 (14:26 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@782 59b500cc-1b3d-0410-9834-0bbf25fbcc57

build.xml

index 80ea1c6..8b5d120 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -80,6 +80,7 @@
   <target name="javadoc">
     <mkdir dir="docs/javadoc"/>
     <javadoc destdir="docs/javadoc"
+             useexternalfile="true"
              footer="&lt;script type=&quot;text/javascript&quot;&gt; var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ?  &quot;https://ssl.&quot; : &quot;http://www.&quot;); document.write(unescape(&quot;%3Cscript src='&quot; + gaJsHost + &quot;google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E&quot;)); &lt;/script&gt; &lt;script type=&quot;text/javascript&quot;&gt; var pageTracker = _gat._getTracker(&quot;UA-788492-5&quot;); pageTracker._initData(); pageTracker._trackPageview(); &lt;/script&gt;">
       <sourcepath>
         <pathelement location="android/src"/>