I cannot reproduce this behavior on Linux or Solaris. What we need is an example file structure that will reproduce this, and since I don't think we are looking at a bug, probably the easiest thing for you to do is write an Ant buildfile that will CREATE the entire directory structure for this scenario and send that to the list so that we can see what you are (or, possibly, Ant is) doing wrong.
Thanks, Matt --- Glen Mitchell <[EMAIL PROTECTED]> wrote: > Bhadra, > I'm sorry I meant to say in my initial post that I > had tried this also > but it didn't solve my problem. > This work on Windows but not on Unix both. > I've tried a number of includes such as > <include name="**/*.html"/> > <include name="**/*.*"/> > <include name="**/*"/> > etc > > Bhadra, Jatin wrote: > > >Glen > > > >Try this format as per ANT manual. If you want to > include all the file in > >the source dir then no need to have include tag. > ><copy todir="../new/dir"> > > <fileset dir="src_dir"/> > ></copy> > > > >Jatin Bhadra > > > >-----Original Message----- > >From: Glen Mitchell > [mailto:[EMAIL PROTECTED] > >Sent: 08 September 2005 13:19 > >To: user@ant.apache.org > >Subject: copy files problem > > > > > >Hi, > >I currently have the following xml in my build file > for copy files from > >one directory to another :- > > > > <copy todir="${publishDir}" > overwrite="true"> > > <fileset > dir="${coverage.html.dir}"> > > <include name="**/*"/> > > </fileset> > > </copy> > > > >Within the ${coverage.html.dir} directory are html > files which are named > >in the following format > >abc.def.ghi.html etc. > >Any file which is in this format is not being > copied over on a Unix > >system but is copied fine on a Windows box. > > > >Does anybody know what my <include> should be or > where I am going wrong. > >Thanks > > > > > > > > -- > Glen Mitchell > Web Development > I-Play > e: [EMAIL PROTECTED] > t: 01383 848808 > m: 07906 948444 > > > > ________________________________________________________________________ > E-mail is an informal method of communication and > may be subject to data corruption, interception and > unauthorised amendment for which I-play, a trading > name of Digital Bridges Ltd will accept no > liability. Therefore, it will normally be > inappropriate to rely on information contained on > e-mail without obtaining written confirmation. > > This e-mail may contain confidential and/or > privileged information. If you are not the intended > recipient (or have received this e-mail in error) > please notify the sender immediately and destroy > this e-mail. Any unauthorized copying, disclosure or > distribution of the material in this e-mail is > strictly forbidden. > > (C) 2005. I-play is a trademark and trading name of > Digital Bridges Limited. All Rights Reserved. > ________________________________________________________________________ > This message has been checked for all known viruses > by the > MessageLabs Virus Scanning Service. For further > information visit > http://www.messagelabs.com/stats.asp > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > ______________________________________________________ Click here to donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]