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

http://issues.apache.org/bugzilla/show_bug.cgi?id=42642

           Summary: -P is not execluding empty directories
           Product: Ant
           Version: 1.6.5
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


I'm using the CVS task with the -P parameter to execlude empty directories but 
it's not working for me, I'm still having empty directories in the folders 
after I check them out, this is what I tried, I passed the -P parameter to the 
checkout command:

<cvs cvsroot=":pserver:[EMAIL PROTECTED]:/home/cvs/cvsroot" 
command="checkout -P" package="reliance" dest="${basedir}">


Also I tried to pass the -P parameter in the following way but it didn't work 
too:

    <commandline>
        <argument value="-P"/>
    </commandline>


In my WinCVS preferences I checked the checkbox for "Prune empty directroris", 
could you please help me on this. Is anything missing ?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to