[
http://jira.codehaus.org/browse/CONTINUUM-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=193875#action_193875
]
a w commented on CONTINUUM-1536:
--------------------------------
it doesn't seem to be fixed in 1.1 (data-management-cli-1.1-app.jar).
i try the following command:
java -Xmx512m -jar data-management-cli-1.1-app.jar -buildsJdbcUrl
jdbc:derby:/export/home/svn/tools/continuum-1.1/data/continuum/database -mode
EXPORT -directory backups
and get this error:
1 [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.derby:derby:jar:10.1.3.1
Try downloading the file manually from the project website.
....
....
org.apache.derby:derby:jar:10.1.3.1 is installed in my local repo which is
referenced in my settings.xml
Any help on how I can manage to do my export from my Continuum 1.1?
> Data management cli doesn't read settings.xml
> ---------------------------------------------
>
> Key: CONTINUUM-1536
> URL: http://jira.codehaus.org/browse/CONTINUUM-1536
> Project: Continuum
> Issue Type: Bug
> Components: Data Management
> Affects Versions: 1.1-beta-2, 1.1-beta-3
> Reporter: Damien Lecan
> Assignee: Emmanuel Venisse
> Priority: Critical
> Fix For: 1.1
>
>
> DMC doesn't read settings.xml file (proxy + Continuum beta-4 stage repository)
> settings.xml file is located under ${user.home}/.m2/
> Here is what I get when I try to execute DMC and then dependency:resolve with
> DMC pom file.
> DMC alone :
> [ro...@cc ~]$ java -jar data-management-cli-1.1-beta-4-app.jar ...
> 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-4
> 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-4 -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-4
> ----------
> 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:304)
> at
> org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:185)
> at
> org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:158)
> <= same session, same maven 2, same settings.xml =>
> Then, with DMC pom file :
> [ro...@cc ~]$ mvn dependency:resolve
> [INFO] Scanning for projects...
> Downloading:
> http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-data-management/1.1-beta-4/continuum-data-management-1.1-beta-4.pom
> 2K downloaded
> Downloading:
> http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-parent/1.1-beta-4/continuum-parent-1.1-beta-4.pom
> 25K downloaded
> ...
> Maven itself finds settings.xml and its configuration, but DMC fails.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira