Re: [Dev] Build failure in chunk02

2013-10-04 Thread Lasantha Fernando
Hi,

I think this was due to all CEP stubs using "${basedir}/src/..." when
passing uri for the wsdl2java tool. This is fixed in r187332.

Thanks,
Lasantha


On 27 September 2013 23:01, Lasantha Fernando  wrote:

> Hi,
>
> Yes, the build failure regarding stubs is occurring to me as well in a
> clean repo. Will investigate further.
>
>
> On 27 September 2013 22:07, Isuru Udana  wrote:
>
>> Yes it's up to date.
>>
>>
>> On Fri, Sep 27, 2013 at 5:00 PM, Lasantha Fernando wrote:
>>
>>> Hi Isuru,
>>>
>>> Can you verify if you have taken an up on the service stubs? I found a
>>> possible cause and did a fix on Sep 20, and after that this issue didn't
>>> occur for me (on a clean repo). Also when building packs for chunk-02 as
>>> well, this was not reported after that.
>>>
>>> Thanks,
>>> Lasantha
>>>
>>>
>>> On 27 September 2013 15:07, Isuru Udana  wrote:
>>>
 Hi Lasantha,

 Did we manage to find the cause of this issue ? I am still getting this
 in a clean repo.

 Thanks.


 On Tue, Sep 17, 2013 at 10:23 PM, Ayashkantha Ramasinghe <
 ayashkan...@wso2.com> wrote:

