cc:
07/20/04 07:51 Subject: AW: runant.pl issue
cc:
07/20/04 07:51 Subject: AW: runant.pl issue
AM
Plea
> I ran into an issue with the runant.pl script. If my
> classpath contained
> spaces the ant code would not run. It would interpret part
> of the path as
> the target to execute in the ant script.
>
> Here was the original line (line number 93 in runant.pl)
> my $classpath="$ENV{CLASSPATH}";
>
I ran into an issue with the runant.pl script. If my classpath contained
spaces the ant code would not run. It would interpret part of the path as
the target to execute in the ant script.
Here was the original line (line number 93 in runant.pl)
my $classpath="$ENV{CLASSPATH}";
I changed it to
my