public class CheckEol
extends org.apache.tools.ant.Task
The goal is to check whether we have problems with svn:eol-style property when files are committed on one OS and then checked on another one.
Constructor and Description |
---|
CheckEol() |
Modifier and Type | Method and Description |
---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet fs)
Sets the files to be checked
|
void |
execute()
Perform the check
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void addFileset(org.apache.tools.ant.types.FileSet fs)
fs
- The fileset to be checked.public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- if an error occurs during execution of
this task.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.