I have meant this one:
http://ant-contrib.sourceforge.net/tasks/tasks/variable_task.html 

-----Original Message-----
From: Lukacs, Gabriel 
Sent: Tuesday, October 07, 2008 12:27 PM
To: Patrick Luebbecke; Xmltask-users@lists.sourceforge.net
Subject: Re: [Xmltask-users] Reading out an attribute

you can use the var task of the antcontrib external library
http://ant-contrib.sourceforge.net/tasks/tasks/index.html 

-----Original Message-----
From: Patrick Luebbecke [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 07, 2008 12:02 PM
To: Xmltask-users@lists.sourceforge.net
Subject: Re: [Xmltask-users] Reading out an attribute

Another day, another issue ;)

my script works so far but i had to split it into 2 scripts, each of it
processing 1 file. both do the following jobs:

1. unpack a file
2. read out node-attributes and element-names and store them in
properties
3. replace the nodes with a Prefix and the specific property (like
Validation_${propertyName} )
4. zip the file

i'm doing this for 2 files so i had to split the code into 2 files
(actually split isn't the right word since the code is nearly
identical).
the 1st buildscript processes file 1, the 2nd script file 2 since it's
impossible for me to overwrite the properties with the values read out
in
the 2nd file (although the node scructure is quiet the same). is there
any
way to solve this problem with only ONE build script?


------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Xmltask-users mailing list
Xmltask-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xmltask-users

------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Xmltask-users mailing list
Xmltask-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xmltask-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Xmltask-users mailing list
Xmltask-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xmltask-users

Reply via email to