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
** 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
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
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
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
>-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
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.
--
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
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
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
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
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
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?
>
>
>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
>
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 ...
>
>
>
>
>
>
>
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
>
>
>
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
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:
[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.
---
--- [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
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
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
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
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
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,
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
:
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.
>
> >
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
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
>
>[...]
>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
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]
31 matches
Mail list logo