[jira] Commented: (MPCHANGELOG-75) Date pasing errors in plugins using CVS

2006-03-07 Thread stephane bouchet (JIRA)
[ http://jira.codehaus.org/browse/MPCHANGELOG-75?page=comments#action_60324 
] 

stephane bouchet commented on MPCHANGELOG-75:
-

Hi, 

Using maven 1.1-beta2 and last changelog plugin ( 1.9 ) i am still getting this 
issue. 

After looking at the plugin matrix on docs.codehaus, version 1.9 will be 
release in the next release of maven 

Could it be possible to fix this in 1.9.1 and relese it with maven 1.1-b3 ??? 

Best regards

 Date pasing errors in plugins using CVS
 ---

  Key: MPCHANGELOG-75
  URL: http://jira.codehaus.org/browse/MPCHANGELOG-75
  Project: maven-changelog-plugin
 Type: Bug

  Environment: Debian Sarge, Ubuntu Hoary, CVS 1.12.9 on the server
 Reporter: Peter Tillemans



 Apparently the date format change applied to CVS a while back continues to 
 wreak havoc. 
 I found the following mail very instructive (and fixed my issues):
  The problems with cvs date handling reported in 
  http://jira.codehaus.org/browse/MAVEN-1447
  have been fixed in netbeans version 4.1 
  http://www.netbeans.org/source/browse/javacvs/libsrc/org/netbeans/lib/cvsclient/command/log/LogInformation.java?r1=1.15r2=1.16
 
  The current maven-1.1.-beta-2 is still shipping with a jar 
  called cvslib-3.6.jar
  If one copies the ide5/modules/org-netbeans-lib-cvsclient.jar from a 
  netbeans 4.1 installation to 
  ~/.maven/repository/netbeans/jars/cvslib-3.6.jar 
  then the problem goes away. 
  
  Hope this helps
  Tim Pizey
 It does help. I have been looking in JIRA, but I found all tickets related to 
 this issue as being closed, So I log this ticket as a reminder to maybe 
 update the dependencies to use the newer library.
 I apologize beforehand if this already has been done.
 Just for good measure, here is a typical stack dump :
 java.lang.Exception: Couldn't parse date 2005-09-19 09:07:43 +
 at org.netbeans.lib.cvsclient.util.BugLog.bug(BugLog.java:58)
 at 
 org.netbeans.lib.cvsclient.command.log.LogInformation$Revision.setDateString(LogInformation.java:382)
 at 
 org.netbeans.lib.cvsclient.command.log.LogBuilder.processRevisionDate(LogBuilder.java:273)
 at 
 org.netbeans.lib.cvsclient.command.log.LogBuilder.parseLine(LogBuilder.java:134)
 at 
 org.netbeans.lib.cvsclient.command.BuildableCommand.messageSent(BuildableCommand.java:86)
 at 
 org.netbeans.lib.cvsclient.event.MessageEvent.fireEvent(MessageEvent.java:96)
 at 
 org.netbeans.lib.cvsclient.event.EventManager.fireCVSEvent(EventManager.java:107)
 at 
 org.netbeans.lib.cvsclient.response.MessageTaggedResponse.process(MessageTaggedResponse.java:39)
 at org.netbeans.lib.cvsclient.Client.handleResponse(Client.java:485)
 at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:439)
 at 
 org.netbeans.lib.cvsclient.command.log.LogCommand.execute(LogCommand.java:132)
 at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:533)
 at 
 org.apache.maven.cvslib.CvsConnection.executeCommand(CvsConnection.java:90)
 at 
 org.apache.maven.cvslib.CvsConnection.processCommand(CvsConnection.java:421)
 at 
 org.apache.maven.cvslib.CvsChangeLogGenerator.getEntries(CvsChangeLogGenerator.java:100)
 at 
 org.apache.maven.changelog.ChangeLog.generateEntries(ChangeLog.java:239)
 at org.apache.maven.changelog.ChangeLog.doExecute(ChangeLog.java:214)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:324)
 at 
 org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.java:230)
 at 
 org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:92)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at 
 org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:84)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at 

[jira] Commented: (MPCHANGELOG-75) Date pasing errors in plugins using CVS

2006-03-07 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPCHANGELOG-75?page=comments#action_60327 
] 

Lukas Theussl commented on MPCHANGELOG-75:
--

You can make an upload request for cvslib-4.1 (or 5.0?) and we'll test it. I 
don't think it will make it into 1.1b3 though as we have a lot of other 
priorities still. In particular, a better use of Maven's scm code is planned 
for another changelog-plugin release before 1.1-final.

Which version of cvs are you using? It seems that this issue only happens for 
certain cvs versions (see also MAVEN-1447), so just upgrading cvs might be a 
simpler solution?

 Date pasing errors in plugins using CVS
 ---

  Key: MPCHANGELOG-75
  URL: http://jira.codehaus.org/browse/MPCHANGELOG-75
  Project: maven-changelog-plugin
 Type: Bug

  Environment: Debian Sarge, Ubuntu Hoary, CVS 1.12.9 on the server
 Reporter: Peter Tillemans



 Apparently the date format change applied to CVS a while back continues to 
 wreak havoc. 
 I found the following mail very instructive (and fixed my issues):
  The problems with cvs date handling reported in 
  http://jira.codehaus.org/browse/MAVEN-1447
  have been fixed in netbeans version 4.1 
  http://www.netbeans.org/source/browse/javacvs/libsrc/org/netbeans/lib/cvsclient/command/log/LogInformation.java?r1=1.15r2=1.16
 
  The current maven-1.1.-beta-2 is still shipping with a jar 
  called cvslib-3.6.jar
  If one copies the ide5/modules/org-netbeans-lib-cvsclient.jar from a 
  netbeans 4.1 installation to 
  ~/.maven/repository/netbeans/jars/cvslib-3.6.jar 
  then the problem goes away. 
  
  Hope this helps
  Tim Pizey
 It does help. I have been looking in JIRA, but I found all tickets related to 
 this issue as being closed, So I log this ticket as a reminder to maybe 
 update the dependencies to use the newer library.
 I apologize beforehand if this already has been done.
 Just for good measure, here is a typical stack dump :
 java.lang.Exception: Couldn't parse date 2005-09-19 09:07:43 +
 at org.netbeans.lib.cvsclient.util.BugLog.bug(BugLog.java:58)
 at 
 org.netbeans.lib.cvsclient.command.log.LogInformation$Revision.setDateString(LogInformation.java:382)
 at 
 org.netbeans.lib.cvsclient.command.log.LogBuilder.processRevisionDate(LogBuilder.java:273)
 at 
 org.netbeans.lib.cvsclient.command.log.LogBuilder.parseLine(LogBuilder.java:134)
 at 
 org.netbeans.lib.cvsclient.command.BuildableCommand.messageSent(BuildableCommand.java:86)
 at 
 org.netbeans.lib.cvsclient.event.MessageEvent.fireEvent(MessageEvent.java:96)
 at 
 org.netbeans.lib.cvsclient.event.EventManager.fireCVSEvent(EventManager.java:107)
 at 
 org.netbeans.lib.cvsclient.response.MessageTaggedResponse.process(MessageTaggedResponse.java:39)
 at org.netbeans.lib.cvsclient.Client.handleResponse(Client.java:485)
 at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:439)
 at 
 org.netbeans.lib.cvsclient.command.log.LogCommand.execute(LogCommand.java:132)
 at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:533)
 at 
 org.apache.maven.cvslib.CvsConnection.executeCommand(CvsConnection.java:90)
 at 
 org.apache.maven.cvslib.CvsConnection.processCommand(CvsConnection.java:421)
 at 
 org.apache.maven.cvslib.CvsChangeLogGenerator.getEntries(CvsChangeLogGenerator.java:100)
 at 
 org.apache.maven.changelog.ChangeLog.generateEntries(ChangeLog.java:239)
 at org.apache.maven.changelog.ChangeLog.doExecute(ChangeLog.java:214)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:324)
 at 
 org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.java:230)
 at 
 org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:92)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at 
 

[jira] Commented: (MPCHANGELOG-75) Date pasing errors in plugins using CVS

2006-03-07 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/MPCHANGELOG-75?page=comments#action_60329 
] 

Emmanuel Venisse commented on MPCHANGELOG-75:
-

latest jar is already in repo : 
http://www.ibiblio.org/maven/org.netbeans.lib/jars/cvsclient-20051129.jar


 Date pasing errors in plugins using CVS
 ---

  Key: MPCHANGELOG-75
  URL: http://jira.codehaus.org/browse/MPCHANGELOG-75
  Project: maven-changelog-plugin
 Type: Bug

  Environment: Debian Sarge, Ubuntu Hoary, CVS 1.12.9 on the server
 Reporter: Peter Tillemans



 Apparently the date format change applied to CVS a while back continues to 
 wreak havoc. 
 I found the following mail very instructive (and fixed my issues):
  The problems with cvs date handling reported in 
  http://jira.codehaus.org/browse/MAVEN-1447
  have been fixed in netbeans version 4.1 
  http://www.netbeans.org/source/browse/javacvs/libsrc/org/netbeans/lib/cvsclient/command/log/LogInformation.java?r1=1.15r2=1.16
 
  The current maven-1.1.-beta-2 is still shipping with a jar 
  called cvslib-3.6.jar
  If one copies the ide5/modules/org-netbeans-lib-cvsclient.jar from a 
  netbeans 4.1 installation to 
  ~/.maven/repository/netbeans/jars/cvslib-3.6.jar 
  then the problem goes away. 
  
  Hope this helps
  Tim Pizey
 It does help. I have been looking in JIRA, but I found all tickets related to 
 this issue as being closed, So I log this ticket as a reminder to maybe 
 update the dependencies to use the newer library.
 I apologize beforehand if this already has been done.
 Just for good measure, here is a typical stack dump :
 java.lang.Exception: Couldn't parse date 2005-09-19 09:07:43 +
 at org.netbeans.lib.cvsclient.util.BugLog.bug(BugLog.java:58)
 at 
 org.netbeans.lib.cvsclient.command.log.LogInformation$Revision.setDateString(LogInformation.java:382)
 at 
 org.netbeans.lib.cvsclient.command.log.LogBuilder.processRevisionDate(LogBuilder.java:273)
 at 
 org.netbeans.lib.cvsclient.command.log.LogBuilder.parseLine(LogBuilder.java:134)
 at 
 org.netbeans.lib.cvsclient.command.BuildableCommand.messageSent(BuildableCommand.java:86)
 at 
 org.netbeans.lib.cvsclient.event.MessageEvent.fireEvent(MessageEvent.java:96)
 at 
 org.netbeans.lib.cvsclient.event.EventManager.fireCVSEvent(EventManager.java:107)
 at 
 org.netbeans.lib.cvsclient.response.MessageTaggedResponse.process(MessageTaggedResponse.java:39)
 at org.netbeans.lib.cvsclient.Client.handleResponse(Client.java:485)
 at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:439)
 at 
 org.netbeans.lib.cvsclient.command.log.LogCommand.execute(LogCommand.java:132)
 at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:533)
 at 
 org.apache.maven.cvslib.CvsConnection.executeCommand(CvsConnection.java:90)
 at 
 org.apache.maven.cvslib.CvsConnection.processCommand(CvsConnection.java:421)
 at 
 org.apache.maven.cvslib.CvsChangeLogGenerator.getEntries(CvsChangeLogGenerator.java:100)
 at 
 org.apache.maven.changelog.ChangeLog.generateEntries(ChangeLog.java:239)
 at org.apache.maven.changelog.ChangeLog.doExecute(ChangeLog.java:214)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:324)
 at 
 org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.java:230)
 at 
 org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:92)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at 
 org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:84)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at 
 org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:79)
 at 
 

