Continuum

Changes section in Continuum build result and build e-mail only show blank columns and file names

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0.3
  • Fix Version/s: 1.1-alpha-2
  • Component/s: Core system, SCM, Web interface
  • Labels:
    None
  • Environment:
    Using the version from continuum-20060306.143000.tar.gz
    Windows XP SP2
  • Number of attachments :
    0

Description

The Changes section in the build results screen show 3 blank columns and the name of the changed file in the 4th column. This is also true in the build e-mail Continuum sends out after the build. I believe that the columns are supposed to show the author and any check-in comments from the SCM.

Issue Links

Activity

Hide
Dan Tran added a comment -

i see the same problem with cvs and starteam provider

Show
Dan Tran added a comment - i see the same problem with cvs and starteam provider
Hide
Emmanuel Venisse added a comment -

Fixed in maven-SCM. I'm not sure for Starteam because we don't have a TCK for it.

Show
Emmanuel Venisse added a comment - Fixed in maven-SCM. I'm not sure for Starteam because we don't have a TCK for it.
Hide
Mang Lau added a comment -

The exact same problem occurs again in the 1.0.3 release. I am using CVS. I have checked in the files the same way as before. I am using a Shell script like before. I am using a clean 1.0.3 install, not an upgrade from 1.0.2. I've tried performing both scheduled and forced builds, both exhibit this problem.

Show
Mang Lau added a comment - The exact same problem occurs again in the 1.0.3 release. I am using CVS. I have checked in the files the same way as before. I am using a Shell script like before. I am using a clean 1.0.3 install, not an upgrade from 1.0.2. I've tried performing both scheduled and forced builds, both exhibit this problem.
Hide
Shinobu Kawai added a comment -

I guess the blank columns come from CONTINUUM-647, but I recall seeing author/date/comment information on other rows before.

Show
Shinobu Kawai added a comment - I guess the blank columns come from CONTINUUM-647, but I recall seeing author/date/comment information on other rows before.
Hide
Emmanuel Venisse added a comment -

The pb seems to be with double quotes/single quotes added around dates on changelog command. We don't see a message when it fails because because AbstractUpdateCommand doesn't check the failure on changelog command. We need to remove extra quotes on the command line.

Show
Emmanuel Venisse added a comment - The pb seems to be with double quotes/single quotes added around dates on changelog command. We don't see a message when it fails because because AbstractUpdateCommand doesn't check the failure on changelog command. We need to remove extra quotes on the command line.
Hide
Sei Syvalta added a comment -

Might this be related? I see also non-cvs directories listed in changes section, even they are included in the .cvsignore file. Like:

core/target/classes
core/target/core-1.0-SNAPSHOT.jar
core/target/exported-pom.xml
core/target/test-classes

Core directory includes .cvsignore with "target" entry included.

Show
Sei Syvalta added a comment - Might this be related? I see also non-cvs directories listed in changes section, even they are included in the .cvsignore file. Like: core/target/classes core/target/core-1.0-SNAPSHOT.jar core/target/exported-pom.xml core/target/test-classes Core directory includes .cvsignore with "target" entry included.
Hide
Wendy Smoak added a comment -

What do the scm urls look like when the author/date/comment information is blank?

I can reproduce this when the scm urls for Subversion have a trailing slash, so that the url constructed by adding the artifactId has two slashes, for example: scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk//maven-dependency-plugin

Show
Wendy Smoak added a comment - What do the scm urls look like when the author/date/comment information is blank? I can reproduce this when the scm urls for Subversion have a trailing slash, so that the url constructed by adding the artifactId has two slashes, for example: scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk//maven-dependency-plugin
Hide
Stefan Seidel added a comment -

With maven-scm.version set to 1.0-SNAPSHOT in continuum 1.1-SNAPSHOT, it works (at least for CVS): author, date and comment entries are available. So I guess this was really a mvn scm bug.

Show
Stefan Seidel added a comment - With maven-scm.version set to 1.0-SNAPSHOT in continuum 1.1-SNAPSHOT, it works (at least for CVS): author, date and comment entries are available. So I guess this was really a mvn scm bug.
Hide
Emmanuel Venisse added a comment -

Fixed in Maven-SCM

Show
Emmanuel Venisse added a comment - Fixed in Maven-SCM

People

Vote (6)
Watch (3)

Dates

  • Created:
    Updated:
    Resolved: