Andy Pemberton Rotating Header Image

Posts under ‘ant’

Windows Short File Name (ShortPath) in ANT

var dzone_style=”2″;I ran into an interesting problem today while working on an ANT build script. I needed to access the path of a directory in windows with spaces, but without using quotes. One way to do this is with the Windows short file name.
So, I needed to access the Windows short file name (also [...]