Hello Henrik,
Here is one way to do this using ant-contrib[1] and
its task [2]:
$${ext.version.undotted} is
${ext.version.undotted}
The output of this build file is:
[echo] ${ext.version.undotted} is 400.
There are also other ways to do it, like using
and a scripting language like
I have the following:
Now I need to create a file with the version in it's name but without
the . (dots) something like:
blabla400.zip
So is there a way to convert the ${ext.version} into a new property
without the dots?
I need this to be a generic way since I'm using the build.xml file in