You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Franck HUGOT (JIRA)" <ji...@codehaus.org> on 2006/11/27 15:08:49 UTC

[jira] Commented: (CONTINUUM-1015) CLONE -velocity prevents display of date in cvs log

    [ http://jira.codehaus.org/browse/CONTINUUM-1015?page=comments#action_81187 ] 
            
Franck HUGOT commented on CONTINUUM-1015:
-----------------------------------------

I get the same error message in my log files (continuum 1.0.3).

339998249 [Thread-2] INFO  org.codehaus.plexus.notification.notifier.Notifier:mail  - Sending message: From '"Continuum@uxdev30.sofinco.fr" <Gr...@sofinco.fr>'.
339998249 [Thread-2] INFO  org.codehaus.plexus.notification.notifier.Notifier:mail  - Recipient: To '<Gr...@sofinco.fr>'.
339998352 [Thread-2] DEBUG org.codehaus.plexus.notification.notifier.Notifier:mail  - Current build state: 2, previous build state: 3
339998357 [Thread-2] ERROR org.codehaus.plexus.velocity.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. /org/apache/maven/continuum/notification/mail/templates/maven2/BuildComplete.vm [line 25, column 27]
339998357 [Thread-2] ERROR org.codehaus.plexus.velocity.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. /org/apache/maven/continuum/notification/mail/templates/maven2/BuildComplete.vm [line 25, column 27]
339998357 [Thread-2] ERROR org.codehaus.plexus.velocity.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. /org/apache/maven/continuum/notification/mail/templates/maven2/BuildComplete.vm [line 25, column 27]
339998357 [Thread-2] ERROR org.codehaus.plexus.velocity.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. /org/apache/maven/continuum/notification/mail/templates/maven2/BuildComplete.vm [line 25, column 27]


It seems that notifiers does not receive the notification email message. Does it come from this error message?



> CLONE -velocity prevents display of date in cvs log
> ---------------------------------------------------
>
>                 Key: CONTINUUM-1015
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1015
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web interface
>    Affects 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: Franck HUGOT
>         Assigned To: Emmanuel Venisse
>             Fix For: 1.0.3
>
>
> 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