My first attempt to compile dmserver on windows resulted in a "BUILD FAILED" message due to a FileNotFoundException being thrown. Ant is apparently looking for a file based on the hostname (TEAM5) of the machine. Here is the text of the exception using ant in non-verbose mode:
java.io.FileNotFoundException: C:\springsource-dm-server-sources-1.0.2.RELEASE\com.springsource.server.serviceabili ty\com.springsource.server.serviceability.ffdc\..\ ..\ivy-cache\resolution\resolved-com.springsource-com.springsource.server.serviceability.ffdc-working%40TEAM5.properties (The filename, directory name, or volume label syntax is incorrect


