RE: Use of Ant's zip task - ensuring file order follows the rules for Epub3

2013-06-14 Thread Kerry, Richard
I've had an answer from someone on the Docbook mailing list (which is the context within which I need to do this task). The answer is to generate a separate zip-file containing only the file that must come first. Then the other files and directories are added to it. (Most of the rest of th

Re: Use of Ant's zip task - ensuring file order follows the rules for Epub3

2013-06-14 Thread Stefan Bodewig
On 2013-06-14, Kerry, Richard wrote: > Does anyone have experience of Ant's zip task - in particular for > building epub3 documents ? Not for building epub3 documents but I know a thing about the task or two :-) > One of the rules for epub3 is that the mimetype file comes first. It > appears th

Use of Ant's zip task - ensuring file order follows the rules for Epub3

2013-06-14 Thread Kerry, Richard
Does anyone have experience of Ant's zip task - in particular for building epub3 documents ? One of the rules for epub3 is that the mimetype file comes first. It appears that this can't be enforced using Ant's zip task. Does anyone know if there is any way of making this work ? Or do I