Issue Details (XML | Word | Printable)

Key: CONTINUUM-620
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Emmanuel Venisse
Reporter: Mang Lau
Votes: 6
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
Continuum

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

Created: 07/Mar/06 12:16 PM   Updated: 18/May/07 03:59 AM
Component/s: Core system, SCM, Web interface
Affects Version/s: 1.0.3
Fix Version/s: 1.1-alpha-2

Time Tracking:
Not Specified

Environment: Using the version from continuum-20060306.143000.tar.gz
Windows XP SP2
Issue Links:
Related
 
dependent
 


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dan Tran added a comment - 07/Mar/06 12:23 PM
i see the same problem with cvs and starteam provider

Emmanuel Venisse added a comment - 08/Mar/06 10:57 AM
Fixed in maven-SCM. I'm not sure for Starteam because we don't have a TCK for it.

Mang Lau added a comment - 28/Apr/06 10:53 AM
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.

Shinobu Kawai added a comment - 01/May/06 12:10 PM
I guess the blank columns come from CONTINUUM-647, but I recall seeing author/date/comment information on other rows before.

Emmanuel Venisse added a comment - 12/Jul/06 11:33 AM
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.

Bugittaa Pahasti added a comment - 18/Aug/06 01:49 AM
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.


Wendy Smoak added a comment - 25/Mar/07 01:09 AM
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


Stefan Seidel added a comment - 27/Mar/07 03:29 AM
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.

Emmanuel Venisse added a comment - 18/May/07 03:59 AM
Fixed in Maven-SCM