More fun with file updates. I'm trying latexmk.pl via TextMate for typesetting (runs multiple latex/bibtex passes as needed), and I've discovered a file race condition: we get a change notification after the first latex pass, then reload the file when the trailer is detected. However, while SKDocument is reverting, the script is running another latex process that trashes the PDF, and the revert fails. Of course, this also depends on CPU speed and load, and much of the time it seems to work fine. I don't think there's much we can do about this, since it could fail with a timer as well, but it's probably worth noting.
-- Adam ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ skim-app-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/skim-app-develop
