Hi all, I have a strange problem.
I have a filelist defined in say filelist.xml and I have a main build.xml that imports this filelist.xml. filelist refers to 2 properties. for eg. <filelist id="bb_db" dir="${prop1}" files="${prop1}\ab.java ${prop2}\dc.java </filelist> The property prop1 is defined in build.xml while prop2 I read from a property file during an execution of a target in build.xml. I use the above filelist in my custom task that too in the build.xml. When invoking the custom task, prop1 is resolving to its value while prop2 does not seem to resolve. Am i missing something here ? Thanks Best rgds Shreedhar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]