Hello Igor, Tuesday, December 18, 2001, 3:55:00 PM, you wrote:
IS> My external compilation tool has the command line parameters in the form: IS> -<key><file1;file2> IS> or IS> -<key><directory1;directory2> IS> f.e. -Ac:\project1 IS> Is there any possibility to implement these directories/files lists using IS> the Path or FileSet objects and transfer it to this task? I don't know whether it's possible or not, but did you try the following (perhaps somebody can quickly assess if the idea is working or not): 1) try <pathconvert> and add a mapper (I'm not sure about these mappers - are they simply implemented replacing strings?) 2) try <style> - but this seems to be a lot of XSLT work to be done... 3) propably the easiest way: write you own task (This is what I would do... but I'm really no expert ;-) ) Best regards, Jens -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
