Alexander Poulikakos
Alexander Poulikakos
Updated the pull request #108 with the actual implementation.
FYI This feature is inspired by a similar feature in apache commons configuration (which I have found useful). See [this](http://commons.apache.org/proper/commons-configuration/userguide/howto_basicfeatures.html#Customizing_interpolation) chapter in their User Guide.
Any comments on this? /Alex
Fair enough. Just wanted to be sure you haven't forgotten about it. Will remind you again in a month or two. /Alex
just a friendly reminder about this.
This is solved in pull request #83
I'm sorry for going a bit off topic here, but I could not find any thread explaining how to get rid of multiple `@Sources`. Any hints?
Yes, please provide information how to implement this and I'll have a look at it when I have time.
My use case for this is: I want to create a unique directory path, where I can place logs gathered during automatic tests. I.e. a unique folder for each test...
Implementation of this feature is now added. Comments?