Dennis Lundberg a écrit :
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
Hmm, maybe it's an error on the upgrade page, I'll check it.
Emmanuel
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