On 9/1/09 9:28 AM, Erik Huelsmann wrote: […]
I think I'd like the value of ?? to be dependent on the distribution archive (CRLF for zip and LF for tar.gz). How difficult would it be to build that into build.xml?
I've implemented this behavior in [svn 12127][1]. Please test when you get a chance.
'abcl.source.{tar,zip}' now explicit changes the EOL for most files to 'lf' (UNIX) for the tar, and to 'crf' (DOS) for the zip. The current exception is that the 'abcl.in' script always gets 'lf' EOL, and the 'abcl.bat.in' always get 'crlf' EOL.
The 'abcl.source.eol' property has been removed.
[1]: http://trac.common-lisp.net/armedbear/changeset/12127