[ANT] fixcrlf

etc tools 2010. 7. 29. 09:56


<fixcrlf srcdir="${dist}/src"
excludes="**/*.bin,**/*.bmp,**/*.dia,**/*.exe,**/*.gif,**/*.ico,**/*.jar,**/*.jpg,**/*.pdf,**/*.rtf,**/*.war"
eol="lf" fixlast="false" encoding="ISO-8859-1" />


ant에서 EOF 또는 EOS invalid character 와 같이 쓸데없이 character 가 나오는 것을 방지한다..

자세한 내용은 이곳을 참고할 것.
http://ant.apache.org/manual/Tasks/fixcrlf.html

'etc tools' 카테고리의 다른 글

[Maven서버] Maven 서버에 Archetype 새로 추가하기  (0) 2011.02.09
JUNIT4 Suite -> ClasspathSuite  (0) 2010.09.01
maven의 exclusion 고민  (0) 2010.07.21
ivy vs maven 2 비교 자료  (0) 2010.07.07
Load Runner 대체 툴 Grinder  (1) 2010.02.01
Posted by '김용환'
,