Windows classpath issues
Note to self: If you ever get the following error when you try to execute a clean ant install:
The syntax of the command is incorrect.
This is due to an issue with the CLASSPATH env. variable. The rule is that if the last entry in the classpath finishes with double quotes (") you HAVE TO add a semi-colon after it.
