Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 66482 invoked from network); 25 May 2005 01:09:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2005 01:09:42 -0000 Received: (qmail 62303 invoked by uid 500); 25 May 2005 01:09:41 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 62282 invoked by uid 500); 25 May 2005 01:09:41 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 62268 invoked by uid 99); 25 May 2005 01:09:41 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 24 May 2005 18:09:41 -0700 Received: (qmail 66453 invoked by uid 65534); 25 May 2005 01:09:39 -0000 Message-ID: <20050525010939.66452.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r178336 - in /maven/continuum/trunk/continuum-site/src/site/apt: apt-test.apt change-log.apt getting-started.apt index.apt Date: Wed, 25 May 2005 01:09:39 -0000 To: continuum-commits@maven.apache.org From: jvanzyl@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jvanzyl Date: Tue May 24 18:09:38 2005 New Revision: 178336 URL: http://svn.apache.org/viewcvs?rev=3D178336&view=3Drev Log: (empty) Removed: maven/continuum/trunk/continuum-site/src/site/apt/apt-test.apt Modified: maven/continuum/trunk/continuum-site/src/site/apt/change-log.apt maven/continuum/trunk/continuum-site/src/site/apt/getting-started.apt maven/continuum/trunk/continuum-site/src/site/apt/index.apt Modified: maven/continuum/trunk/continuum-site/src/site/apt/change-log.apt URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src= /site/apt/change-log.apt?rev=3D178336&r1=3D178335&r2=3D178336&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- maven/continuum/trunk/continuum-site/src/site/apt/change-log.apt (origi= nal) +++ maven/continuum/trunk/continuum-site/src/site/apt/change-log.apt Tue Ma= y 24 18:09:38 2005 @@ -19,12 +19,12 @@ =20 * Asynchronous checkouts.=20 =20 - Check outs from the source code repositories will now happen in the - background. This means that the project is first stored in the database= and - then put on the check out queue. All projects in the "checking out" sta= te - will be added to the queue upon startup to make sure all projects + Check outs from the source code repository will now happen in the + background. This means that the project is first stored and + then placed in the check out queue. All projects in the "checking out" = state + will be added to the queue upon startup. =20 - * A build result will only be added when a build actually is executed.=20 + * A build result will only be added when a build actually is executed. =20 In the Alpha 1 release there is a build per hour without any real conte= nt as the build wasn't executed. Now a build will only be created when the bu= ild @@ -50,9 +50,9 @@ * Recursivly add projects when reading Maven 2 metadata. =20 Continuum will now read the <<<>>> element from the Maven 2 PO= Ms - and recursivley add turn each Maven 2 project into a Continuum project.= This - is a really powerfull method as it makes it possible to add all the par= ts of - a entire product in a single operation. + and recursivley turn each Maven 2 project into a Continuum project. This + is a very powerful feature as it makes it possible to add all the modul= es + a entire project in a single operation. =20 ** Technical Changes =20 @@ -63,28 +63,28 @@ =20 In the Alpha 1 release when a project was enqueued for building it woul= d go into the "build signaled" state and would then stay there until the bui= ld - was executed. This showed to be unnecessary complex because it required= a + was executed. This proved to be unnecessarily complex because it requir= ed a build to exist to keep the state of the build. Instead the state was re= moved and each project was put on a build queue instead. =20 When the build controller gets the build task from the queue it will up= date - the source code check out and look for any changes. If there wheren't a= ny + the source code checked out and look for any changes. If there weren't = any changes the build execution is stopped and the controller goes back to - reading from the queue for more builds to execue. + reading from the queue for more builds to execute. =20 Next the controller will read the project metadata and store any updated information. =20 - Now, if the project is either new, any files was updated or the build is + Now, if the project is either new, any files were updated or the build = is forced the build controller will create a build object and start the exection of the build. =20 - * Splited up project building and execution, <<>> renam= ed to + * Split up project building and execution, <<>> renamed= to <<>>, <<>> added. =20 In Alpha 1 the <<>> object had responsibility for both - execution of a build (calling <<>>, <<>> etc) and the creation= of - the <<>> from a URL (where the URL was a pointer to a + the execution of a build (calling <<>>, <<>> etc) and the crea= tion of + the <<>> from an URL (where the URL was a pointer to a <<>> or <<>>). =20 In Alpha 2 these two resposibilities have been split up into two compon= ents, namely: Modified: maven/continuum/trunk/continuum-site/src/site/apt/getting-started= .apt URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src= /site/apt/getting-started.apt?rev=3D178336&r1=3D178335&r2=3D178336&view=3Dd= iff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- maven/continuum/trunk/continuum-site/src/site/apt/getting-started.apt (= original) +++ maven/continuum/trunk/continuum-site/src/site/apt/getting-started.apt T= ue May 24 18:09:38 2005 @@ -23,7 +23,7 @@ =20 If there is a <<<>>> element inside the POM continuum will try to download the child projects by adding the module name to the end of the u= rl. - This makes it very easy to add a entire product to Continuum if you list = all + This makes it very easy to add a entire project to Continuum if you list = all the child projects insode the POM. =20 If you are using ViewCVS you can add your project with a url like this: @@ -40,7 +40,7 @@ =20 * Adding Maven 1 Projects =20 - Adding a Maven 1 it pretty much like adding a Maven 2 project, give it a = URL + Adding a Maven 1 it pretty much like adding a Maven 2 project, pass it an= URL to a POM with SCM information and Continuum will add the projects. =20 There are is a caveat though: The POM cannot extend a parent POM. When Modified: maven/continuum/trunk/continuum-site/src/site/apt/index.apt URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src= /site/apt/index.apt?rev=3D178336&r1=3D178335&r2=3D178336&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- maven/continuum/trunk/continuum-site/src/site/apt/index.apt (original) +++ maven/continuum/trunk/continuum-site/src/site/apt/index.apt Tue May 24 = 18:09:38 2005 @@ -24,7 +24,7 @@ =20 The second release of Continuum is available. This release contains bot= h new features and bug fixes. A document describing the main changes is avail= able - {{{change-log.apt}here}}. See the {{{download.html}download}} page for + {{{change-log.html}here}}. See the {{{download.html}download}} page for instructions on how to download the release. =20 * <> -