I want to try this version using the database from beta-2 but I can't migrate using the data tool.... I need a dependency. Where can i find it?
/usr/java/jdk1.6.0/bin/java -Xmx512m -jar ~/install/continuum/data-management-cli-1.1-beta-3-app.jar -buildsJdbcUrl jdbc:derby:~/continuum-1.1-beta-2/data/ -mode EXPORT 0 [main] INFO org.apache.maven.continuum.management.DataManagementCli - Processing Continuum database... Exception in thread "main" org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing: ---------- 1) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-3 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.maven.continuum -DartifactId=data-management-jdo \ -Dversion=1.1-beta-3 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) dummy:dummy:pom:1.0 2) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-3 ---------- 1 required artifact is missing. for artifact: dummy:dummy:pom:1.0 from the specified remote repositories: central (http://repo1.maven.org/maven2) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:305) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:272) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:243) at org.apache.maven.continuum.management.DataManagementCli.downloadArtifact(DataManagementCli.java:292) at org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:173) at org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:146) Emmanuel Venisse wrote: > > Hi, > > Continuum 1.1-beta-3 is ready for release > > The highlights are > - lot of bug fixes > - LDAP support for authentication (thanks jesse) > - performance improvement > - committer mail notification > > The Release Notes is available there: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10540&styleName=Html&version=13661 > > The binaries are available there: > - Runtime: > http://people.apache.org/builds/maven/continuum/1.1-beta-3/org/apache/maven/continuum/continuum-plexus-runtime/1.1-beta-3/continuum-plexus-runtime-1.1-beta-3-bin.tar.gz > - Webapp: > http://people.apache.org/builds/maven/continuum/1.1-beta-3/org/apache/maven/continuum/continuum-webapp/1.1-beta-3/continuum-webapp-1.1-beta-3.war > - data management cli: > http://people.apache.org/builds/maven/continuum/1.1-beta-3/org/apache/maven/continuum/data-management-cli/1.1-beta-3/data-management-cli-1.1-beta-3-app.jar > > Everyone is encouraged to vote and give their feedback. > > [ ] +1 Release it! > [ ] 0 > [ ] -1 Don't release it, because... > > > The vote will be open for 72 hours. So, cast your votes now ;-) > > Here's my +1 > > Thanks, > Emmanuel > > > > > > > -- View this message in context: http://www.nabble.com/-vote--Release-Continuum-1.1-beta-3-tf4482966.html#a12798986 Sent from the Continuum - Dev mailing list archive at Nabble.com.