Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 96264 invoked from network); 30 Oct 2007 21:49:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2007 21:49:09 -0000 Received: (qmail 38006 invoked by uid 500); 30 Oct 2007 21:45:54 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 37982 invoked by uid 500); 30 Oct 2007 21:45:54 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 37964 invoked by uid 99); 30 Oct 2007 21:45:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 14:45:53 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [82.209.166.4] (HELO smtp.bredband2.net) (82.209.166.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 21:45:56 +0000 Received: (qmail 10899 invoked from network); 30 Oct 2007 21:38:59 -0000 Received: from me-5-111-233-83.3.cust.bredband2.com (HELO [192.168.0.3]) ([83.233.111.5]) (envelope-sender ) by smtp.bredband2.net (qmail-ldap-1.03) with SMTP for ; 30 Oct 2007 21:38:59 -0000 Message-ID: <4727A5F9.7050202@apache.org> Date: Tue, 30 Oct 2007 22:45:29 +0100 From: Dennis Lundberg User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: [announce] Continuum 1.1-beta-4 is released References: <47275498.30300@venisse.net> In-Reply-To: <47275498.30300@venisse.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Emmanuel Venisse wrote: > The Continuum team is pleased to announce the Continuum 1.1-beta-4 release > > Highlights are: > > * lot of bug fixes > * A new page to view the build queue > * Customization of mail subject > > You can grab the latest release from the download page : > http://maven.apache.org/continuum/download.html > > To upgrade from a previous 1.1 beta, you can look at Upgrade Guide : > http://maven.apache.org/continuum/documentation/1_1/installation/upgrade.html I followed the instructions above, but got an error message: $ java -Xmx512m -jar data-management-cli-1.1-beta-3-app.jar -buildsJdbcUrl jdbc:derby:continuum-1.1-beta-3/data/continuum/database -mode EXPORT -file backups/builds Invalid argument: -file So I removed the file argument and got this: $ java -Xmx512m -jar data-management-cli-1.1-beta-3-app.jar -buildsJdbcUrl jdbc:derby:continuum-1.1-beta-3/data/continuum/database -mode EXPORT backups already exists and will not be overwritten unless the -overwrite flag is used. I could not find any backup files in the backup directory, so I added the -overwrite flag $ java -Xmx512m -jar data-management-cli-1.1-beta-3-app.jar -buildsJdbcUrl jdbc:derby:continuum-1.1-beta-3/data/continuum/database -mode EXPORT -overwrite 0 [main] INFO org.apache.maven.continuum.management.DataManagementCli - Processing Continuum database... ... and now the file 'backups/builds.xml' was created. It was the same story for the users database. I had to use this command to get any new files in the backups directory: $ java -Xmx512m -jar data-management-cli-1.1-beta-3-app.jar -usersJdbcUrl jdbc:derby:./continuum -1.1-beta-3/data/users/database -mode EXPORT -overwrite 0 [main] INFO org.apache.maven.continuum.management.DataManagementCli - Processing Redback database... ... > > > Below is the jira release notes for this release. > > Release Notes - Continuum - Version 1.1-beta-4 > > Sub-task > > * [CONTINUUM-1499] - Translate to Brazilian Portuguese > * [CONTINUUM-1534] - Translate to French > > Bug > > * [CONTINUUM-811] - Documentation of Deployment Repository Directory > * [CONTINUUM-1355] - No admin user found after Tomcat shutdown > (Tomcat doesn't shutdown properly) > * [CONTINUUM-1392] - Continuum tests require too much external set up > * [CONTINUUM-1403] - Error on edit project group page > * [CONTINUUM-1453] - Confirmation Page for Deleting a Build > Definition is not Informative Enough > * [CONTINUUM-1466] - Project name accepts blank spaces when edited > in Project Summary > Members Tab > Edit Project > * [CONTINUUM-1473] - Server Id in wagon notifier edit pages is > required but doesn't have validation > * [CONTINUUM-1474] - At the time of an addition of new > BuildDefinition with XmlRPC client, the automatically generated > buildDefinitionID cannot be recovered > * [CONTINUUM-1476] - warning/error in the mail generation > * [CONTINUUM-1481] - datamanagement-cli must support more db > * [CONTINUUM-1487] - should not be allowed to delete a build result > that is still executing > * [CONTINUUM-1491] - Build history screen should show build > definition description > * [CONTINUUM-1494] - Maximum length for name column exceeded in > makeAndStoreBuildResult > * [CONTINUUM-1495] - Calling getAllProjectGroups() fails > * [CONTINUUM-1502] - After changing the name of a project group, the > project dissapears and is not accessible, not even by the admin user. > * [CONTINUUM-1508] - NullPointerException when adding an empty > installation to a profile > * [CONTINUUM-1509] - always build option doesn't work with scheduler > --> log = No files updated, not building > * [CONTINUUM-1512] - Constraint Violation Exception when deleting an > empty group > * [CONTINUUM-1516] - Unable to send mail with more than one build > definition > * [CONTINUUM-1517] - missing includeBuildResult configuration > * [CONTINUUM-1519] - Continuum does not respect build order for flat > projects > * [CONTINUUM-1520] - Scheduler is unstable > * [CONTINUUM-1524] - Continuum don't find the default build > definition for ANT/Shell projects > * [CONTINUUM-1527] - NullPointer when Releasing without > configuration node in the maven-release-plugin > * [CONTINUUM-1530] - Problems releasing project in group with more > than one project definition > * [CONTINUUM-1532] - Remove TestResult/SuiteResult/TestCaseFailure > from the model > > Improvement > > * [CONTINUUM-150] - Continuum site needs screenshots > * [CONTINUUM-606] - Add Build Time to Project Summary Page > * [CONTINUUM-703] - Display of last build date on Project Summary page > * [CONTINUUM-789] - Show SCM branch/tag on summary screen > * [CONTINUUM-815] - directory configuration > * [CONTINUUM-1233] - Reduce number of clicks to add a project > * [CONTINUUM-1254] - Clarification of Configuring Continuum as a > Service in "Getting Started" Guide > * [CONTINUUM-1388] - the NOTICE file is overzealous in declaring > dependencies > * [CONTINUUM-1436] - Add build definition template > * [CONTINUUM-1483] - Better support for SCM like clearcase or SYNERGY > * [CONTINUUM-1484] - Allow customization of email subject > * [CONTINUUM-1493] - Data migration site documentation improvement > * [CONTINUUM-1500] - remove ContinuumStore use from the webapp part > * [CONTINUUM-1514] - Legend is hardcoded > > New Feature > > * [CONTINUUM-310] - customisable email templates > * [CONTINUUM-583] - Show the build/checkout queues on the web interface > * [CONTINUUM-1287] - editable build queue > * [CONTINUUM-1328] - create build-definition-templates and link to > them in build-definitons > * [CONTINUUM-1331] - create new page: show current build queue with > project name, next build time > * [CONTINUUM-1332] - project group summary: show per project the > last build time > > Task > > * [CONTINUUM-253] - Create a matrix of databases that Continuum can > work with > > Wish > > * [CONTINUUM-409] - Email notifications could still include build > stats when includeBuildResult is false > * [CONTINUUM-1452] - Show a summary total of the Projects and Build > Status columns on the Project Groups page > > > -- Dennis Lundberg