[
https://issues.apache.org/jira/browse/CARBONDATA-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Liang Chen resolved CARBONDATA-1981.
------------------------------------
Resolution: Fixed
Fix Version/s: 1.3.0
> Error occurs while building project in windows environment
> ----------------------------------------------------------
>
> Key: CARBONDATA-1981
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-1981> Project: CarbonData
> Issue Type: Bug
> Components: build, core
> Affects Versions: 1.3.0
> Reporter: xuchuanyin
> Assignee: xuchuanyin
> Fix For: 1.3.0
>
> Time Spent: 7h 10m
> Remaining Estimate: 0h
>
> Encounter error while building project in Windows environment, the error messages are shown as bellow:
> ```
> [INFO] Apache CarbonData :: Parent ........................ SUCCESS [ 3.915 s]
> [INFO] Apache CarbonData :: Common ........................ SUCCESS [ 12.007 s]
> [INFO] Apache CarbonData :: Format ........................ SUCCESS [ 30.059 s]
> [INFO] Apache CarbonData :: Core .......................... FAILURE [ 3.604 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 50.099 s
> [INFO] Finished at: 2018-01-04T11:19:28+08:00
> [INFO] Final Memory: 62M/612M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (default) on project carbondata-core: An Ant BuildException has occured: Execute failed: java.io.IOException: Cannot run program "bash" (in directory "D:\01_workspace\carbondata\core"): CreateProcess error=2, 系统找不到指定的文件。(cannot find the specified file)
> [ERROR] around Ant part ...... @ 4:27 in D:\01_workspace\carbondata\core\target\antrun\build-main.xml
> [ERROR] -> [Help 1]
> ```
> It is because in the pom, it calls bash script, which is not incompatible in windows.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)