> Hi,
>
> I just built chunk2 with a clean repo and I happened to build the
> following locations manually.
>
>
> Platform\service-stubs\org.wso2.carbon.event.input.adaptor.manager.stub\1.0.0
>
> Platform\service-stubs\org.wso2.carbon.event.output.adaptor.manager.stub\1.0.0
> Platform\service-stubs\org.wso2.carbon.event.builder.stub\1.0.1
> Platform\service-stubs\org.wso2.carbon.event.formatter.stub\1.0.1
> Platform\service-stubs\org.wso2.carbon.event.processor.stub\1.0.1
> Platform\components\stratos\org.wso2.carbon.google.analytics.ui\2.2.0
>
> Then, it is possible to continue building, but, the problem is these
> are there in the chunk2/service-stubs/pom.xml. why these are not being
> built???
>
> Thanks and Regards,
> -Ayash
>
>
> On Tue, Sep 17, 2013 at 8:00 PM, Isuruwan Herath wrote:
>
>> Hi Lasantha,
>>
>> Yes, stubs got generated when service-stubs built again and build
>> could be continued. Thanks Lasantha.
>>
>>
>>
>>
>> On Tue, Sep 17, 2013 at 7:39 PM, Lasantha Fernando > > wrote:
>>
>>> Hi Isuruwan,
>>>
>>> These stubs should be built since they are included in the
>>> chunk-02/service-stubs/pom.xml. Will verify this issue in a clean repo 
>>> and
>>> see.
>>>
>>> Thanks,
>>> Lasantha
>>>
>>>
>>> On 17 September 2013 19:07, Isuruwan Herath wrote:
>>>
 Compilation error occurs due to below mentioned stub is not
 generated, when built with clean repo.

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
 (default-compile) on project
 org.wso2.carbon.event.input.adaptor.manager.ui: Compilation failure:
 Compilation failure:
 [ERROR]
 /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[8,55]
 package org.wso2.carbon.event.input.adaptor.manager.stub does not exist
 [ERROR]
 /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[16,18]
 cannot find symbol
 [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
 [ERROR] location: class
 org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
 [ERROR]
 /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,8]
 cannot find symbol
 [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
 [ERROR] location: class
 org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
 [ERROR]
 /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,60]
 cannot find symbol
 [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
 [ERROR] location: class
 org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
 [ERROR] -> [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven
 with the -e switch.


 --
 Isuruwan Herath
 Technical Lead

 Conta

Re: [Dev] Build failure in chunk02

2013-09-27 Thread Lasantha Fernando
Hi,

Yes, the build failure regarding stubs is occurring to me as well in a
clean repo. Will investigate further.


On 27 September 2013 22:07, Isuru Udana  wrote:

> Yes it's up to date.
>
>
> On Fri, Sep 27, 2013 at 5:00 PM, Lasantha Fernando wrote:
>
>> Hi Isuru,
>>
>> Can you verify if you have taken an up on the service stubs? I found a
>> possible cause and did a fix on Sep 20, and after that this issue didn't
>> occur for me (on a clean repo). Also when building packs for chunk-02 as
>> well, this was not reported after that.
>>
>> Thanks,
>> Lasantha
>>
>>
>> On 27 September 2013 15:07, Isuru Udana  wrote:
>>
>>> Hi Lasantha,
>>>
>>> Did we manage to find the cause of this issue ? I am still getting this
>>> in a clean repo.
>>>
>>> Thanks.
>>>
>>>
>>> On Tue, Sep 17, 2013 at 10:23 PM, Ayashkantha Ramasinghe <
>>> ayashkan...@wso2.com> wrote:
>>>
 Hi,

 I just built chunk2 with a clean repo and I happened to build the
 following locations manually.


 Platform\service-stubs\org.wso2.carbon.event.input.adaptor.manager.stub\1.0.0

 Platform\service-stubs\org.wso2.carbon.event.output.adaptor.manager.stub\1.0.0
 Platform\service-stubs\org.wso2.carbon.event.builder.stub\1.0.1
 Platform\service-stubs\org.wso2.carbon.event.formatter.stub\1.0.1
 Platform\service-stubs\org.wso2.carbon.event.processor.stub\1.0.1
 Platform\components\stratos\org.wso2.carbon.google.analytics.ui\2.2.0

 Then, it is possible to continue building, but, the problem is these
 are there in the chunk2/service-stubs/pom.xml. why these are not being
 built???

 Thanks and Regards,
 -Ayash


 On Tue, Sep 17, 2013 at 8:00 PM, Isuruwan Herath wrote:

> Hi Lasantha,
>
> Yes, stubs got generated when service-stubs built again and build
> could be continued. Thanks Lasantha.
>
>
>
>
> On Tue, Sep 17, 2013 at 7:39 PM, Lasantha Fernando 
> wrote:
>
>> Hi Isuruwan,
>>
>> These stubs should be built since they are included in the
>> chunk-02/service-stubs/pom.xml. Will verify this issue in a clean repo 
>> and
>> see.
>>
>> Thanks,
>> Lasantha
>>
>>
>> On 17 September 2013 19:07, Isuruwan Herath wrote:
>>
>>> Compilation error occurs due to below mentioned stub is not
>>> generated, when built with clean repo.
>>>
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>> (default-compile) on project
>>> org.wso2.carbon.event.input.adaptor.manager.ui: Compilation failure:
>>> Compilation failure:
>>> [ERROR]
>>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[8,55]
>>> package org.wso2.carbon.event.input.adaptor.manager.stub does not exist
>>> [ERROR]
>>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[16,18]
>>> cannot find symbol
>>> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
>>> [ERROR] location: class
>>> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
>>> [ERROR]
>>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,8]
>>> cannot find symbol
>>> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
>>> [ERROR] location: class
>>> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
>>> [ERROR]
>>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,60]
>>> cannot find symbol
>>> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
>>> [ERROR] location: class
>>> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
>>> [ERROR] -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
>>> the -e switch.
>>>
>>>
>>> --
>>> Isuruwan Herath
>>> Technical Lead
>>>
>>> Contact: +94 776 273 296
>>>
>>
>>
>>
>> --
>> *Lasantha Fernando*
>> Software Engineer - Data Technologies Team
>> WSO2 Inc. http://wso2.com
>>
>> email: lasan...@wso2.com
>> mobile: (+94) 71 5247551
>>
>
>
>
> --
> Isuruwan Herath
> Technical Lead
>
> Contact: +94

Re: [Dev] Build failure in chunk02

2013-09-27 Thread Isuru Udana
Yes it's up to date.


On Fri, Sep 27, 2013 at 5:00 PM, Lasantha Fernando wrote:

