>my mistake, works like a charm, forgot to add = in .txt file
>Thx again for good explanation of each line
You're welcome.
But please keep on the list - other people could also help and are
interested in the problem/solution ;)
Jan
---
http://ant.apache.org/manual/install.html#librarydependencies
* jruby.jar
* bsf.jar (or Java6)
* commons-logging.jar
Jan
>-Ursprüngliche Nachricht-
>Von: Mitja B. [mailto:[EMAIL PROTECTED]
>Gesendet: Montag, 10. September 2007 14:53
>An: Ant Users List
>Betreff: RE: Open and read file w
>BUILD FAILE:
>c:\projekti\test\build.xml:19: The following error occurred while
executing
>this line: C:\projekti\test\build.xml:23: Warning: could not find file
c:\Projekti\test\${from} to copy
>
>
>
= add ac-task
>
= ${allfiles} contains the whole file
>
= iterate over each line (implizit
;
> <ac:propertyregex property="to"
input="@{file}" regexp="(.*)=(.*)" select="2"
override="true"/>
> <copy file="${from}" tofile="${to}"/>
> </>
> </>
&g
Thx you for your help, i will work on your solution. It is verry good idea.
Thx again
regards
--
L.P.
Mitja B.
- Original Message
From: Ant Users List
To: user@ant.apache.org
Subject: AW: Open and read file with ant and then copy
Date: 10/09/07 11:53
> Just an idea and
CTED]
>Gesendet: Montag, 10. September 2007 10:32
>An: Materne, Jan (RZF)
>Betreff: Re: AW: Open and read file with ant and then copy
>
>We have few different customers which all have uniq files to
>copy. We want
>that if is possible ant read project.txt file and in it are
&
What is the use case for using this project.txt?
Usually you copy a bunch of files with
Jan
>-Ursprüngliche Nachricht-
>Von: Mitja B. [mailto:[EMAIL PROTECTED]
>Gesendet: Montag, 10. September 2007 09:29
>An: user@ant.apache.org
>Betreff: Open and read file with ant and then copy
>
>