Hi,
 
I am trying to use the remoteinterface subtask and my own template to generate special interfaces for my beans - they are very similar to the remote interface, hence I am trying to reuse that subtask.
 
However, I can get the code to generate correctly, but the name of the file is always the name of the remote interface, which is not what I need, since I need to generate those as well using a regular remoteinterface subtask. I want the names of my files to be the name of the remote interface, plus a suffix of my choosing. I tried using the pattern property with a value of "{0}MySuffix", but this did not work.
 
Any ideas?
 
Thanks

Reply via email to