--- [EMAIL PROTECTED] wrote:
> mbenson     2004/05/06 09:42:18
> 
>   Modified:    src/script ant
>   Log:
>   Cygwin/UNC ANT_HOME compatibility using mixed
> paths on NT-family systems.
>   
>   +# For Cygwin, switch paths to appropriate format
> before running java
>    if $cygwin; then
>   +  if [ "$OS" = "Windows_NT" ] ; then
>   +    format=mixed
>   +  else
>   +    format=windows
>   +  fi


Can anyone confirm or deny that mixed mode (forward
slashes) will NOT work on 95/98?  Else I'll
double-check later.

-Matt


        
                
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to