You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Sacha Fournier <fo...@icod.ca> on 2009/12/03 22:45:36 UTC

Author, Date and Comment empty in SCM Changes section

Hi all,

I can see that a file was modified but not author, date and comment. 
I've read in this forum that it may be related to date locale ? I'm 
using GIT as SCM here my URL in my POM:

  <scm>
    <connection>scm:git:git://192.168.1.50/public/project.git</connection>
    
<developerConnection>scm:git:git://192.168.1.50/public/project.git</developerConnection>
  </scm>

I've also run this command "mvn scm:changelog" and got this output

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'scm'.
[INFO] 
------------------------------------------------------------------------
[INFO] Building snAssurance Maven Webapp
[INFO]    task-segment: [scm:changelog] (aggregator-style)
[INFO] 
------------------------------------------------------------------------
[INFO] [scm:changelog]
[INFO] Executing: /bin/sh -c cd 
/usr/local/continuum-data/working-directory/5 && git whatchanged 
'--until=2009-12-03 21:44:07 +0000' --date=iso
[INFO] Working directory: /usr/local/continuum-data/working-directory/5
Sacha Fournier <fo...@icod.ca>
Thu Dec 03 08:54:36 EST 2009
README, 09b6eb22eb0e8c2f24dd77f703335971fccf9dd9
change README
Sacha Fournier <fo...@icod.ca>
Wed Dec 02 16:37:31 EST 2009
README, b802919fbe5298370a2fb94e840e6ba63cc97195
change README
...
...


Can some one help me ?





-- 



www.icod.ca <http://www.icod.ca> 	
*Sacha Fournier
*Programmeur-Analyste
	  	
Tél.    +1 (450) 348-5715
Fax    +1 (450) 348-0224 	  	
385, 5ième avenue
St-Jean-Sur-Richelieu
(QC), J2X 1V2
fourniers@icod.ca <ma...@icod.ca>
-------------------------------------------------------------------------------------------------------------------------------------
Ce message et toutes les pièces jointes sont confidentiels et établis à 
l'attention exclusive de ses destinataires.
Toute utilisation de ce message non conforme à sa destination, toute 
diffusion ou toute publication, totale ou partielle, est interdite, sauf 
autorisation écrite expresse.
Si vous recevez ce message par erreur, merci de le détruire.
------------------------------------------------------------------------------------------------------------------------------------- 





AW: Author, Date and Comment empty in SCM Changes section

Posted by Guido Wilken <Gu...@isec7.com>.
Hi,

I have an issue with the migration from 1.2.2 to 1.3.4.
I tried to export the data as described in the upgrade documentation.
Unfortunately the data management client version 1.2.3.1 throws an exception...

Any idea what might be wrong here?

Thanks a lot for your help!

java -Xmx512m -jar data-management-cli-1.2.3.1-app.jar -buildsJdbcUrl jdbc:derby:continuum-1.2.2/data/databases/continuum -mode EXPORT -directory backups
0 [main] INFO org.apache.maven.continuum.management.DataManagementCli  - Processing Continuum database...
Exception in thread "main" org.codehaus.plexus.component.repository.exception.ComponentLookupException: Unable to lookup component 'org.apache.maven.settings.MavenSettingsBuilder', it co                 uld not be created
   at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:151)
   at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:69)
   at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:297)
   at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:291)
   at org.apache.maven.continuum.management.DataManagementCli.getSettings(DataManagementCli.java:426)
   at org.apache.maven.continuum.management.DataManagementCli.initializeWagon(DataManagementCli.java:282)
   at org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:195)
   at org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:170)
Caused by: org.codehaus.plexus.component.factory.ComponentInstantiationException: Could not instantiate component: role: 'org.apache.maven.settings.MavenSettingsBuilder', implementation:                  'org.apache.maven.settings.DefaultMavenSettingsBuilder', role hint: 'default' realm: plexus.core
   at org.codehaus.plexus.component.factory.java.JavaComponentFactory.makeException(JavaComponentFactory.java:113)
   at org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:87)
   at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:239)
   at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:128)
   at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:90)
   at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:147)
   ...7 more
Caused by: java.lang.NoClassDefFoundError: org.apache.maven.settings.DefaultMavenSettingsBuilder
   at java.lang.Class.initializeClass(libgcj.so.81)
   at java.lang.Class.newInstance(libgcj.so.81)
   at org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:66)
   ...11 more
Caused by: java.lang.VerifyError: verification failed at PC 63 in org.apache.maven.settings.DefaultMavenSettingsBuilder:readSettings((Ljava.io.File;)Lorg.apache.maven.settings.Settings;)                 : incompatible type on stack
   at java.lang.Class.initializeClass(libgcj.so.81)
   ...13 more