I am trying out sublime 1.4 on Windows 7.
It looks straight forward, creating a new build script... but it is not working for me.
My script looks like:
# See http://www.sublimetext.com/docs/build for details
build ant
lineNumberRegex ^(...*?):([0-9]*):?([0-9]*)
showWhenFinished true
workingDir "X:\Work\Source\apps\XXX\build"
I've also tried a modified version of the build line that fully specifies the build file... but anyway I get:
Buildfile: build.xml does not exist!
Build failed
[Finished in 0.234 seconds]
Since I get the error I know ant is firing off, but it does not seem to be using my workingDir.
Am I doing this wrong?
Thank you!