Jeff, > Yes, that is the whole class. So, I'm thinking - it is so simple that > I must be missing something.
What you are missing is the fact that build files are platform independent. If I take a build file with a unix-style colon separated path, it should continue to work on a Window's system. The converse is also true. Your change would completely break that if I understand it correctly. In other words, not only is the code platform independent but so is the treatment of the data. Conor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