> Hi Isuru,
>
> Can you verify if you have taken an up on the service stubs? I found a
> possible cause and did a fix on Sep 20, and after that this issue didn't
> occur for me (on a clean repo). Also when building packs for chunk-02 as
> well, this was not reported after that.
>
> Thanks,
> Lasantha
>
>
> On 27 September 2013 15:07, Isuru Udana  wrote:
>
>> Hi Lasantha,
>>
>> Did we manage to find the cause of this issue ? I am still getting this
>> in a clean repo.
>>
>> Thanks.
>>
>>
>> On Tue, Sep 17, 2013 at 10:23 PM, Ayashkantha Ramasinghe <
>> ayashkan...@wso2.com> wrote:
>>
>>> Hi,
>>>
>>> I just built chunk2 with a clean repo and I happened to build the
>>> following locations manually.
>>>
>>>
>>> Platform\service-stubs\org.wso2.carbon.event.input.adaptor.manager.stub\1.0.0
>>>
>>> Platform\service-stubs\org.wso2.carbon.event.output.adaptor.manager.stub\1.0.0
>>> Platform\service-stubs\org.wso2.carbon.event.builder.stub\1.0.1
>>> Platform\service-stubs\org.wso2.carbon.event.formatter.stub\1.0.1
>>> Platform\service-stubs\org.wso2.carbon.event.processor.stub\1.0.1
>>> Platform\components\stratos\org.wso2.carbon.google.analytics.ui\2.2.0
>>>
>>> Then, it is possible to continue building, but, the problem is these are
>>> there in the chunk2/service-stubs/pom.xml. why these are not being built???
>>>
>>> Thanks and Regards,
>>> -Ayash
>>>
>>>
>>> On Tue, Sep 17, 2013 at 8:00 PM, Isuruwan Herath wrote:
>>>
 Hi Lasantha,

 Yes, stubs got generated when service-stubs built again and build could
 be continued. Thanks Lasantha.




 On Tue, Sep 17, 2013 at 7:39 PM, Lasantha Fernando 
 wrote:

> Hi Isuruwan,
>
> These stubs should be built since they are included in the
> chunk-02/service-stubs/pom.xml. Will verify this issue in a clean repo and
> see.
>
> Thanks,
> Lasantha
>
>
> On 17 September 2013 19:07, Isuruwan Herath  wrote:
>
>> Compilation error occurs due to below mentioned stub is not
>> generated, when built with clean repo.
>>
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>> (default-compile) on project
>> org.wso2.carbon.event.input.adaptor.manager.ui: Compilation failure:
>> Compilation failure:
>> [ERROR]
>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[8,55]
>> package org.wso2.carbon.event.input.adaptor.manager.stub does not exist
>> [ERROR]
>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[16,18]
>> cannot find symbol
>> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
>> [ERROR] location: class
>> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
>> [ERROR]
>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,8]
>> cannot find symbol
>> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
>> [ERROR] location: class
>> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
>> [ERROR]
>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,60]
>> cannot find symbol
>> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
>> [ERROR] location: class
>> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
>> [ERROR] -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with
>> the -e switch.
>>
>>
>> --
>> Isuruwan Herath
>> Technical Lead
>>
>> Contact: +94 776 273 296
>>
>
>
>
> --
> *Lasantha Fernando*
> Software Engineer - Data Technologies Team
> WSO2 Inc. http://wso2.com
>
> email: lasan...@wso2.com
> mobile: (+94) 71 5247551
>



 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Build failure in chunk02

2013-09-27 Thread Lasantha Fernando
Hi Isuru,

Can you verify if you have taken an up on the service stubs? I found a
possible cause and did a fix on Sep 20, and after that this issue didn't
occur for me (on a clean repo). Also when building packs for chunk-02 as
well, this was not reported after that.

Thanks,
Lasantha


On 27 September 2013 15:07, Isuru Udana  wrote:

