Hi SupunM, On Mon, Apr 4, 2011 at 2:59 PM, Supun Malinga <[email protected]> wrote:
> > > On Mon, Apr 4, 2011 at 1:52 PM, Harshana Martin <[email protected]> wrote: > >> Hi SupunM, >> >> On Mon, Apr 4, 2011 at 1:04 PM, Supun Malinga <[email protected]> wrote: >> >>> >>> >>> On Mon, Apr 4, 2011 at 12:04 PM, Harshana Martin <[email protected]>wrote: >>> >>>> Hi SupunM, >>>> >>>> On Mon, Apr 4, 2011 at 11:17 AM, Supun Malinga <[email protected]> wrote: >>>> >>>>> >>>>> >>>>> On Mon, Apr 4, 2011 at 11:06 AM, Janaka Ranabahu <[email protected]>wrote: >>>>> >>>>>> >>>>>> >>>>>> On Mon, Apr 4, 2011 at 10:59 AM, Amila Maha Arachchi <[email protected] >>>>>> > wrote: >>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> AFAIU most of the products were broken due to integration test jar >>>>>>> being missing. We had to manually build the integration/core with tests >>>>>>> to >>>>>>> get rid of this. After that many products were successfully built. I >>>>>>> notices >>>>>>> some breaks in MS, CEP, ESB. >>>>>>> >>>>>>> We have a nother problem. Now we build using the command "mvn >>>>>>> install". Therefore the target doesn't get cleaned AFAIU. So if the >>>>>>> build >>>>>>> fails for a certain product, it will still contain a recently built >>>>>>> pack in >>>>>>> the target and it will get copied to the place where we host them. Then >>>>>>> the >>>>>>> QA folks will test it and report errors. >>>>>>> >>>>>>> I think we'll have to clean the product folders before building them >>>>>>> (in the build script). >>>>>>> >>>>>> >>>>> Is there a way we can configure this from maven itself?. 'cos usually >>>>> when we build the product locally we use them by extracting it there >>>>> itself. >>>>> While building again the created temp directory has the same name as the >>>>> product folder (eg for appserver :target/wso2appserver-4.1.0-SNAPSHOT). So >>>>> there will be complications. >>>>> >>>> >>>> What type of complications are you talking about here? >>>> >>> >>> Hi Harshana, >>> >>> Well I didn't come across a runtime issue due to this. But I did saw some >>> maven warnings while copying the jars. What I wanted to point out is that >>> ideally its better if this scenario can be avoided. >>> >> Hi Harshana, > >> >> Yes. Your concern is valid but I do not think it is a problem since the >> existing jars and the newly created jars are identical. >> > > I'm not sure. Maven gives following error[1], messages in p2 generation > when I use, mvn install. > Yes. But still this does not break build. And this occurs only when there is no change in the product :). Thanks and Regards, Harshana > > regards, > > [1] > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/asm-1.5.3.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/axis2-jaxbri-1.6.1.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/axis2-jibx-1.6.1.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/bcel-5.2.0.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/cglib-2.1.3.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/commons-beanutils-1.8.0.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/commons-cli-1.2.0.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/commons-configuration-1.6.0.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/commons-digester-1.8.1.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/derby-10.3.2.1wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/geronimo-jms_1.1_spec-1.1.0.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/google-collect-1.0.0.wso2v2.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/guice-2.0.0.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/hibernate-3.2.5.ga-wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/httpclient-4.1.0.alpha1-wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/jaxb-2.1.6.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/jdom-1.0.0.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/jibx-1.2.1.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/json-1.0.0.wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/openid4java-nodeps-0.9.6.SNAPSHOT-wso2v1.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.aarservices-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.aarservices.stub-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.aarservices.ui-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.activation-1.1.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.announcement-1.1.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.application.deployer.webapp-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.application.mgt-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.application.mgt.stub-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.application.mgt.ui-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.application.upload-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.bam.data.publisher.servicestats-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.bam.data.publisher.servicestats.stub-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.bam.data.publisher.servicestats.ui-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.caching-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.caching.stub-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.caching.ui-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.common-1.1.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.db.keep.alive-1.1.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.discovery.core-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.event.admin-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.event.api-3.2.0.SNAPSHOT.jar > [ERROR] Artifact repository out of sync. Overwriting > /home/disk1/carbon_builds/trunk/products/appserver/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.event.client-3.2.0.SNAPSHOT.jar > ........... > ........... > .......... > >> >> Thanks and Regards, >> Harshana >> >>> >>> thanks, >>> >>>> >>>> Thanks and Regards, >>>> Harshana >>>> >>>>> >>>>> regards, >>>>> >>>>> >>>>>> +1. >>>>>> >>>>>>> >>>>>>> Thanks, >>>>>>> AmilaM. >>>>>>> >>>>>>> On Mon, Apr 4, 2011 at 8:35 AM, Samisa Abeysinghe >>>>>>> <[email protected]>wrote: >>>>>>> >>>>>>>> There are many product builds in broken state... >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Samisa... >>>>>>>> >>>>>>>> Samisa Abeysinghe >>>>>>>> VP Engineering >>>>>>>> WSO2 Inc. >>>>>>>> http://wso2.com >>>>>>>> http://wso2.org >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Carbon-dev mailing list >>>>>>>> [email protected] >>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Carbon-dev mailing list >>>>>>> [email protected] >>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Janaka Ranabahu >>>>>> Software Engineer >>>>>> WSO2 Inc. >>>>>> >>>>>> Mobile +94 718370861 >>>>>> Email : [email protected] >>>>>> Blog : janakaranabahu.blogspot.com >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Carbon-dev mailing list >>>>>> [email protected] >>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Supun Malinga, >>>>> >>>>> Software Engineer, >>>>> >>>>> WSO2 Inc. >>>>> http://wso2.com >>>>> http://wso2.org >>>>> email - [email protected] <[email protected]> >>>>> mobile - 071 56 91 321 >>>>> >>>>> >>>>> _______________________________________________ >>>>> Carbon-dev mailing list >>>>> [email protected] >>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>>> >>>>> >>>> >>>> >>>> -- >>>> Harshana Martin >>>> Software Engineer >>>> WSO2 Inc. >>>> Web:http://wso2.com >>>> http://wso2.org >>>> >>>> Mobile: +94 716062650 >>>> Blog: http://harshana05.blogspot.com >>>> Profile: https://www.google.com/profiles/harshana05 >>>> Twitter: http://twitter.com/harshana05 >>>> >>>> >>> >>> >>> -- >>> Supun Malinga, >>> >>> Software Engineer, >>> WSO2 Inc. >>> http://wso2.com >>> http://wso2.org >>> email - [email protected] <[email protected]> >>> mobile - 071 56 91 321 >>> >>> >> >> >> -- >> Harshana Martin >> Software Engineer >> WSO2 Inc. >> Web:http://wso2.com >> http://wso2.org >> >> Mobile: +94 716062650 >> Blog: http://harshana05.blogspot.com >> Profile: https://www.google.com/profiles/harshana05 >> Twitter: http://twitter.com/harshana05 >> >> > > > -- > Supun Malinga, > > Software Engineer, > WSO2 Inc. > http://wso2.com > http://wso2.org > email - [email protected] <[email protected]> > mobile - 071 56 91 321 > > -- Harshana Martin Software Engineer WSO2 Inc. Web:http://wso2.com http://wso2.org Mobile: +94 716062650 Blog: http://harshana05.blogspot.com Profile: https://www.google.com/profiles/harshana05 Twitter: http://twitter.com/harshana05
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
