in reply to config env script help building gradle from perl script (system/open tips needed)
Why not simply write a batch file (using Perl) that invokes the environment setup, and afterwards invokes that gradle command?
call ..\\abc-env\\setenv.cmd call gradle
As an alternative, you could try a technique like Get default login environment except for Windows, and then stuff these changes into %ENV.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: config env script help building gradle from perl script (system/open tips needed)
by gj2666 (Beadle) on Jun 11, 2013 at 18:07 UTC | |
by Corion (Patriarch) on Jun 11, 2013 at 18:55 UTC | |
by gj2666 (Beadle) on Jun 13, 2013 at 15:37 UTC |