AW: Copy task failed to copy due to invalid argument

2009-11-18 Thread Jan.Materne
The underlying exception is an IOException with that "Illegal Argumen" message. I did a quick search and found [1] - "problems with file system". Does that help? Jan [1] http://stackoverflow.com/questions/780543/java-io-ioexception-invalid-argument >-Ursprüngliche Nachricht- >Von: An

AW: copy directory

2008-10-15 Thread Jan.Materne
** is a deep copy. All nested directories are copied too. * copies all files in that directory. After a trailing slash is automatically a ** added. my/dir/*.txt --> copies my/dir/a.txt, my/dir/b.txt, ... my/**/*.txt --> copies all text files somewhere under 'my' my/** --> copies all fi

AW: copy multiple directories into one

2008-03-09 Thread Jan.Materne
Jan > -Ursprüngliche Nachricht- > Von: Lars Ohlén [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 9. März 2008 13:14 > An: user@ant.apache.org > Betreff: copy multiple directories into one > > Hi Ant Users! > > I have a bunch of directories that contains a src folder that

AW: copy or move target with date file

2007-04-18 Thread Jan.Materne
Use a inside the http://ant.apache.org/manual/CoreTypes/selectors.html#dateselect Jan >-Ursprüngliche Nachricht- >Von: juliens [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 18. April 2007 14:27 >An: user@ant.apache.org >Betreff: copy or move target with date file > > >Hi all, >I try

AW: copy files

2007-03-22 Thread Jan.Materne
Use instead of when using nested elements. If you dont want to enumerate all jars you could use wildcards Jan >-Ursprüngliche Nachricht- >Von: Denis Bessmertnyj [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 22. März 2007 10:23 >An: user@ant.apache.org >Betreff: Ant: cop

AW: AW: AW: AW: Copy a single file to directories

2007-02-14 Thread Jan.Materne
>-Ursprüngliche Nachricht- >Von: Camer38 [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 15. Februar 2007 08:26 >An: user@ant.apache.org >Betreff: Re: AW: AW: AW: Copy a single file to directories > > >Thanks. > >Performance is an issue as well - in your opin

Re: AW: AW: AW: Copy a single file to directories

2007-02-14 Thread Camer38
Thanks. Performance is an issue as well - in your opinion which solution is faster? Marcin -- View this message in context: http://www.nabble.com/Copy-a-single-file-to-directories-tf3221651.html#a8980914 Sent from the Ant - Users mailing list archive at Nabble.com. --

AW: AW: AW: Copy a single file to directories

2007-02-14 Thread Jan.Materne
Mittwoch, 14. Februar 2007 16:23 >An: user@ant.apache.org >Betreff: Re: AW: AW: Copy a single file to directories > > >Hi, > >I have one more chalange - pretty similar to previous one. >I need to perform a copy like in the previous example but this >time I shoul >copy

Re: AW: AW: Copy a single file to directories

2007-02-14 Thread Camer38
Hi, I have one more chalange - pretty similar to previous one. I need to perform a copy like in the previous example but this time I shoul copy only in the case if a file book.xml is present othervise the copy does't take a place. Thanks yor any kind of tip Marcin Peter Reilly-2 wrote: > > An

Re: AW: AW: Copy a single file to directories

2007-02-13 Thread Camer38
Hi, Gents - hats off Your solution is great - I like it a lot, thank you very much. A tiny correction: <-- I use ** because I need to copy everywhere--> -- View this message in context: http://www.nabble.com/Copy-a-single-fi

RE: AW: AW: Copy a single file to directories

2007-02-13 Thread Sam Hendley
m: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 1:09 PM To: Ant Users List Subject: Re: AW: AW: Copy a single file to directories An example: rm -rf dirs mkdir -p dirs/a/org/simple mkdir -p dirs/b/org/sim

Re: AW: AW: Copy a single file to directories

2007-02-13 Thread Peter Reilly
An example: rm -rf dirs mkdir -p dirs/a/org/simple mkdir -p dirs/b/org/simple mkdir -p dirs/d/org/simple mkdir -p dirs/c/org/simple Peter On 2/13/07, Camer38 <[EMAIL PROTECTED]> wrote

Re: AW: AW: Copy a single file to directories

2007-02-13 Thread Camer38
Ok, let me take a deep look... Jan.Materne wrote: > >>Thanks for a quick answer. >>Could you be more elaborative and deliver more complex example, please. >>At this moment I have a very brief idea how to use antcontrib > > > Not without more information. Have you played with that code? > >

AW: AW: Copy a single file to directories

2007-02-13 Thread Jan.Materne
>Thanks for a quick answer. >Could you be more elaborative and deliver more complex example, please. >At this moment I have a very brief idea how to use antcontrib Not without more information. Have you played with that code? Jan > >Thanks in advance - I relay appreciate you help. > >Marcin >

Re: AW: Copy a single file to directories

2007-02-13 Thread Camer38
Thanks for a quick answer. Could you be more elaborative and deliver more complex example, please. At this moment I have a very brief idea how to use antcontrib Thanks in advance - I relay appreciate you help. Marcin Jan.Materne wrote: > > Quickshot ... > > > > > > >

AW: Copy a single file to directories

2007-02-13 Thread Jan.Materne
Quickshot ... AFAIK there is no build-in way, so you have to iterate for your own. Jan >-Ursprüngliche Nachricht- >Von: Camer38 [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 13. Februar 2007 17:30 >An: user@ant.apa

AW: copy directory problem help please

2006-11-21 Thread Jan.Materne
> > > copies all resources which it gets from the nested . gives a list of files with paths !!! relative to its 'dir' attribute !!! If you want to keep the com/adp/hr/resources/ path information use Jan >-Ursprüngliche Nachricht- >Von: Narahari 'n' Savitha [mailto:[E

AW: AW: Copy files according ant property

2005-10-04 Thread Jan.Materne
Have you migrated now, Steve? ;-) Main idea is that does the copy stuff. Why should we have a ? Jan >-Ursprüngliche Nachricht- >Von: Steve Loughran [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 29. September 2005 17:57 >An: Ant Users List >Betreff: Re:

Re: AW: Copy files according ant property

2005-09-29 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Sure - it´s not in 1.6.5. is in svn head and maybe in 1.7 - but I think we will delete that task, especially because itself should now handle nested s, because paths are ResourceCollections. And Stefan added that just yesterday :-) hey, I use copypath. ---

Re: AW: Copy files according ant property

2005-09-29 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > Sure - it´s not in 1.6.5. > is in svn head and maybe in 1.7 - but I > think we will delete that task, especially because > itself > should now handle nested s, because paths are > ResourceCollections. And Stefan added that just > yesterday :-) IIRC copypath does h

AW: Copy files according ant property

2005-09-29 Thread Jan.Materne
Sure - it´s not in 1.6.5. is in svn head and maybe in 1.7 - but I think we will delete that task, especially because itself should now handle nested s, because paths are ResourceCollections. And Stefan added that just yesterday :-) Jan >-Ursprüngliche Nachricht- >Von: Tomáš Procházka

AW: Copy to remote machine

2005-04-12 Thread Jan . Materne
why not just ? You only have to ensure that ${target.dir} is not under your basedir (.) for recursion possibility. Jan > -Ursprüngliche Nachricht- > Von: Dick, Brian E. [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 12. April 2005 15:43 > An: Ant Users List > Betr

AW: AW: copy all but exclude one directory

2005-02-08 Thread Jan . Materne
Februar 2005 08:40 > An: Ant Users List > Betreff: Re: AW: copy all but exclude one directory > > Thanks. > > Is there a difference between these two sets: > > > > > -Doug > > [EMAIL PROTECTED] wrote: > > BACKU

Re: AW: copy all but exclude one directory

2005-02-08 Thread Douglas Kramer
Thanks. Is there a difference between these two sets: -Doug [EMAIL PROTECTED] wrote: BACKUP is a file BACKUP/ or BACKUP/** is a directory Jan -Ursprüngliche Nachricht- Von: Douglas Kramer [mailto:[EMAIL PROTECTED] Gesendet am: Dienstag, 8. Februar 2005 22:37 An: Dominique

AW: copy all but exclude one directory

2005-02-08 Thread Jan . Materne
BACKUP is a file BACKUP/ or BACKUP/** is a directory Jan > -Ursprüngliche Nachricht- > Von: Douglas Kramer [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 8. Februar 2005 22:37 > An: Dominique Devienne > Cc: Ant Users List > Betreff: Re: copy all but exclude one directory > > Thanks,

AW: copy failonerror

2005-01-12 Thread Jan . Materne
Best example: The second should not find any files. Jan > -Ursprüngliche Nachricht- > Von: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 13. Januar 2005 08:31 > An: user@ant.apache.org > Betreff: Re: copy failonerror > > On Wed, 12 Jan 2005, Doug Moore <[EMA

AW: AW: copy

2004-11-18 Thread Jan . Materne
: Jan > -Ursprüngliche Nachricht- > Von: Franz-Josef Herpers [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 18. November 2004 10:41 > An: Ant Users List > Betreff: Re: AW: copy > > Hi Jan, > > thanks for your answer. > > >

Re: AW: copy

2004-11-18 Thread Franz-Josef Herpers
Hi Jan, thanks for your answer. Use the nested without the trailing *, so Ant knows that that is a directory and uses the whole tree under that. I now have What I really want is to move every descendent directory and file under sw/apache-ant-* to sw/ant. What I get

AW: copy

2004-11-17 Thread Jan . Materne
Use the nested without the trailing *, so Ant knows that that is a directory and uses the whole tree under that. Jan > -Ursprüngliche Nachricht- > Von: Dave Bartmess [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 18. November 2004 02:07 > An: Ant Users List > Betreff: Re: copy >

AW: copy, filterchain, replace, replacetoken -- too complicate

2004-10-27 Thread Schuett Thomas EXT
>[...] >but one can do this: > > > > > > >(since ant 1.6.0) >Where replacestring is a stringfilter nested element in an implicit >tokenfilter. Howw. Whithout words ... #:-> ... Well, at least it is possible, this is good. But it is really hard to find a red line in t

AW: copy, filterchain, replace, replacetoken -- too complicate

2004-10-27 Thread Schuett Thomas EXT
Hello, > Use the Ant manifest task. Yes. Too easy :-) Anyhow, do you know, why the filterchain does not support a nested replace task? (That one was most irritating to me.) Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED]