https://issues.apache.org/bugzilla/show_bug.cgi?id=46328
Summary: Ant 1.6.5: FIXCRLF on Windows XP fails with IOException
failure
Product: Ant
Version: 1.6.5
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
It seems that "fixcrlf" task fails on Windows XP while renaming files created
under "Temp" dir.
Versions used:
OS: Windows XP 2002 SP2
Ant 1.6.5
The way the task fixcrlf is being used is :
<fixcrlf srcdir="${my.archive.dir1}/lib" includes="*.html" eol="lf" />
The way it fails during execution is usually as follows :
C:\runbox\2008-02-12\1\tomcat\appserver-sqe\pe\tomcat\jspc\common_build.xml:85:
java.io.IOException: Failed to delete
C:\runbox\2008-02-12\1\tomcat\appserver-sqe\build\pe\x86_JED-ASQE-42_Windows_NT\tomcat-jspc\archive\jspc\webapp1\lib\test02a.html
while trying to rename C:\DOCUME~1\j2eetest\LOCALS~1\Temp\fixcrlf411778120
I could not find any issue filed on this topic . But however, I found a thread
in mailing list archive reported quite some time back as :
http://marc.info/?l=ant-user&w=2&r=1&s=fixcrlf++IOException&q=b
If any solution is already available, please let me know how can I obtain that
.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.