vamsi360 opened a new issue #9115: web-console compilation fails on windows URL: https://github.com/apache/druid/issues/9115 Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes"). ### Affected Version 0.18.0-incubating ### Description When compiling under windows, Druid fails with below error. Could we make this cross-platform? ~~~~ [INFO] --- exec-maven-plugin:1.6.0:exec (clean-console) @ druid-console --- [ERROR] Command execution failed. java.io.IOException: Cannot run program "C:\code\oss\druid\web-console\script\clean" (in directory "C:\code\oss\druid\web-console"): CreateProcess error=193, %1 is not a valid Win32 application at java.lang.ProcessBuilder.start (ProcessBuilder.java:1048) at java.lang.Runtime.exec (Runtime.java:620) at org.apache.commons.exec.launcher.Java13CommandLauncher.exec (Java13CommandLauncher.java:61) at org.apache.commons.exec.DefaultExecutor.launch (DefaultExecutor.java:279) at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:336) ~~~~
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
