If the length to the path to the war archive is longer than the maximum allowed by Windows, you will get an error message similar to:
BUILD FAILED c:\jaspers\war_file_installations\war_mysql_500\jasperreports-server-5.0-bin\buildomatic\bin\db-common.xml:871: The following error occurred while executing this line: c:\jaspers\war_file_installations\war_mysql_500\jasperreports-server-5.0-bin\buildomatic\bin\import-export.xml:264: The following error occurred while executing this line: c:\jaspers\war_file_installations\war_mysql_500\jasperreports-server-5.0-bin\buildomatic\bin\import-export.xml:158: java.io.IOException: Cannot run program "C:\Program Files\Java\jdk1.6.0_38\jre\bin\java.exe": CreateProcess error=206, The filename or extension is too long at java.lang.ProcessBuilder.start(ProcessBuilder.java:460) at java.lang.Runtime.exec(Runtime.java:593) |
You will need to move the war archive to reduce the path length.
More information is available from Microsoft at:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx.