erty is immutable, so you need to use a
> different name each time. Try using @{file} as part of the property name
>
>
> Sven Waibel wrote:
>
>> How can i insert it in my target?
>> Some ideas?
>>
>> Thanks a lot!
>> Sven
>>
>> N
How can i insert it in my target?
Some ideas?
Thanks a lot!
Sven
Nicolas Vervelle wrote:
> Maybe a to create yourself the destfile ?
>
> Sven Waibel wrote:
>
>> ant-contrib helps in so many cases, thanks.
>>
>> I got some problems
day\D:\test\tt1.zip
I tried , but it doesn't work with or
Sven
Nicolas Vervelle wrote:
>
> A solution that works: use task from ant-contrib.
> Maybe there's an other solution using only ant core tasks, but I don't
> have the idea ;)
>
> Sven Waibel wrote:
You have to specify an archive file, but i have several archive files, so i
can't use
Joe Schmetzer wrote:
> On Fri, 30 September, 2005 10:37 am, Sven Waibel wrote:
>
>>Hi,
>>
>>i have several files i want to zip.
>>
>>Situation:
>>
>>d:
Hi,
i have several files i want to zip.
Situation:
d:\test\tt1.txt
d:\test\tt2.txt
d:\test\tt3.txt
d:\test\tt4.txt
d:\test\tt5.txt
d:\test\tt6.txt
I want to get the following:
d:\testing\tt1.zip
d:\testing\tt2.zip
d:\testing\tt3.zip
d:\testing\tt4.zip
d:\testing\tt5.zip
d:\testing\tt6.zip
In
Thanks, it works fine.
You have a typo at ending --> :o)
Sven
Stefan Bodewig wrote:
> On Mon, 21 Mar 2005, Sven Waibel <[EMAIL PROTECTED]> wrote:
>
>>
>
>
> I don't think you mean path here, but rather line.
>
> path="foo bar
The script does a lot more than renaming files. It still translates files.
And that's not the problem,unfortunately.
Sven
[EMAIL PROTECTED] wrote:
>>My perl script renames files into files_en, so i want to
>>execute my perl script and that should rename all the files
>>ending with xsl.
>
>
>
Hi everybody,
a part of my build.xml
my build.properties:
perl = d:/perl/bin/perl.exe
perl.translate.script.name d:/db_transl/translate2.pl
My perl script renames files into files_en, so i wa