Fork me on GitHub
I ❤️ MamaTux!
Skip to main content

Java Windows

 

Ant sucks, and doesn't respect symlinks...

Man I hate Ant! So I was working on this project, in which Ant generates a build directory. - I created a symlink inside the build dir for something that was not quite ready to be build for real just yet. That way ant could do what ever it wanted to, my code was stored safely in another location. Or so i thought… ant clean ant build