note that two files are *LifeCycleStateBean.java* and
*LifecycleStateBean.java*. They are with same name but case is different.
We can create two files with same name and different case in a folder in
linux. But we can't create two files with same name and different case in a
folder in mac osx. that is the reason for build failure.

Thanks

On Wed, Oct 21, 2015 at 9:45 PM, Lakshman Udayakantha <[email protected]>
wrote:

> Hi,
>
> When carbon-governance build in OSX, I got an compilation error, because
> in [1] folder there are two files with same name but case is different.
> When we clone the repo it will save only one file from those two files
> because name is same. by default mac osx will not keep two files with same
> in a folder. So the build will fail because there is reference to both
> classes in different places of project.
>
> In linux we can keep two files with same name in a folder. So the build
> will be successful.
>
> It seems we have to rename one class to get rid from build fail.
>
> [1]
> https://github.com/wso2/carbon-governance/tree/master/components/governance/org.wso2.carbon.governance.lcm/src/main/java/org/wso2/carbon/governance/lcm/beans
>
> Thanks
>
> --
> Lakshman Udayakantha
> WSO2 Inc. www.wso2.com
> lean.enterprise.middleware
> Mobile: *0711241005*
>
>


-- 
Lakshman Udayakantha
WSO2 Inc. www.wso2.com
lean.enterprise.middleware
Mobile: *0711241005*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to