You may want to create a separate shell script that makes the call to perl with your arguments,
and then call the shell script from ant. This may make debugging a little bit easier. My
guess is that your arguments are not being passed to perl.exe as you expect they are.
Hope this helps,
Tom
Lakshmi Vempati <lvempati@cdmtech.com> wrote:
I am using exec task to execute a perl script that needs certain input.
The code snipped I am using is as follows:
executable="${PERL_HOME}/bin/perl" >
StartServer_${domain}.bat" />
This seems to hang and never reach conclusion. If I add a timeout, then
it quits after timeout. What am I doing wrong?
Thanks,
Lakshmi
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
Thanks,
Tom
Tom Maccariella
tmacc_nj@yahoo.com
---------------------------------
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).
|