1.1-beta-4 to 1.1 final data migration

2007-11-26 Thread Johnathan Gifford
While trying to migrate our data from 1.1-beta-4, I'm getting the following error trying to export data out of the beta install: 0 [main] INFO org.apache.maven.continuum.management.DataManagementCli - Processing Continuum database... Exception in thread main

Re: 1.1-beta-4 to 1.1 final data migration

2007-11-26 Thread Emmanuel Venisse
Hmm, weird. As a workaround, I think you can use datamanagement 1.1 to migrate your data because we don't have db schema (if I remember it correctly between 1.1-beta-4 and 1.1 final) Emmanuel Johnathan Gifford a écrit : While trying to migrate our data from 1.1-beta-4, I'm getting the

Re: 1.1-beta-4 to 1.1 final data migration

2007-11-26 Thread Johnathan Gifford
Now down to one artifact when using the data-management-cli-1.1-app.jar migration tool: 0 [main] INFO org.apache.maven.continuum.management.DataManagementCli - Processing Continuum database... Exception in thread main org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException:

Re: 1.1-beta-4 to 1.1 final data migration

2007-11-26 Thread Francis De Brabandere
Hi, Just do what is asked (you need to have maven 2 installed), go to those url's, download the needed jar and add it to your local repository using the mvn install:install-file command. Apache can not host those files in their repository because of licensing issues... If you have a company-wide

Re: 1.1-beta-4 to 1.1 final data migration

2007-11-26 Thread Johnathan Gifford
Just do what is asked (you need to have maven 2 installed), go to those url's, download the needed jar and add it to your local repository using the mvn install:install-file command. Already done that, that's why I'm posting this thread. Apache can not host those files in their repository