--- Charles McLouth <[EMAIL PROTECTED]> wrote: > A newbie question: > Is there a particular reason why the PathTokenizer > (src/main/org/apache/tools/ant/PathTokenizer.java) > isn't coded to handle quoted > windows paths? > ex: > "C:\a whitespace path\a whitespace file" >
Can you give a better example of what you think should be happening that isn't? In general, Java IO implementations are perfectly capable of understanding individual file paths with embedded whitespace, so AFAIK quoting paths is considered to be a convenience for working with shells (for example, in *nix shells one can simply escape ws chars rather than quoting them). Quoting individual components of a larger path structure would be similarly irrelevant/redundant. -Matt > I have a fix, but wanted to know if there was a > valid reason that I did not see. > > thanks, > > charlie > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > ____________________________________________________________________________________ Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]