Bill: Can you please set your system clock correctly? It is very
disconcerting to see emails in my box dated a month in the future.
Bill Winspur wrote:
Synopsis
I am running ant 6.1.2 on XP Pro and have a test
case that produces SSH connection failures by repetitively
running the same
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