http://fisheye.codehaus.org/browse/mojo/trunk/mojo/latex-maven/latex-maven-plugin/src/main/java/org/codehaus/mojo/latex/LaTeXMojo.java?r1=12162&r2=13311
 
Julien,
 
I'd suggest to use the CommandLine.toString(), this will give the complete 
commandline which will be executed, not only the executable.
And for some efficiency surround it with if(getLog().isDebugEnabled()) {  }  , 
so the String is only constructed if it's worth to display it.
 
-Robert
 
> Date: Tue, 28 Dec 2010 11:44:57 -0600
> From: j...@codehaus.org
> To: dev@mojo.codehaus.org
> Subject: [mojo-dev] [jira] Closed: (MLATEX-6) Additional debug information is 
> required - which LATEX binary is executed
> 
> 
> [ 
> http://jira.codehaus.org/browse/MLATEX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>  ]
> 
> Julien Ponge closed MLATEX-6.
> -----------------------------
> 
> Resolution: Fixed
> Fix Version/s: 1.1
> Assignee: Julien Ponge
> 
> Debug messages have been added.
> 
> > Additional debug information is required - which LATEX binary is executed
> > -------------------------------------------------------------------------
> >
> > Key: MLATEX-6
> > URL: http://jira.codehaus.org/browse/MLATEX-6
> > Project: Mojo Latex Maven Plugin
> > Issue Type: New Feature
> > Reporter: Yegor Bugayenko
> > Assignee: Julien Ponge
> > Fix For: 1.1
> >
> >
> > It is very important to have additional debug information from the plugin, 
> > related to the {{latex}} binary executed. Now it's impossible to understand 
> > which binary is executed (what is the absolute path of it).
> 
> -- 
> 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
> 
> 
                                          

Reply via email to