[jira] Commented: (MPCHANGELOG-75) Date pasing errors in plugins using CVS

2006-03-07 Thread stephane bouchet (JIRA)
[ http://jira.codehaus.org/browse/MPCHANGELOG-75?page=comments#action_60333 
] 

stephane bouchet commented on MPCHANGELOG-75:
-

I am using cvs version 1.12.9, but i cannot upgrade ( using a forge like 
sourceforge ) , i will ask to do it..

So i updated the dependencies as Emmanuel provide, and it is working ! 


thanks

 Date pasing errors in plugins using CVS
 ---

  Key: MPCHANGELOG-75
  URL: http://jira.codehaus.org/browse/MPCHANGELOG-75
  Project: maven-changelog-plugin
 Type: Bug

  Environment: Debian Sarge, Ubuntu Hoary, CVS 1.12.9 on the server
 Reporter: Peter Tillemans



 Apparently the date format change applied to CVS a while back continues to 
 wreak havoc. 
 I found the following mail very instructive (and fixed my issues):
  The problems with cvs date handling reported in 
  http://jira.codehaus.org/browse/MAVEN-1447
  have been fixed in netbeans version 4.1 
  http://www.netbeans.org/source/browse/javacvs/libsrc/org/netbeans/lib/cvsclient/command/log/LogInformation.java?r1=1.15r2=1.16
 
  The current maven-1.1.-beta-2 is still shipping with a jar 
  called cvslib-3.6.jar
  If one copies the ide5/modules/org-netbeans-lib-cvsclient.jar from a 
  netbeans 4.1 installation to 
  ~/.maven/repository/netbeans/jars/cvslib-3.6.jar 
  then the problem goes away. 
  
  Hope this helps
  Tim Pizey
 It does help. I have been looking in JIRA, but I found all tickets related to 
 this issue as being closed, So I log this ticket as a reminder to maybe 
 update the dependencies to use the newer library.
 I apologize beforehand if this already has been done.
 Just for good measure, here is a typical stack dump :
 java.lang.Exception: Couldn't parse date 2005-09-19 09:07:43 +
 at org.netbeans.lib.cvsclient.util.BugLog.bug(BugLog.java:58)
 at 
 org.netbeans.lib.cvsclient.command.log.LogInformation$Revision.setDateString(LogInformation.java:382)
 at 
 org.netbeans.lib.cvsclient.command.log.LogBuilder.processRevisionDate(LogBuilder.java:273)
 at 
 org.netbeans.lib.cvsclient.command.log.LogBuilder.parseLine(LogBuilder.java:134)
 at 
 org.netbeans.lib.cvsclient.command.BuildableCommand.messageSent(BuildableCommand.java:86)
 at 
 org.netbeans.lib.cvsclient.event.MessageEvent.fireEvent(MessageEvent.java:96)
 at 
 org.netbeans.lib.cvsclient.event.EventManager.fireCVSEvent(EventManager.java:107)
 at 
 org.netbeans.lib.cvsclient.response.MessageTaggedResponse.process(MessageTaggedResponse.java:39)
 at org.netbeans.lib.cvsclient.Client.handleResponse(Client.java:485)
 at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:439)
 at 
 org.netbeans.lib.cvsclient.command.log.LogCommand.execute(LogCommand.java:132)
 at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:533)
 at 
 org.apache.maven.cvslib.CvsConnection.executeCommand(CvsConnection.java:90)
 at 
 org.apache.maven.cvslib.CvsConnection.processCommand(CvsConnection.java:421)
 at 
 org.apache.maven.cvslib.CvsChangeLogGenerator.getEntries(CvsChangeLogGenerator.java:100)
 at 
 org.apache.maven.changelog.ChangeLog.generateEntries(ChangeLog.java:239)
 at org.apache.maven.changelog.ChangeLog.doExecute(ChangeLog.java:214)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:324)
 at 
 org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.java:230)
 at 
 org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:92)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at 
 org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:84)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at 
 

[jira] Commented: (MPCHANGELOG-75) Date pasing errors in plugins using CVS

2006-03-07 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPCHANGELOG-75?page=comments#action_60346 
] 

Arnaud Heritier commented on MPCHANGELOG-75:


If, we have only to update the dependency to make happy some users, I think we 
can quicly release a new version before the beta 3 (waiting a total rewritting 
using our scm components).

 Date pasing errors in plugins using CVS
 ---

  Key: MPCHANGELOG-75
  URL: http://jira.codehaus.org/browse/MPCHANGELOG-75
  Project: maven-changelog-plugin
 Type: Bug

 Versions: 1.9
  Environment: Debian Sarge, Ubuntu Hoary, CVS 1.12.9 on the server
 Reporter: Peter Tillemans
  Fix For: 1.9.1



 Apparently the date format change applied to CVS a while back continues to 
 wreak havoc. 
 I found the following mail very instructive (and fixed my issues):
  The problems with cvs date handling reported in 
  http://jira.codehaus.org/browse/MAVEN-1447
  have been fixed in netbeans version 4.1 
  http://www.netbeans.org/source/browse/javacvs/libsrc/org/netbeans/lib/cvsclient/command/log/LogInformation.java?r1=1.15r2=1.16
 
  The current maven-1.1.-beta-2 is still shipping with a jar 
  called cvslib-3.6.jar
  If one copies the ide5/modules/org-netbeans-lib-cvsclient.jar from a 
  netbeans 4.1 installation to 
  ~/.maven/repository/netbeans/jars/cvslib-3.6.jar 
  then the problem goes away. 
  
  Hope this helps
  Tim Pizey
 It does help. I have been looking in JIRA, but I found all tickets related to 
 this issue as being closed, So I log this ticket as a reminder to maybe 
 update the dependencies to use the newer library.
 I apologize beforehand if this already has been done.
 Just for good measure, here is a typical stack dump :
 java.lang.Exception: Couldn't parse date 2005-09-19 09:07:43 +
 at org.netbeans.lib.cvsclient.util.BugLog.bug(BugLog.java:58)
 at 
 org.netbeans.lib.cvsclient.command.log.LogInformation$Revision.setDateString(LogInformation.java:382)
 at 
 org.netbeans.lib.cvsclient.command.log.LogBuilder.processRevisionDate(LogBuilder.java:273)
 at 
 org.netbeans.lib.cvsclient.command.log.LogBuilder.parseLine(LogBuilder.java:134)
 at 
 org.netbeans.lib.cvsclient.command.BuildableCommand.messageSent(BuildableCommand.java:86)
 at 
 org.netbeans.lib.cvsclient.event.MessageEvent.fireEvent(MessageEvent.java:96)
 at 
 org.netbeans.lib.cvsclient.event.EventManager.fireCVSEvent(EventManager.java:107)
 at 
 org.netbeans.lib.cvsclient.response.MessageTaggedResponse.process(MessageTaggedResponse.java:39)
 at org.netbeans.lib.cvsclient.Client.handleResponse(Client.java:485)
 at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:439)
 at 
 org.netbeans.lib.cvsclient.command.log.LogCommand.execute(LogCommand.java:132)
 at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:533)
 at 
 org.apache.maven.cvslib.CvsConnection.executeCommand(CvsConnection.java:90)
 at 
 org.apache.maven.cvslib.CvsConnection.processCommand(CvsConnection.java:421)
 at 
 org.apache.maven.cvslib.CvsChangeLogGenerator.getEntries(CvsChangeLogGenerator.java:100)
 at 
 org.apache.maven.changelog.ChangeLog.generateEntries(ChangeLog.java:239)
 at org.apache.maven.changelog.ChangeLog.doExecute(ChangeLog.java:214)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:324)
 at 
 org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.java:230)
 at 
 org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:92)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at 
 org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:84)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at 
 

[jira] Commented: (MPCHANGELOG-75) Date pasing errors in plugins using CVS

2005-10-12 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPCHANGELOG-75?page=comments#action_48452 
] 

Arnaud Heritier commented on MPCHANGELOG-75:


This library is used in the changelog plugin.
The problem is that there's only the cvslib 3.6 in ibiblio.
Can we add a new one ?
Can't we use our scm code ?

 Date pasing errors in plugins using CVS
 ---

  Key: MPCHANGELOG-75
  URL: http://jira.codehaus.org/browse/MPCHANGELOG-75
  Project: maven-changelog-plugin
 Type: Bug
  Environment: Debian Sarge, Ubuntu Hoary, CVS 1.12.9 on the server
 Reporter: Peter Tillemans



 Apparently the date format change applied to CVS a while back continues to 
 wreak havoc. 
 I found the following mail very instructive (and fixed my issues):
  The problems with cvs date handling reported in 
  http://jira.codehaus.org/browse/MAVEN-1447
  have been fixed in netbeans version 4.1 
  http://www.netbeans.org/source/browse/javacvs/libsrc/org/netbeans/lib/cvsclient/command/log/LogInformation.java?r1=1.15r2=1.16
 
  The current maven-1.1.-beta-2 is still shipping with a jar 
  called cvslib-3.6.jar
  If one copies the ide5/modules/org-netbeans-lib-cvsclient.jar from a 
  netbeans 4.1 installation to 
  ~/.maven/repository/netbeans/jars/cvslib-3.6.jar 
  then the problem goes away. 
  
  Hope this helps
  Tim Pizey
 It does help. I have been looking in JIRA, but I found all tickets related to 
 this issue as being closed, So I log this ticket as a reminder to maybe 
 update the dependencies to use the newer library.
 I apologize beforehand if this already has been done.
 Just for good measure, here is a typical stack dump :
 java.lang.Exception: Couldn't parse date 2005-09-19 09:07:43 +
 at org.netbeans.lib.cvsclient.util.BugLog.bug(BugLog.java:58)
 at 
 org.netbeans.lib.cvsclient.command.log.LogInformation$Revision.setDateString(LogInformation.java:382)
 at 
 org.netbeans.lib.cvsclient.command.log.LogBuilder.processRevisionDate(LogBuilder.java:273)
 at 
 org.netbeans.lib.cvsclient.command.log.LogBuilder.parseLine(LogBuilder.java:134)
 at 
 org.netbeans.lib.cvsclient.command.BuildableCommand.messageSent(BuildableCommand.java:86)
 at 
 org.netbeans.lib.cvsclient.event.MessageEvent.fireEvent(MessageEvent.java:96)
 at 
 org.netbeans.lib.cvsclient.event.EventManager.fireCVSEvent(EventManager.java:107)
 at 
 org.netbeans.lib.cvsclient.response.MessageTaggedResponse.process(MessageTaggedResponse.java:39)
 at org.netbeans.lib.cvsclient.Client.handleResponse(Client.java:485)
 at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:439)
 at 
 org.netbeans.lib.cvsclient.command.log.LogCommand.execute(LogCommand.java:132)
 at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:533)
 at 
 org.apache.maven.cvslib.CvsConnection.executeCommand(CvsConnection.java:90)
 at 
 org.apache.maven.cvslib.CvsConnection.processCommand(CvsConnection.java:421)
 at 
 org.apache.maven.cvslib.CvsChangeLogGenerator.getEntries(CvsChangeLogGenerator.java:100)
 at 
 org.apache.maven.changelog.ChangeLog.generateEntries(ChangeLog.java:239)
 at org.apache.maven.changelog.ChangeLog.doExecute(ChangeLog.java:214)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:324)
 at 
 org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.java:230)
 at 
 org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:92)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
 at 
 org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:84)
 at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
 at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
 at 
 org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:79)
 at