Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 96546 invoked from network); 25 Jul 2007 14:04:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 14:04:17 -0000 Received: (qmail 82950 invoked by uid 500); 25 Jul 2007 14:04:08 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 82812 invoked by uid 500); 25 Jul 2007 14:04:08 -0000 Mailing-List: contact continuum-dev-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-dev@maven.apache.org Received: (qmail 82583 invoked by uid 99); 25 Jul 2007 14:04:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 07:04:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 25 Jul 2007 07:04:05 -0700 Received: (qmail 24411 invoked from network); 25 Jul 2007 14:03:49 -0000 Received: from 153.52.68-86.rev.gaoland.net (HELO ?127.0.0.1?) (86.68.52.153) by 0 with SMTP; 25 Jul 2007 14:03:49 -0000 Message-ID: <46A75838.1090302@venisse.net> Date: Wed, 25 Jul 2007 16:03:36 +0200 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: continuum-users@maven.apache.org CC: "continuum-dev@maven.apache.org" , Maven Users List Subject: [Announce] Continuum 1.1-beta-1 is released Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, The maven/Continuum team is pleased to announce the first beta of Continuum 1.1 Highlights are: * Continuum profiles to define JDK/maven/ANT to use in a build definition * many bug fixes and ui improvements. You can grab the latest release from: http://maven.apache.org/continuum/download.html Next up we are going to have another beta release in a month, or ideally before to have a final release in 1.5 month Anyway, below is the jira release notes for this release. Release Notes - Continuum - Version 1.1-alpha-2 Bug * [CONTINUUM-530] - HTML encode the build output * [CONTINUUM-691] - Build Numbers are obscured by the queuing/building icon * [CONTINUUM-706] - XML-RPC Server does not support addition of BuildDefinitions * [CONTINUUM-709] - Runtime error during recording in datanase * [CONTINUUM-723] - strange trouble on solaris * [CONTINUUM-817] - The generated output in the Working Copy page displays the wrong content * [CONTINUUM-821] - The Project.getBuildResults() method returns an empty list * [CONTINUUM-963] - Derby Database initialization error on Webapp restarts on Jetty * [CONTINUUM-1094] - Continuum does not build with Sun JDK 6 * [CONTINUUM-1119] - Creating a Group with an existing id errors * [CONTINUUM-1191] - editProject: NoSuchMethodException: * [CONTINUUM-1194] - Project is stuck in the "Build in Progress" state if the associated exception has more than 8192 chars * [CONTINUUM-1226] - Second build definitions on a project is never triggered with CVS * [CONTINUUM-1228] - OgnlException while setting property 'projectGroupId' on redirect * [CONTINUUM-1235] - Continuum 1.1-SNAPSHOT fails to check out projects from CVS when kicking off the build * [CONTINUUM-1241] - Schedule fails to start due to derby database column being too small * [CONTINUUM-1244] - project group name is not validated when left blank in Edit Project Group page, resulting to an error * [CONTINUUM-1308] - error moving projects to a new group * [CONTINUUM-1314] - NPE in DefaultContinuum.java - isInBuildingQueue * [CONTINUUM-1316] - Hitting 'Add' button repetitively in adding an Ant, Shell and Schedule using empty string only accumulates validation prompts in IE browser * [CONTINUUM-1320] - DefaultBuildController.makeAndStoreBuildResult cannot save build result due to maximum size of COMMAND_LINE * [CONTINUUM-1337] - NPE during profile creation * [CONTINUUM-1338] - field name in class org.apache.maven.continuum.model.scm is too small * [CONTINUUM-1339] - Deleting a project group does not delete related build output directories * [CONTINUUM-1340] - After adding a ant project to the default project group (default project group is not displayed) * [CONTINUUM-1341] - Adding a Maven 2 POM from secure SVN on a non-standard port does not work Improvement * [CONTINUUM-774] - Better support for multiprojects * [CONTINUUM-1002] - build email cleanup * [CONTINUUM-1113] - Continuum doesn't work with MySQL * [CONTINUUM-1184] - Ability to pre-configure the Jetty port in conf/plexus.xml * [CONTINUUM-1350] - Documentation on Build profiles New Feature * [CONTINUUM-44] - multiple profiles * [CONTINUUM-614] - Enable auto-refresh for the build results page * [CONTINUUM-761] - Ability to delete results * [CONTINUUM-991] - Add meta refresh header to summary pages * [CONTINUUM-1178] - In Add New Maven 2 Project woudl like opportunity not to load modules * [CONTINUUM-1222] - usage of an alternative maven2-executable * [CONTINUUM-1291] - In a special configuration the report mail can contains false java version used for the build Task * [CONTINUUM-977] - Create web UI tests for "Add m1 & m2 projects" pages Test * [CONTINUUM-978] - add web ui tests for all pages related to schedules * [CONTINUUM-1223] - Ability to choose JVM (export JAVA_HOME) for different projects Wish * [CONTINUUM-1224] - Ability to set MAVEN_OPTS for Maven2 build definitions * [CONTINUUM-1258] - Configure the possibility of resolving or not the search of build executables (maven, ant ...) Emmanuel