Now, the svn checkout does not work :( Updated: D:\svn\carbon\samples\shopping-cart\data-service\pom.xml Error: URL Error: ' https://svn.wso2.org/repos/wso2/trunk/carbon/products/dss/modules/samples/product/shopping_cart/sql'
Error: of existing directory 'D:\svn\carbon\samples\shopping-cart\data-service\sql' Error: does not match expected URL ' https://svn.wso2.org/repos/wso2/trunk/carbon/samples/shopping-cart/data-service/sql' Finished!: On Sun, Mar 20, 2011 at 4:57 PM, Milinda Pathirage <[email protected]> wrote: > Default ODE build only builds Derby DB. We added H2 support to our custom > branch and added H2 DB creation to same module. We are creating H2 database > and Derby database in ODE build to make sure every thing is ok in ORM layer. > > Thanks > Milinda > > > On Sun, Mar 20, 2011 at 2:17 PM, Sanjiva Weerawarana <[email protected]>wrote: > >> BTW its not clear to me why we are executing both create-h2-database and >> create-derby-db. >> >> >> On Sun, Mar 20, 2011 at 2:15 PM, Sanjiva Weerawarana <[email protected]>wrote: >> >>> Is the trunk supposed to build correctly with a clean m2 and online build >>> with tests? It doesn't for me: >>> >>> [INFO] [antrun:run {execution: create-h2-database}] >>> [INFO] Executing tasks >>> [echo] ########### Create H2 Database ############## >>> [sql] Executing file: >>> /Users/sanjiva/Projects/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql >>> [sql] 55 of 55 SQL statements executed successfully >>> [echo] ##################### END ############################ >>> [INFO] Executed tasks >>> [INFO] [sql:execute {execution: create-derby-db}] >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] FATAL ERROR >>> [INFO] >>> ------------------------------------------------------------------------ >>> Exception in thread "main" >>> >>> And it seems to be stuck here. >>> >>> Sanjiva. >>> >>> On Sun, Mar 20, 2011 at 9:22 AM, Harshana Martin <[email protected]>wrote: >>> >>>> >>>> >>>> On Sun, Mar 20, 2011 at 8:37 AM, Denis Weerasiri <[email protected]>wrote: >>>> >>>>> >>>>> >>>>> On Sun, Mar 20, 2011 at 8:19 AM, Hasini Gunasinghe <[email protected]>wrote: >>>>> >>>>>> >>>>>> >>>>>> On Sun, Mar 20, 2011 at 8:04 AM, Denis Weerasiri <[email protected]>wrote: >>>>>> >>>>>>> >>>>>>> >>>>>>> On Sun, Mar 20, 2011 at 7:57 AM, Afkham Azeez <[email protected]>wrote: >>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Sun, Mar 20, 2011 at 7:39 AM, Samisa Abeysinghe <[email protected] >>>>>>>> > wrote: >>>>>>>> >>>>>>>>> In general, the build is still very unstable :( >>>>>>>>> >>>>>>>>> We are yet to see the continuous build running on the >>>>>>>>> builder succeed. That is a bad sign. Because, if the build is right, >>>>>>>>> then >>>>>>>>> the continuous build got to pass. >>>>>>>>> >>>>>>>> >>>>>>>> Somehow, I managed to build everything with a clean repo. Now the >>>>>>>> only issue seems to be some products being dependent on test jars. >>>>>>>> Everything else seems to be under control. >>>>>>>> >>>>>>> Hi Denis, >>>>>> >>>>>>> +1, >>>>>>> But IS is still has a issue with incremental building. So it need to >>>>>>> clean the project, before mvn install. >>>>>>> >>>>>> Does this happen even after the fix we did yesterday as discussed in a >>>>>> previous thread on build failure? >>>>>> According to the mails from builder and our previous discussion, the >>>>>> build that was triggered before the fix has been failed, but the last >>>>>> build >>>>>> has passed the IS build. >>>>>> Did the IS build pass in last build, just because clean was run before >>>>>> mvn install? >>>>>> >>>>> >>>> Shall we modify the p2-profile-gen poms to run an Ant Task there to >>>> clean targets? >>>> >>>> Thanks and Regards, >>>> Harshana >>>> >>>>> Yp. >>>>> >>>>>> >>>>>> Thanks, >>>>>> Hasini. >>>>>> >>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On Fri, Mar 18, 2011 at 4:21 PM, Indika Kumara <[email protected]>wrote: >>>>>>>>> >>>>>>>>>> Sorry... Delayed the changes until someone verify ..Fixed ... >>>>>>>>>> >>>>>>>>>> ~ Indika >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Fri, Mar 18, 2011 at 4:13 PM, Samisa Abeysinghe < >>>>>>>>>> [email protected]> wrote: >>>>>>>>>> >>>>>>>>>>> Now it is in Casendra >>>>>>>>>>> >>>>>>>>>>> I still have trouble with this :( >>>>>>>>>>> >>>>>>>>>>> [INFO] >>>>>>>>>>> ------------------------------------------------------------------------ >>>>>>>>>>> [ERROR] BUILD ERROR >>>>>>>>>>> [INFO] >>>>>>>>>>> ------------------------------------------------------------------------ >>>>>>>>>>> [INFO] An Ant BuildException has occured: Execute failed: >>>>>>>>>>> java.io.IOException: Cannot run program "ant" (in directory >>>>>>>>>>> "D:\svn\carbon\dependencies\cass >>>>>>>>>>> andra"): CreateProcess error=2, The system cannot find the file >>>>>>>>>>> specified >>>>>>>>>>> >>>>>>>>>>> [INFO] >>>>>>>>>>> ------------------------------------------------------------------------ >>>>>>>>>>> [INFO] For more information, run Maven with the -e switch >>>>>>>>>>> [INFO] >>>>>>>>>>> ------------------------------------------------------------------------ >>>>>>>>>>> [INFO] Total time: 22 minutes 50 seconds >>>>>>>>>>> [INFO] Finished at: Fri Mar 18 10:03:02 IST 2011 >>>>>>>>>>> [INFO] Final Memory: 615M/867M >>>>>>>>>>> [INFO] >>>>>>>>>>> ------------------------------------------------------------------------ >>>>>>>>>>> >>>>>>>>>>> D:\svn\carbon\dependencies>echo %ANT_HOME% >>>>>>>>>>> E:\apache-ant-1.8.1 >>>>>>>>>>> >>>>>>>>>>> On Fri, Mar 18, 2011 at 12:31 AM, Danushka Menikkumbura < >>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>> >>>>>>>>>>>> This is now fixed using a java task. Tested on Linux and >>>>>>>>>>>> Windows. You need to have the env variable ANT_HOME set in order >>>>>>>>>>>> to get this >>>>>>>>>>>> to work. >>>>>>>>>>>> >>>>>>>>>>>> Thanks, >>>>>>>>>>>> Danushka >>>>>>>>>>>> >>>>>>>>>>>> On Thu, Mar 17, 2011 at 1:20 PM, Danushka Menikkumbura < >>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> The fix suggested by Shankar did not work for Qpid due to some >>>>>>>>>>>>> environment variable issue. That is why it uses "exec" task. >>>>>>>>>>>>> Please use >>>>>>>>>>>>> "ant.bat" in place of "ant" until I find a fix. >>>>>>>>>>>>> >>>>>>>>>>>>> Thanks, >>>>>>>>>>>>> Danushka >>>>>>>>>>>>> >>>>>>>>>>>>> On Thu, Mar 17, 2011 at 1:08 PM, Samisa Abeysinghe < >>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> On Thu, Mar 17, 2011 at 11:22 AM, Indika Kumara < >>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>> >>>>>>>>>>>>>>> Shankar, thanks you very much . It worked perfectly. if some >>>>>>>>>>>>>>> one in Linux can verify the build, we can commit it. >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> Can someone fix this please. I am stuck at qpid even with >>>>>>>>>>>>>> tests skipped on Windows. :( >>>>>>>>>>>>>> >>>>>>>>>>>>>> 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 >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> 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 >>>>>>>>> [email protected] >>>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> *Afkham Azeez* >>>>>>>> Senior Software Architect & Senior Manager; WSO2, Inc.; >>>>>>>> http://wso2.com, >>>>>>>> * >>>>>>>> * >>>>>>>> *Member; Apache Software Foundation; >>>>>>>> **http://www.apache.org/*<http://www.apache.org/> >>>>>>>> * >>>>>>>> email: **[email protected]* <[email protected]>* cell: +94 77 3320919 >>>>>>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>* >>>>>>>> twitter: >>>>>>>> **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez> >>>>>>>> * >>>>>>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez* >>>>>>>> * >>>>>>>> * >>>>>>>> *Lean . Enterprise . Middleware* >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Carbon-dev mailing list >>>>>>>> [email protected] >>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Thanks, >>>>>>> Denis >>>>>>> ---------------------------------------------------------- >>>>>>> *Denis Weerasiri* >>>>>>> Software Engineer; WSO2 Inc.; http://wso2.com, >>>>>>> *email: denis <http://goog_277208233/>** [AT] >>>>>>> wso2.com*<http://wso2.com/> >>>>>>> * >>>>>>> blog: >>>>>>> **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/> >>>>>>> * >>>>>>> twitter: >>>>>>> **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri> >>>>>>> * >>>>>>> linked-in: >>>>>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Carbon-dev mailing list >>>>>>> [email protected] >>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>>>>> >>>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Thanks, >>>>> Denis >>>>> ---------------------------------------------------------- >>>>> *Denis Weerasiri* >>>>> Software Engineer; WSO2 Inc.; http://wso2.com, >>>>> *email: denis <http://goog_277208233/>** [AT] wso2.com*<http://wso2.com/> >>>>> * >>>>> blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/> >>>>> * >>>>> twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri> >>>>> * >>>>> linked-in: >>>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri> >>>>> >>>>> >>>>> _______________________________________________ >>>>> 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 >>>> >>>> >>>> _______________________________________________ >>>> Carbon-dev mailing list >>>> [email protected] >>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> >>>> >>> >>> >>> -- >>> Sanjiva Weerawarana, Ph.D. >>> Founder, Chairman & CEO; WSO2, Inc.; http://wso2.com/ >>> email: [email protected]; phone: +94 11 763 9614; cell: +94 77 787 6880 | >>> +1 650 265 8311 >>> blog: http://sanjiva.weerawarana.org/ >>> >>> Lean . Enterprise . Middleware >>> >> >> >> >> -- >> Sanjiva Weerawarana, Ph.D. >> Founder, Chairman & CEO; WSO2, Inc.; http://wso2.com/ >> email: [email protected]; phone: +94 11 763 9614; cell: +94 77 787 6880 | +1 >> 650 265 8311 >> blog: http://sanjiva.weerawarana.org/ >> >> Lean . Enterprise . Middleware >> >> _______________________________________________ >> Carbon-dev mailing list >> [email protected] >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> >> > > > -- > Milinda Pathirage > Technical Lead and Product Manager, Business Process Server - WSO2 Inc; > http://wso2.com > Blog: http://blog.mpathirage.com > > Lean Enterprise Middleware > > _______________________________________________ > Carbon-dev mailing list > [email protected] > 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 [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
