• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Maven - changelog plugin can't parse CVS date

 
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

This stopped working late last year and I wanted to fix it up.

The changelog plugin can not parse the date format that our version of CVS returns for this report. We upgraded CVS late last year to 1.12.9 and this and other reports that depend on CVS no longer work. I am using maven 1.0.2

CVS now returns a date with a timezone portion which breaks the data parsing in the report from what I gather.

I find a few references to this problem on the Web, but no resolutions. Did anyone have to go through this, and what did you do to fix it.

Cheers, jared.
 
reply
    Bookmark Topic Watch Topic
  • New Topic