Hi,

ESB package issue now fixed (committed to branch, Rev. 94276). but still
cannot build on windows from fresh check-out without manually changing some
files, I am currently working on  overcome this issues.

Thanks

--Melan

On Sat, May 14, 2011 at 9:39 AM, Melan Nimesh <me...@wso2.com> wrote:

> Hi,
>
>
> On Sat, May 14, 2011 at 9:10 AM, Samisa Abeysinghe <sam...@wso2.com>wrote:
>
>> I do not want to apply patches. Please let e know once it is committed and
>> then I can try to build.
>>
>> And I have waited on this long enough. Please own this and see it through
>> to completion.
>>
>
> Will work on this today.
>
>
>>
>>
>> On Sat, May 14, 2011 at 7:45 AM, Melan Nimesh <me...@wso2.com> wrote:
>>
>>> Hi,
>>>
>>> On Sat, May 14, 2011 at 7:12 AM, Samisa Abeysinghe <sam...@wso2.com>wrote:
>>>
>>>> I tried applying the patch. But the build seem to be broken at this
>>>> point. So no way to verify.
>>>
>>>
>>> Please apply patch from CS source's (your local copy's) root directory
>>>
>>>
>>>>
>>>> One checkout build does not seem to work at all for CS.
>>>>
>>>> We do this for Carbon, which is much more complex and larger in size.
>>>> Why not CS?
>>>>
>>>>
>>>
>>>>
>>>> On Sat, May 14, 2011 at 5:22 AM, Samisa Abeysinghe <sam...@wso2.com>wrote:
>>>>
>>>>>
>>>>>
>>>>> On Sat, May 14, 2011 at 12:12 AM, Melan Nimesh <me...@wso2.com> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> sorry for late reply, please find the attached patch file [1]  fix
>>>>>> this issue. please apply this patch from CS Branch root (
>>>>>> https://svn.wso2.org/repos/wso2/branches/tools/eclipse/carbon-studio/1.0.0)
>>>>>> . also build log [2] attached for your information
>>>>>>
>>>>>
>>>>> Um, I thought you are a committer. Why are you attaching a patch?
>>>>>
>>>>>
>>>>>> [1] Windows_fix.patch
>>>>>> [2] build.log
>>>>>>
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> --Melan
>>>>>>
>>>>>>
>>>>>> On Fri, May 13, 2011 at 6:52 PM, Samisa Abeysinghe 
>>>>>> <sam...@wso2.com>wrote:
>>>>>>
>>>>>>> Ping...
>>>>>>>
>>>>>>> Is this fixed now?
>>>>>>>
>>>>>>>
>>>>>>> On Tue, May 10, 2011 at 7:03 PM, Samisa Abeysinghe 
>>>>>>> <sam...@wso2.com>wrote:
>>>>>>>
>>>>>>>> What would be the ETA?
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, May 9, 2011 at 10:52 PM, Melan Nimesh <me...@wso2.com>wrote:
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> I have successfully built CS on Windows with my changed local copy,
>>>>>>>>> I'll update progress after  build same code (modified code) with Linux
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>> --Melan
>>>>>>>>>
>>>>>>>>> On Mon, May 9, 2011 at 9:46 PM, Samisa Abeysinghe <sam...@wso2.com
>>>>>>>>> > wrote:
>>>>>>>>>
>>>>>>>>>> Any luck with this? I am awaiting for this to load the code into
>>>>>>>>>> my Eclipse on Windows :(
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Thu, May 5, 2011 at 2:50 PM, Saminda Wijeratne <
>>>>>>>>>> samin...@wso2.com> wrote:
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Thu, May 5, 2011 at 2:40 PM, Samisa Abeysinghe <
>>>>>>>>>>> sam...@wso2.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Can we rename the package to mediators and be done with it?
>>>>>>>>>>>
>>>>>>>>>>> That package was codegen from eclipse emf framework. We have
>>>>>>>>>>> customized some of the classes in it. Package name should be 
>>>>>>>>>>> updated Codegen
>>>>>>>>>>> configuration level & then once the new package is created we need 
>>>>>>>>>>> to merge
>>>>>>>>>>> our changes. This might take a little while. Melan is working on 
>>>>>>>>>>> this.
>>>>>>>>>>>
>>>>>>>>>>> Saminda
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, May 5, 2011 at 2:36 PM, Melan Nimesh <me...@wso2.com>wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, May 5, 2011 at 2:12 PM, Samisa Abeysinghe <
>>>>>>>>>>>>> sam...@wso2.com> wrote:
>>>>>>>>>>>>> >
>>>>>>>>>>>>> >
>>>>>>>>>>>>> > On Thu, May 5, 2011 at 1:44 PM, Melan Nimesh <me...@wso2.com>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>> >>
>>>>>>>>>>>>> >> Hi,
>>>>>>>>>>>>> >>
>>>>>>>>>>>>> >> I also got same error when building Carbon Studio  in
>>>>>>>>>>>>> Windows (I am
>>>>>>>>>>>>> >> using Windows 7 x64). this is due to collision  with
>>>>>>>>>>>>> >> org.wso2.carbonstudio.eclipse.esb.Mediator class and
>>>>>>>>>>>>> >> org.wso2.carbonstudio.eclipse.esb.mediator.provider package,
>>>>>>>>>>>>> >
>>>>>>>>>>>>> > How did you conclude that this is the error from my build
>>>>>>>>>>>>> log?
>>>>>>>>>>>>>
>>>>>>>>>>>>> I also tried to build Carbon Studio in my machine and my error
>>>>>>>>>>>>> log
>>>>>>>>>>>>> also bit similar to your error log, then I looked at
>>>>>>>>>>>>> corresponding
>>>>>>>>>>>>> source code (org.wso2.carbonstudio.eclipse.esb)
>>>>>>>>>>>>>
>>>>>>>>>>>>> >
>>>>>>>>>>>>> >>
>>>>>>>>>>>>> >> In Java we can not have a class name that is the same as a
>>>>>>>>>>>>> package
>>>>>>>>>>>>> >> name.( even this class and package not in same case, but
>>>>>>>>>>>>> windows treat
>>>>>>>>>>>>> >> them as same)
>>>>>>>>>>>>> >>
>>>>>>>>>>>>> >> I am trying to fix this bug with minimum code change,
>>>>>>>>>>>>> >
>>>>>>>>>>>>> > What is the change you are trying?:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Most codes contains in this java package
>>>>>>>>>>>>> (org.wso2.carbonstudio.eclipse.esb) are generated codes from
>>>>>>>>>>>>> our ESB
>>>>>>>>>>>>> ECore model, I am trying to avoid name conflicts without
>>>>>>>>>>>>> affecting
>>>>>>>>>>>>> other codes
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> >
>>>>>>>>>>>>> >>
>>>>>>>>>>>>> >> Thanks
>>>>>>>>>>>>> >> --Melan
>>>>>>>>>>>>> >> _______________________________________________
>>>>>>>>>>>>> >> Carbon-dev mailing list
>>>>>>>>>>>>> >> Carbon-dev@wso2.org
>>>>>>>>>>>>> >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>>>>>> >
>>>>>>>>>>>>> > Thanks,
>>>>>>>>>>>>> > Samisa...
>>>>>>>>>>>>> >
>>>>>>>>>>>>> > Samisa Abeysinghe
>>>>>>>>>>>>> > VP Engineering
>>>>>>>>>>>>> > WSO2 Inc.
>>>>>>>>>>>>> > http://wso2.com
>>>>>>>>>>>>> > http://wso2.org
>>>>>>>>>>>>> >
>>>>>>>>>>>>> >
>>>>>>>>>>>>> >
>>>>>>>>>>>>> > _______________________________________________
>>>>>>>>>>>>> > Carbon-dev mailing list
>>>>>>>>>>>>> > Carbon-dev@wso2.org
>>>>>>>>>>>>> > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>>>>>> >
>>>>>>>>>>>>> >
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>> --Melan
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Carbon-dev mailing list
>>>>>>>>>>>>> Carbon-dev@wso2.org
>>>>>>>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>>>>>>
>>>>>>>>>>>> Thanks,
>>>>>>>>>>>> Samisa...
>>>>>>>>>>>>
>>>>>>>>>>>> Samisa Abeysinghe
>>>>>>>>>>>> VP Engineering
>>>>>>>>>>>> WSO2 Inc.
>>>>>>>>>>>> http://wso2.com
>>>>>>>>>>>> http://wso2.org
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Carbon-dev mailing list
>>>>>>>>>>>> Carbon-dev@wso2.org
>>>>>>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Carbon-dev mailing list
>>>>>>>>>>> Carbon-dev@wso2.org
>>>>>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>>>>
>>>>>>>>>>> Thanks,
>>>>>>>>>> Samisa...
>>>>>>>>>>
>>>>>>>>>> Samisa Abeysinghe
>>>>>>>>>> VP Engineering
>>>>>>>>>> WSO2 Inc.
>>>>>>>>>> http://wso2.com
>>>>>>>>>> http://wso2.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Carbon-dev mailing list
>>>>>>>>>> Carbon-dev@wso2.org
>>>>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Carbon-dev mailing list
>>>>>>>>> Carbon-dev@wso2.org
>>>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>>
>>>>>>>>> Thanks,
>>>>>>>> Samisa...
>>>>>>>>
>>>>>>>> Samisa Abeysinghe
>>>>>>>> VP Engineering
>>>>>>>> WSO2 Inc.
>>>>>>>> http://wso2.com
>>>>>>>> http://wso2.org
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>> Samisa...
>>>>>>>
>>>>>>> Samisa Abeysinghe
>>>>>>> VP Engineering
>>>>>>> WSO2 Inc.
>>>>>>> http://wso2.com
>>>>>>> http://wso2.org
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Carbon-dev mailing list
>>>>>>> Carbon-dev@wso2.org
>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Carbon-dev mailing list
>>>>>> Carbon-dev@wso2.org
>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>
>>>>>> Thanks,
>>>>> Samisa...
>>>>>
>>>>> Samisa Abeysinghe
>>>>> VP Engineering
>>>>> WSO2 Inc.
>>>>> http://wso2.com
>>>>> http://wso2.org
>>>>>
>>>>>
>>>>>
>>>>> Thanks,
>>>> Samisa...
>>>>
>>>> Samisa Abeysinghe
>>>> VP Engineering
>>>> WSO2 Inc.
>>>> http://wso2.com
>>>> http://wso2.org
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Carbon-dev mailing list
>>>> Carbon-dev@wso2.org
>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>>
>>> Thanks,
>>> --Melan
>>>
>>> _______________________________________________
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>> Thanks,
>> Samisa...
>>
>> Samisa Abeysinghe
>> VP Engineering
>> WSO2 Inc.
>> http://wso2.com
>> http://wso2.org
>>
>>
>>
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
> Thanks
>
> --Melan
>
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to