Tagged Questions
1
vote
2answers
2k views
How do I export environment variables from the Ant 'exec' task?
I am using Ant under WinXp to build MSVisual c++ projects.
To access "devenv.com", being computer-independent, I would like to use the vsvars32.bat script.
Unfortunately, it seems that environment ...