You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by ma...@pnc.com on 2004/07/20 13:38:53 UTC

runant.pl issue

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 $classpath="\"$ENV{CLASSPATH}\"";

This fixed my issue.  How should I submit this fix to the list. Can someone
point me to a document that describes the process?

Mark Russell
PNC
412-768-9603



-----------------------------------------
The contents of this email are the property of PNC. If it was not addressed to you, you have no legal right to read it. If you think you received it in error, please notify the sender. Do not forward or copy without permission of the sender.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org