Could somebody help me.I would like to get substring of string by ant.For example I have path d:\Folder_for_Ant\Incremental_Build\My.ear\Common\classes.jar I would to get word “Common” by substring this path.How to do it?
Could somebody help me.I would like to get substring of string by ant.For example
Share
You should use propertyregex.
Or you could use scripting (scriptdef) where you could use javacript