Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0.3
-
Component/s: Web interface
-
Labels:None
-
Environment:WinXP,
Client: Concurrent Versions System (CVSNT) 2.5.02 (Servalan) Build 2115 (client/server)
Server: Concurrent Versions System (CVSNT) 2.0.34 (client/server)
-
Complexity:Intermediate
-
Number of attachments :
Description
From the log:
jvm 1 | 2005-11-02 16:52:52,439 [SocketListener0-1] ERROR VelocityComponent - Left side of '>' operation is not a valid type. It is a class java.lang.Long. Currently only integers (1,2,3...) and Integer type is supported. screens/ProjectBuild.vm [line 59, column 31]
The visible symptom, apart from this log message, is that the change log for a build, eg via...
http://localhost:8081/continuum/servlet/continuum/target/ProjectBuild.vm?view=ProjectBuild&buildId=9&id=1
(insert your own build/project ids) only displays 2 columns: the author and the comment. I was taking a closer look at that because the information I'm seeing is fairly useless: all changes on the updated files back to the dawn of time, in no discernible order. Wondering why the date wasn't displayed too I checked the log.
I believe the offending line is:
#if ($changeSet.date > 0) <td>$date.format('medium',$changeSet.date)</td> #end
Already fixed