RE: "clone" ejb-jar with input from XML file

2005-06-11 Thread Karr, David
Excellent. It threw me for a while when you accidently used the "value" attribute instead of the "path" attribute, but this looks like I could get some mileage out of it. > -Original Message- > From: Brian Agnew [mailto:[EMAIL PROTECTED] > > You can do this with and the instruction.

Re: "clone" ejb-jar with input from XML file

2005-06-11 Thread Brian Agnew
You can do this with and the instruction. Using you can call a subtarget setting properties etc. as required. e.g. some pseudocode if your ejb requirements, names etc. are specced in an xml file called ejbs.xml Of course the above depends on the precise specification of your inp