Re: AW: runant.pl issue

2004-07-20 Thread mark . russel
cc: 07/20/04 07:51 Subject: AW: runant.pl issue

Re: AW: runant.pl issue

2004-07-20 Thread mark . russel
cc: 07/20/04 07:51 Subject: AW: runant.pl issue AM Plea

AW: runant.pl issue

2004-07-20 Thread Jan . Materne
> 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}"; >

runant.pl issue

2004-07-20 Thread mark . russel
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