DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20840>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20840

FixCRLF to create new directories

           Summary: FixCRLF to create new directories
           Product: Ant
           Version: 1.5.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When using FixCRLF and specifying a different destination directory than source 
directory I would like it if it would create sub-directories in the destination 
that correspond to sub-directories in the source
Assuming a starting hierarchy of
/tmp
 |-httpdocs
   |-foo.html
   |-bar
     |-bar.html

and a starting destination of
/home
 |-httpdocs

and the following tasks
<mkdir dir="/home/httpdocs/george"/>
<fixcrlf srcdir="/tmp/httpdocs" destdir="/home/httpdocs/george" eol="lf" 
eof="remove" includes="**/*.html"/>

In this case I think that the FixCRLF task should dynamically create 
the /home/httpdocs/george/bar directory when fixing 
the /tmp/httpdocs/bar/bar.html file.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to