velocity prevents display of date in cvs log
--------------------------------------------

         Key: CONTINUUM-414
         URL: http://jira.codehaus.org/browse/CONTINUUM-414
     Project: Continuum
        Type: Bug
  Components: continuum-web  
    Versions: 1.0    
 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)
 Reporter: Brian Ewins


>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


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to