Hello all, >From maven.xml I need to call a .cmd file that sets a whole bunch of properties that I need for starting a Weblogic server. My approach has been to use the Ant exec task but the spawn attribute is only valid with Ant 1.6 and I believe maven relies on an earlier version.
The exec task executes but in a new vm/environment making all the properties set in the script unknow to the maven process that started the exec task. Any of you have a suggestion on how to make this work? Maybe some Jelly stuff or the like? Regards Jesper Linvald MAERSK DATA TRANSPORT Tel no.: +45 3911 1891 e-mail: [EMAIL PROTECTED]
