I generate a hint of the date of generation at the buttom.
1. Let Ant introduce a special text I can search for
   <javadoc
       ...
       <bottom><![CDATA[Generated: ]]> @DATE@ <![CDATA[</i> ]]></bottom>
2. Let Ant replace all @DATE@s by value
    <replace dir="${apidoc.dir}">
        <replacefilter token="@DATE@" value="${DATE}" />
    </replace>

Needs some time, but it works. If you are able to put such a text at top,
you can do that.


Jan Matčrne

-----Ursprüngliche Nachricht-----
Von: Joe Tomcat [mailto:[EMAIL PROTECTED]]
Gesendet am: Mittwoch, 15. Januar 2003 22:53
An: Ant Users List
Betreff: Putting an image on the bottom of every Javadoc page

Hello ant users,

I am trying to set up my build.xml so that when I make the javadocs, a
little logo file gets put on the bottom of every page.  I tried to use
the <bottom> option in the javadoc task, but the problem is that if I
use a relative path for the image source, that doesn't work, and I don't
want to try to use an absolute path becuase that's bad html.  Any
sugestions?

Thanks



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to