Spaces in the path to the JDK installation cause compile to fail ----------------------------------------------------------------
Key: XMLBEANS-230 URL: http://issues.apache.org/jira/browse/XMLBEANS-230 Project: XMLBeans Type: Bug Components: Compiler Versions: Version 2, Version 2.1 Environment: Windows XP Pro SP2, java 1.5.0_05 Reporter: Abraham Tehrani Priority: Trivial Fix For: Version 2, Version 2.1 By default the new JDK installs into C:\Program Files\Java\jdk... If the location of your JDK has spaces in the path (default), compilation will fail. The fix is the following to the file scomp.cmd file: Line 29: set cp=%cp%;"%JAVA_HOME%\lib\tools.jar" add the double quotes Line 32: "%JAVA_HOME%\bin\java" -classpath %cp% org.apache.xmlbeans.impl.tool.SchemaCompiler %* added the double quotes and referenced the environment variable %JAVA_HOME%. Without those above fixes I could not get XMLBeans to compile, it would fail. It is also possible that spaces in the XMLBEANS_LIB path might also cause it to fail. This only applies to spaces in the JDK installation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]