> Hi Lasantha,
>
> Did we manage to find the cause of this issue ? I am still getting this in
> a clean repo.
>
> Thanks.
>
>
> On Tue, Sep 17, 2013 at 10:23 PM, Ayashkantha Ramasinghe <
> ayashkan...@wso2.com> wrote:
>
>> Hi,
>>
>> I just built chunk2 with a clean repo and I happened to build the
>> following locations manually.
>>
>>
>> Platform\service-stubs\org.wso2.carbon.event.input.adaptor.manager.stub\1.0.0
>>
>> Platform\service-stubs\org.wso2.carbon.event.output.adaptor.manager.stub\1.0.0
>> Platform\service-stubs\org.wso2.carbon.event.builder.stub\1.0.1
>> Platform\service-stubs\org.wso2.carbon.event.formatter.stub\1.0.1
>> Platform\service-stubs\org.wso2.carbon.event.processor.stub\1.0.1
>> Platform\components\stratos\org.wso2.carbon.google.analytics.ui\2.2.0
>>
>> Then, it is possible to continue building, but, the problem is these are
>> there in the chunk2/service-stubs/pom.xml. why these are not being built???
>>
>> Thanks and Regards,
>> -Ayash
>>
>>
>> On Tue, Sep 17, 2013 at 8:00 PM, Isuruwan Herath wrote:
>>
>>> Hi Lasantha,
>>>
>>> Yes, stubs got generated when service-stubs built again and build could
>>> be continued. Thanks Lasantha.
>>>
>>>
>>>
>>>
>>> On Tue, Sep 17, 2013 at 7:39 PM, Lasantha Fernando wrote:
>>>
 Hi Isuruwan,

 These stubs should be built since they are included in the
 chunk-02/service-stubs/pom.xml. Will verify this issue in a clean repo and
 see.

 Thanks,
 Lasantha


 On 17 September 2013 19:07, Isuruwan Herath  wrote:

> Compilation error occurs due to below mentioned stub is not generated,
> when built with clean repo.
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> (default-compile) on project
> org.wso2.carbon.event.input.adaptor.manager.ui: Compilation failure:
> Compilation failure:
> [ERROR]
> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[8,55]
> package org.wso2.carbon.event.input.adaptor.manager.stub does not exist
> [ERROR]
> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[16,18]
> cannot find symbol
> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
> [ERROR] location: class
> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
> [ERROR]
> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,8]
> cannot find symbol
> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
> [ERROR] location: class
> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
> [ERROR]
> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,60]
> cannot find symbol
> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
> [ERROR] location: class
> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with
> the -e switch.
>
>
> --
> Isuruwan Herath
> Technical Lead
>
> Contact: +94 776 273 296
>



 --
 *Lasantha Fernando*
 Software Engineer - Data Technologies Team
 WSO2 Inc. http://wso2.com

 email: lasan...@wso2.com
 mobile: (+94) 71 5247551

>>>
>>>
>>>
>>> --
>>> Isuruwan Herath
>>> Technical Lead
>>>
>>> Contact: +94 776 273 296
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Isuru Udana*
> *
>  *
> Senior *
> Software Engineer
> *
> WSO2 Inc.; http://wso2.com
> email: isu...@wso2.com cell: +94 77 3791887
> blog: http://mytecheye.blogspot.com/
> twitter: http://twitter.com/isudana
>
> __

Re: [Dev] Build failure in chunk02

2013-09-27 Thread Isuru Udana
Hi Lasantha,

Did we manage to find the cause of this issue ? I am still getting this in
a clean repo.

Thanks.


On Tue, Sep 17, 2013 at 10:23 PM, Ayashkantha Ramasinghe <
ayashkan...@wso2.com> wrote:

