Tags
android (7) anonymity (9) ant (10) apache (60) apple (9) atv (18) australia (8) bernardet (7) bombardier (7) book (7) browser (11) business (8) caliber30 (61) canon (9) captcha (8) cedricwalter (7) checklist (9) chrome (6) collection (8) comcontent (7) continuousbuild (28) design (13) designpattern (23) desktop (8) development (31) DIY (9) draganflyer5 (9) dslr (14) eclipse (30) ek4 (8) electronic (18) enfrancais (66) event (8) figures (14) firefox (20) firmware (8) flash (9) flickr (6) framework (12) fud (9) game (19) gaming (6) google (70) gpl (8) gps (9) hacking (25) hdtv (7) hollidays (15) homecinema (14) homepage (20) howto (75) innoveo (7) iphone (7) italy (10) itsatrap (8) java (80) javascript (11) joke (12) joomla (223) joomla15 (39) joomlacloud (7) junit (9) kde (11) kyosho (62) links (17) linux (127) LittleBigPlanet (16) mambo (18) manual (8) manurhin (9) maven (42) mediacenter (10) microsoft (53) modding (10) module (21) morespeed (16) motor (8) motorcycle (13) myhomepage (14) mysql (14) nas (14) neogeo (20) opencomment (27) opensource (63) opensuse (10) oss (8) p2p (7) panasonic (6) patch (32) pc (12) pdf (8) php (28) picasa (7) plugin (67) privacy (9) projector (11) protection (7) ps3 (43) publicity (9) quad (18) raptor30 (7) rchelicopter (161) release (7) review (32) robot (9) robotic (7) rss (8) safety (8) scooter (29) security (62) securityimage (8) securityimage3 (6) securityimage4 (21) securityimage5 (19) securityimages (19) securityimages5 (6) server (17) simulator (8) smugmug (13) snk (16) software (31) sony (39) spammer (7) statistics (13) storage (7) subversion (7) suse (12) switzerland (7) teamcity (16) testing (9) thundertiger (20) tips (31) tomcat (7) tomtom (7) translatetofrench (8) trip (17) troubleshooting (7) tutorial (9) twitter (7) upgrade (15) vespa (10) video (17) vintage (9) watercooling (9) web2.0 (28) windows (15) xbmc (7) xbox (10) zurich (18) zürich (11)
Latest Comments
Popular Post
items tagged with continuousbuildAdding Google analytics to Atlassian Bamboo
Written By: Administrator Section: Java Category: Continuous Integration 2009-05-03 18:32:34
As I found no better tutorial on Internet, here is a very very short how to add Google analytics to Atlassian Bamboo, it require a bit of hacking, and these kind of changes will be lost after each upgrade of Bamboo.. Edit the file webapps/ROOT/start.ftl Now put the usual code you get after creating a new analytics profile just before the </body> Read More About Adding Google Analytics To Atlassian Bamboo... Apache Maven BEA Weblogic 10.3 remote deployment
Written By: Administrator Section: Java Category: Apache Maven 2010-03-28 19:14:26
Read More About Apache Maven BEA Weblogic 10.3 Remote Deployment... Auto deployment of Maven artifacts to Oracle Weblogic
Written By: Administrator Section: Java Category: Apache Maven 2010-07-04 15:43:28
I found this time a new way to deploy Maven artefacts using the Oracle Weblogic Ant API! If you remember my previous post, there is many ways to deploy your war/ear to Oracle Weblogic
And now using the official ANT API of Oracle, by far the MOST stable of all! Read More About Auto Deployment Of Maven Artifacts To Oracle Weblogic... Configuring TeamCity, Maven for PHP for Joomla continuous build
Written By: Administrator Section: Joomla Category: Continuous Build 2009-04-21 21:31:34
Maven for PHP uses the power of Maven for building, reporting on and creating documentations of PHP projects. It adapts the Maven build lifecycle to the PHP world while fully supporting PHP 4 and PHP 5. PHP for Maven uses PHPUnit for unit testing and doxygen for creating the api documentation. So I quickly describe what I did install on my root server (OpenSuse 11.X)
My Objectives: being able to build all my Joomla! component using best agile development practices
Read More About Configuring TeamCity, Maven For PHP For Joomla Continuous Build... Continuous Build for Joomla
Written By: Administrator Section: Joomla Category: Development 2008-12-02 21:11:18
Things get clearer in my mind...I will use a set of Open Sources software to reach this ambitious goal. BrainstormingMaintain a Single Source Repository. Either Subversion running locally on windows/Linux, but I will stay with www.joomlaCode.org at the beginning
Every Commit Should Build the Mainline on an Integration Machine I will use TeamCity continuous build server as it is free for personal use (limited to 20 concurrent build), run on Windows and Linux but require a java VM to run (may not be wanted in a PHP environment). Anyway with ANT, it will be possible to use another build server like Cruise Control or PHP Under Control. That is an objective :-) Test in a Clone of the Production Environment Joomla! Build farm
Make it Easy for Anyone to Get the Latest Executable Successful build (Artifacts) are only available if build is successful. Team City provide this with less effort (configuration) Everyone can see what's happening
That will be, auto publish to some demo site in a configurable way. At the moment, at http://demo.waltercedric.com and http://demo2.waltercedric.com for me :-) Final words
It seem that nobody is providing such a package as I am after only one day at the top of search results in Google "continuous build joomla" There are 28 items tagged with continuousbuild. You can view all our tags in the Tag Cloud |
Support
- Submit a bug report, or post your suggestion.
- Visit the Wiki to find an answer to your question or ask in my support Forums.
- When contacting me, always provide as much as details as possible about your issue, environment.
Download
You can download all my Joomla! extensions and a lot more HERE



In this small post I will show you how to deploy automatically some artifacts of your build into
Weblogic 10.3 by using the







