Show the count of formatted source files.
-----------------------------------------
Key: MOJO-1255
URL: http://jira.codehaus.org/browse/MOJO-1255
Project: Mojo
Issue Type: Improvement
Components: jalopy
Reporter: Xuhuisheng
Attachments: countOfFormattedFiles.patch
I wish jalopy-maven-plugin could know how many source files were formatted,
just like the jalopy ant task.Now jalopy-maven-plugn could just show which
source file was formatted, but couldn't know which source file is skip by its
history check. Because both of way would return Jalopy.State.OK. But when
Jalopy skip a source file for history checking, the jalopy.format() method will
return false, so we could know how many source file is actually formatted. The
log message looks like this:
[INFO] [jalopy:format {execution: format-java-sources}]
[INFO] Format 30 source files
[INFO]
D:\dbdeploy\maven\src\main\java\net\sf\dbdeploy\ConsolidatedChangeScriptWriter.java
formatted correctly.
[INFO] 1 source file formatted
[INFO] Format 8 source files
[INFO] 0 source files formatted
--
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