> Hi,
>
> I just built chunk2 with a clean repo and I happened to build the
> following locations manually.
>
>
> Platform\service-stubs\org.wso2.carbon.event.input.adaptor.manager.stub\1.0.0
>
> Platform\service-stubs\org.wso2.carbon.event.output.adaptor.manager.stub\1.0.0
> Platform\service-stubs\org.wso2.carbon.event.builder.stub\1.0.1
> Platform\service-stubs\org.wso2.carbon.event.formatter.stub\1.0.1
> Platform\service-stubs\org.wso2.carbon.event.processor.stub\1.0.1
> Platform\components\stratos\org.wso2.carbon.google.analytics.ui\2.2.0
>
> Then, it is possible to continue building, but, the problem is these are
> there in the chunk2/service-stubs/pom.xml. why these are not being built???
>
> Thanks and Regards,
> -Ayash
>
>
> On Tue, Sep 17, 2013 at 8:00 PM, Isuruwan Herath wrote:
>
>> Hi Lasantha,
>>
>> Yes, stubs got generated when service-stubs built again and build could
>> be continued. Thanks Lasantha.
>>
>>
>>
>>
>> On Tue, Sep 17, 2013 at 7:39 PM, Lasantha Fernando wrote:
>>
>>> Hi Isuruwan,
>>>
>>> These stubs should be built since they are included in the
>>> chunk-02/service-stubs/pom.xml. Will verify this issue in a clean repo and
>>> see.
>>>
>>> Thanks,
>>> Lasantha
>>>
>>>
>>> On 17 September 2013 19:07, Isuruwan Herath  wrote:
>>>
 Compilation error occurs due to below mentioned stub is not generated,
 when built with clean repo.

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
 (default-compile) on project
 org.wso2.carbon.event.input.adaptor.manager.ui: Compilation failure:
 Compilation failure:
 [ERROR]
 /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[8,55]
 package org.wso2.carbon.event.input.adaptor.manager.stub does not exist
 [ERROR]
 /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[16,18]
 cannot find symbol
 [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
 [ERROR] location: class
 org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
 [ERROR]
 /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,8]
 cannot find symbol
 [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
 [ERROR] location: class
 org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
 [ERROR]
 /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,60]
 cannot find symbol
 [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
 [ERROR] location: class
 org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
 [ERROR] -> [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with
 the -e switch.


 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296

>>>
>>>
>>>
>>> --
>>> *Lasantha Fernando*
>>> Software Engineer - Data Technologies Team
>>> WSO2 Inc. http://wso2.com
>>>
>>> email: lasan...@wso2.com
>>> mobile: (+94) 71 5247551
>>>
>>
>>
>>
>> --
>> Isuruwan Herath
>> Technical Lead
>>
>> Contact: +94 776 273 296
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Udana*
*
 *
Senior *
Software Engineer
*
WSO2 Inc.; http://wso2.com
email: isu...@wso2.com cell: +94 77 3791887
blog: http://mytecheye.blogspot.com/
twitter: http://twitter.com/isudana
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Build failure in chunk02

2013-09-17 Thread Ayashkantha Ramasinghe
Hi,

I just built chunk2 with a clean repo and I happened to build the following
locations manually.

Platform\service-stubs\org.wso2.carbon.event.input.adaptor.manager.stub\1.0.0
Platform\service-stubs\org.wso2.carbon.event.output.adaptor.manager.stub\1.0.0
Platform\service-stubs\org.wso2.carbon.event.builder.stub\1.0.1
Platform\service-stubs\org.wso2.carbon.event.formatter.stub\1.0.1
Platform\service-stubs\org.wso2.carbon.event.processor.stub\1.0.1
Platform\components\stratos\org.wso2.carbon.google.analytics.ui\2.2.0

Then, it is possible to continue building, but, the problem is these are
there in the chunk2/service-stubs/pom.xml. why these are not being built???

Thanks and Regards,
-Ayash


On Tue, Sep 17, 2013 at 8:00 PM, Isuruwan Herath  wrote:

> Hi Lasantha,
>
> Yes, stubs got generated when service-stubs built again and build could be
> continued. Thanks Lasantha.
>
>
>
>
> On Tue, Sep 17, 2013 at 7:39 PM, Lasantha Fernando wrote:
>
>> Hi Isuruwan,
>>
>> These stubs should be built since they are included in the
>> chunk-02/service-stubs/pom.xml. Will verify this issue in a clean repo and
>> see.
>>
>> Thanks,
>> Lasantha
>>
>>
>> On 17 September 2013 19:07, Isuruwan Herath  wrote:
>>
>>> Compilation error occurs due to below mentioned stub is not generated,
>>> when built with clean repo.
>>>
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>> (default-compile) on project
>>> org.wso2.carbon.event.input.adaptor.manager.ui: Compilation failure:
>>> Compilation failure:
>>> [ERROR]
>>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[8,55]
>>> package org.wso2.carbon.event.input.adaptor.manager.stub does not exist
>>> [ERROR]
>>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[16,18]
>>> cannot find symbol
>>> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
>>> [ERROR] location: class
>>> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
>>> [ERROR]
>>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,8]
>>> cannot find symbol
>>> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
>>> [ERROR] location: class
>>> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
>>> [ERROR]
>>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,60]
>>> cannot find symbol
>>> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
>>> [ERROR] location: class
>>> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
>>> [ERROR] -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>>> -e switch.
>>>
>>>
>>> --
>>> Isuruwan Herath
>>> Technical Lead
>>>
>>> Contact: +94 776 273 296
>>>
>>
>>
>>
>> --
>> *Lasantha Fernando*
>> Software Engineer - Data Technologies Team
>> WSO2 Inc. http://wso2.com
>>
>> email: lasan...@wso2.com
>> mobile: (+94) 71 5247551
>>
>
>
>
> --
> Isuruwan Herath
> Technical Lead
>
> Contact: +94 776 273 296
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Build failure in chunk02

2013-09-17 Thread Lasantha Fernando
Hi Isuruwan,

These stubs should be built since they are included in the
chunk-02/service-stubs/pom.xml. Will verify this issue in a clean repo and
see.

Thanks,
Lasantha


On 17 September 2013 19:07, Isuruwan Herath  wrote:

> Compilation error occurs due to below mentioned stub is not generated,
> when built with clean repo.
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> (default-compile) on project
> org.wso2.carbon.event.input.adaptor.manager.ui: Compilation failure:
> Compilation failure:
> [ERROR]
> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[8,55]
> package org.wso2.carbon.event.input.adaptor.manager.stub does not exist
> [ERROR]
> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[16,18]
> cannot find symbol
> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
> [ERROR] location: class
> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
> [ERROR]
> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,8]
> cannot find symbol
> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
> [ERROR] location: class
> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
> [ERROR]
> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,60]
> cannot find symbol
> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
> [ERROR] location: class
> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
>
>
> --
> Isuruwan Herath
> Technical Lead
>
> Contact: +94 776 273 296
>



-- 
*Lasantha Fernando*
Software Engineer - Data Technologies Team
WSO2 Inc. http://wso2.com

email: lasan...@wso2.com
mobile: (+94) 71 5247551
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Build failure in chunk02

2013-09-17 Thread Isuruwan Herath
Hi Lasantha,

Yes, stubs got generated when service-stubs built again and build could be
continued. Thanks Lasantha.




On Tue, Sep 17, 2013 at 7:39 PM, Lasantha Fernando wrote:

> Hi Isuruwan,
>
> These stubs should be built since they are included in the
> chunk-02/service-stubs/pom.xml. Will verify this issue in a clean repo and
> see.
>
> Thanks,
> Lasantha
>
>
> On 17 September 2013 19:07, Isuruwan Herath  wrote:
>
>> Compilation error occurs due to below mentioned stub is not generated,
>> when built with clean repo.
>>
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>> (default-compile) on project
>> org.wso2.carbon.event.input.adaptor.manager.ui: Compilation failure:
>> Compilation failure:
>> [ERROR]
>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[8,55]
>> package org.wso2.carbon.event.input.adaptor.manager.stub does not exist
>> [ERROR]
>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[16,18]
>> cannot find symbol
>> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
>> [ERROR] location: class
>> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
>> [ERROR]
>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,8]
>> cannot find symbol
>> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
>> [ERROR] location: class
>> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
>> [ERROR]
>> /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,60]
>> cannot find symbol
>> [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
>> [ERROR] location: class
>> org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
>> [ERROR] -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>>
>>
>> --
>> Isuruwan Herath
>> Technical Lead
>>
>> Contact: +94 776 273 296
>>
>
>
>
> --
> *Lasantha Fernando*
> Software Engineer - Data Technologies Team
> WSO2 Inc. http://wso2.com
>
> email: lasan...@wso2.com
> mobile: (+94) 71 5247551
>



-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev