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

Reply via email to