http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2424
*** shadow/2424 Mon Jul 2 16:39:54 2001 --- shadow/2424.tmp.491 Mon Jul 2 16:39:54 2001 *************** *** 0 **** --- 1,32 ---- + +============================================================================+ + | Move task and moving directories | + +----------------------------------------------------------------------------+ + | Bug #: 2424 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: Sun | + | Severity: Normal OS/Version: Solaris | + | Priority: Other Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Hello, + + This is what the Ant documentation recommends for moving a directory: + <snip> + Move a directory to a new directory + + <move todir="new/dir/to/move/to"> + <fileset dir="src/dir"/> + </move> + + </snip> + For a UNIX machine, 'mv'ing a directory doesn't copy all the files to the new + directory... but the one above does ! Is there any other way, by which I can do + it the UNIX way? + + -Shankar
