copy directory problem help please

2006-11-21 Thread Narahari 'n' Savitha
Friends, I have this situation src |_com\test\narahari| |___Dao |A.java |B.java |C.java |___resources |__x.properties

AW: copy directory problem help please

2006-11-21 Thread Jan.Materne
ahari 'n' Savitha [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 20. November 2006 17:29 >An: user@ant.apache.org >Betreff: copy directory problem help please > >Friends, > >I have this situation >src > |_com\test\narahari| >

Re: *****spam***** copy directory problem help please

2006-11-21 Thread Geoffrey Mitchell
The dir element specifies the base directory for the copy. If you want the package directories to be included, you need the base dirctory to be your source directory. Narahari 'n' Savitha wrote: Friends, I have this situation src |_com\test\narahari| |___Dao