Hi I'm trying to call a perl script with the Ant exec task.. The script tries to get the userid by using getlogin() (Unix) When the script is run directly, it returns my loginname, however when run through ant, it returns undef...
Do I have to pass any env var to exec for getlogin to work ? Thanks, -Nandan
