RE: [docbook-apps] epub3 - copying the images, using Ant

From
Kerry, Richard <>
Date
2013-03-15T13:18:49+00:00
ID
Thread
RE: [docbook-apps] epub3 - copying the images, using Ant
A-ha, that might be the way to do it.

 

Thank you, I'll give it a try.

 

 

 

Richard.

 

 

From: Tony Graham []

Sent: 15 March 2013 12:41

To: DocBook Apps Mailing List ý[]ý

Subject: Re: [docbook-apps] epub3 - copying the images, using Ant

On Fri, March 15, 2013 12:10 pm, Kerry, Richard wrote:

...

> 1.  Building epub3 output from DocBook.

...

> Is there a way in Ant of doing a copy based on data which only becomes

> available during the build process ?

Write the filename list, one line per filename, to a text file and use a

@includesfile to refer to that file.  E.g., from one of my projects:

    <copy

        todir="${build.dir}/${epub}/OPS">

      <fileset dir="${notes.dir}"

               includesfile="${build.dir}/${epub}-figurelist.txt" />

    </copy>

Regards,

Tony Graham                                   

Consultant                                 
http://www.mentea.net

Mentea       13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland

 --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --

    XML, XSL-FO and XSLT consulting, training and programming

---------------------------------------------------------------------

To unsubscribe, e-mail: 

For additional commands, e-mail: