|
[
Permalink
| « Hide
]
Dan Tran added a comment - 07/Mar/06 12:23 PM
i see the same problem with cvs and starteam provider
Fixed in maven-SCM. I'm not sure for Starteam because we don't have a TCK for it.
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.
I guess the blank columns come from
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.
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 directory includes .cvsignore with "target" entry included. 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 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.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||