RE: copy task and file name case problem

2009-07-15 Thread mechlife
t;Case preserving" is checked. > > IIRC that requires a reboot. > > > SKent > x8014 > > -Original Message- > From: mechlife [mailto:gaiam...@gmail.com] > Sent: Wednesday, July 15, 2009 1:00 PM > To: user@ant.apache.org > Subject: Re: copy ta

Re: copy task and file name case problem

2009-07-15 Thread Avlesh Singh
Sounds really weird and cannot be justified in context of the copy task. Try the copy with overwrite="true" parameter. My guess is that because of some old exercise your files exist in the target directory with lowercase names. The copy task, by default, does not copy a file to the target directory

RE: copy task and file name case problem

2009-07-15 Thread Moore, Kent
se -> and select the MVFS tab. Make sure "Case preserving" is checked. IIRC that requires a reboot. SKent x8014 -Original Message- From: mechlife [mailto:gaiam...@gmail.com] Sent: Wednesday, July 15, 2009 1:00 PM To: user@ant.apache.org Subject: Re: copy task and file name

Re: copy task and file name case problem

2009-07-15 Thread Scot P. Floess
What platform are you running this on? On Wed, 15 Jul 2009, mechlife wrote: to take an example what is happening is if the file name is MyJavaClass.java when it gets copied it changes to myjavaclass.java. ty Avlesh Singh wrote: What is happening is the java files when they get copied

Re: copy task and file name case problem

2009-07-15 Thread mechlife
to take an example what is happening is if the file name is MyJavaClass.java when it gets copied it changes to myjavaclass.java. ty Avlesh Singh wrote: > >> >> What is happening is the java files when they get copied to the target >> directory lose the casesensitive filename ... > > > I cou

Re: copy task and file name case problem

2009-07-15 Thread Avlesh Singh
> > What is happening is the java files when they get copied to the target > directory lose the casesensitive filename ... I could not understand this. Do you mean to say that *.java files are getting copied but not the *.JAVA files? If yes, then that might happen depending on your underlying ope