CC task, VisualStudio Env Vars
Marcio Marchini <[email protected]> Mon, 10 Apr 2006 13:02:49 -0400
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I am trying to do a build of a C++ piece of code ("cc" ant task). I
have the Ant build working from the command-line, but it needs that I
run the VisualStudio BAT to cfg the env vars first:
C:\marcio\>"C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\Tools\vsvars32.bat"
Now, the question is... how can I do a similar thing for the build that
will run from Anthill? NOTE: Anthill is running under Tomcat as a Service.
Thanks,
marcio