Login
Whos Online
Joomla
We have 176 guests and 0 members onlineForums
We have 11 guests and 1 member onlinePopular
- Media Center with XBMC
- Dumb as ... a pitbull
- All bombardier ds 650 models
- Curriculum Vitae
- Do it Yourself: change your PS3 optical lens
- Predator
- Add a harddisk led to Your XBOX
- Yamaha 450 YFZ
- Presentation
- SecurityImages 3.0.4
- Table with fixed header, scrolling body
- Develop web testcases using Selenium IDE in Firefox for Joomla!
- Vespa Chassis Number and Type
- Joomla XMLRPC
- Comment régler un hélicoptère RC: Raptor 30 ou caliber 30
- ATV Quad Bombardier manuals
- JArtForms component for Joomla 1.5 and SecurityImages 5
- MXcomment v1.0.7 now support securityimages 5.X and 4.X
- Maven reusing test classes across multi modules projects
- Guest Book Akobook 5.1.2 for Joomla 1.5
Tags
android (7) anonymity (9) ant (10) apache (54) apple (7) atv (18) australia (8) bernardet (7) bombardier (7) book (7) browser (10) business (8) caliber30 (61) canon (9) cedricwalter (6) checklist (9) chrome (6) classpath (6) collection (7) continuousbuild (25) design (13) designpattern (23) desktop (7) development (28) DIY (9) draganflyer5 (9) dslr (14) eclipse (30) ek4 (8) electronic (18) enfrancais (66) FAQ (6) figures (13) firefox (20) firmware (7) flash (9) flickr (6) framework (12) fud (9) game (19) gaming (6) girls (6) google (68) gpl (8) gps (9) hacking (23) hdtv (7) hollidays (15) homecinema (14) homepage (20) howto (66) infrastructure (6) innoveo (7) iphone (6) italy (10) itsatrap (8) java (73) javascript (11) joke (11) joomla (215) joomla15 (33) joomlacloud (7) junit (9) kde (10) kyosho (62) links (17) linux (122) LittleBigPlanet (16) mambo (18) manual (8) manurhin (9) maps (6) maven (36) mediacenter (9) microsoft (52) modding (10) module (17) morespeed (16) motor (8) motorcycle (13) myhomepage (14) mysql (14) nas (14) neogeo (20) opencomment (27) opensource (61) opensuse (10) oss (7) p2p (7) patch (32) pc (12) pdf (8) php (26) picasa (7) plugin (65) privacy (9) projector (11) protection (7) ps3 (42) publicity (9) quad (18) raptor30 (7) rchelicopter (161) review (32) robot (9) robotic (7) rss (8) safety (8) scooter (29) security (62) securityimage (8) securityimage3 (6) securityimage4 (21) securityimage5 (19) securityimages (14) securityimages5 (6) server (17) simulator (8) smugmug (12) snk (16) software (31) sony (38) spammer (7) statistics (13) storage (7) subversion (6) suse (12) switzerland (7) teamcity (15) testing (9) thundertiger (20) tips (31) tomcat (7) tomtom (7) translatetofrench (8) trip (17) troubleshooting (7) tutorial (9) twitter (6) upgrade (15) vespa (10) video (17) vintage (8) watercooling (9) web2.0 (28) windows (14) xbmc (7) xbox (10) zurich (16) zürich (11)
Forums
Gallery
Most Downloaded
Latest comments
- I am very sorry for your loss Walter....
- ?? why security by obscurity :-) It ...
- Yes, but the code was ugly, and is st...
- thanks for posting the direct address...
- thanks, I haven't used gmail so wide ...
- thanks! 15 minutes for converting? th...
- Thanks for this article, it helped!
- Thanks for the guide, really helpful.
Google Buzz
items tagged with antAnt scripts How to...
Written By: Administrator Section: Java Category: Apache Ant 2005-02-04 20:12:13 Read More About Ant Scripts How To...... 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" Continuous build for Joomla! part1/x
Written By: Administrator Section: Joomla Category: Continuous Build 2008-12-04 19:16:02 Automatic installation of Joomla! runtime environmentsMain ideasBuild is scalable Distributed build management optimize hardware resources utilization by parallelizing product builds within the build agents grid. With build chains support, it is even possible to break down a single build procedure into several parts to run them on different build agents — both in sequence and in parallel — using the same set of sources in all of them. I want to be able to test my components against many versions of Joomla! All versions of Joomla! are in subversion as zip files in an own SVN repository For example:
These repository ${JOOMLAxx_VCS_ROOT} are connected to all build as supplementary VCS root in TeamCity and thus content get checked out as part of the build in the build temporary directory of one agent. ($AGENT_BUILD_DIR)
If you don't want to provide support a a specific version of Joomla! just remove it from the trunk! or add new ones on purpose. That's easy. Ant tasks/Maven MOJO
Another ant script/task will for each zip,
Remarks:
Automatic deployment of Joomla! componentsYour component is typically shared and many developer committed regularly in a different VCS root... For SecurityImages 5.x.y, subversion root may be svn:\\localhost\securityimages5\trunk This VCS root is also attached to the build and get check out at build time by TeamCity. Packagingif a build.xml is present in {VCS_ROOT}\build.xml then it is executed prior to any further operations, purpose of build.xml is to produce a component binary distribution (zip or tar.gz) that can be then installed to ALL Joomla install in the agent root directory. Deploymentif a deploy.xml is present in {VCS_ROOT}\deploy.xml then it is executed, purpose of deploy.xml is to deploy one or many component binary distribution (zip or tar.gz) to ALL Joomla install in the agent root directory. Why one or many component? I want to be able to track also component dependencies issues. Lets say that SecurityImages does not play well with VirtueMart, I may want to test also that combination across Joomla! instances, that's why VirtueMart may have to be deployed with SecurityImages or not. prerequisites:
This articles will be available in my WIKI soon http://wiki.waltercedric.com/index.php?title=ContinuousBuildforJoomla so any reader or developer can participate to the discussion, next step is to implement the above and that will e documented as well :-) ContinuousBuild4Joomla project submitted to JoomlaCode.org
Written By: Administrator Section: Joomla Category: Continuous Build 2008-12-09 20:46:51 I will commit soon a first draft (alpha) of what is expected to bring continuous build to any Joomla! component (or event to Joomla! core itself ;-)) You are free to join the project, all documentation effort stay at the moment in my WIKI
HowTo Call conditionnaly another task
Written By: Administrator Section: Java Category: Apache Ant 2005-02-15 20:11:05 Call task1, if the variable contains 'true', 'on', or '1' the task 'send a sms alert' is executed There are 10 items tagged with ant. You can view all our tags in the Tag Cloud |









