o MAVEN-313: needed additional logging here
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113066 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -75,7 +75,7 @@ import org.w3c.tidy.Tidy;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:bwalding@apache.org">Ben Walding</a>
|
||||
* @version $Id: FileToCheck.java,v 1.6 2003/03/07 08:27:02 bwalding Exp $
|
||||
* @version $Id: FileToCheck.java,v 1.7 2003/03/07 08:37:21 bwalding Exp $
|
||||
*
|
||||
*/
|
||||
public class FileToCheck
|
||||
@@ -114,7 +114,7 @@ public class FileToCheck
|
||||
|
||||
try
|
||||
{
|
||||
//System.out.println("Parsing:" + fileToCheck);
|
||||
System.out.println("Processing: " + fileToCheck);
|
||||
FileInputStream in = new FileInputStream(fileToCheck);
|
||||
tidy.setMakeClean(true);
|
||||
tidy.setXmlTags(true);
|
||||
|
||||
Reference in New Issue
Block a user