Conditional processing will be very helpful for big LaTeX resources -------------------------------------------------------------------
Key: MLATEX-5 URL: http://jira.codehaus.org/browse/MLATEX-5 Project: Mojo Latex Maven Plugin Issue Type: New Feature Reporter: Yegor Bugayenko Would be nice to have conditional processing in the plugin, meaning that before running {{latex}} processor for the document it has to compare the date of modification of {{.tex}} file with the date of creation of {{.pdf}} file. If said {{.pdf}} file is newer than there is no necessity to re-run {{latex}} processor. In addition would be nice to have {{latex.enforce}} option configurable: {noformat} <groupId>org.codehaus.mojo</groupId> <artifactId>latex-maven-plugin</artifactId> <configuration> <enforce>true</enforce> </configuration> {noformat} If the option is set to {{true}} LaTeX processor is called always, no matter which file is newer. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email