When I was building the source code (from the svn 
http://svn.wso2.org/repos/wso2/trunk/carbon) of carbon/orbit section,with the 
command
mvn clean install -Dtest=false -DfailIfNoTests=false,
It complains following errors:
**********************************************************************************************************
[INFO] ------------------------------------------------------------------------
[INFO] Building webharvest.wso2
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\stona126\carbon\orbit\webharvest\s
rc\main\resources
Downloading: http://dist.wso2.org/maven2/org/webharvest/webharvest-core/2.0.wso2
v1/webharvest-core-2.0.wso2v1.pom
[INFO] Unable to find resource 'org.webharvest:webharvest-core:pom:2.0.wso2v1' i
n repository wso2-maven2-repository (http://dist.wso2.org/maven2)
Downloading: https://repository.jboss.org/nexus/content/groups/public//org/webha
rvest/webharvest-core/2.0.wso2v1/webharvest-core-2.0.wso2v1.pom
[INFO] Unable to find resource 'org.webharvest:webharvest-core:pom:2.0.wso2v1' i
n repository jboss-maven-repository (https://repository.jboss.org/nexus/content/
groups/public/)
Downloading: http://repo1.maven.org/maven2/org/webharvest/webharvest-core/2.0.ws
o2v1/webharvest-core-2.0.wso2v1.pom
[INFO] Unable to find resource 'org.webharvest:webharvest-core:pom:2.0.wso2v1' i
n repository central (http://repo1.maven.org/maven2)
Downloading: http://dist.wso2.org/maven2/commons-email/commons-email/1.2/commons
-email-1.2.pom
[INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in reposito
ry wso2-maven2-repository (http://dist.wso2.org/maven2)
Downloading: https://repository.jboss.org/nexus/content/groups/public//commons-e
mail/commons-email/1.2/commons-email-1.2.pom
[INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in reposito
ry jboss-maven-repository (https://repository.jboss.org/nexus/content/groups/pub
lic/)
Downloading: http://repo1.maven.org/maven2/commons-email/commons-email/1.2/commo
ns-email-1.2.pom
[INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in reposito
ry central (http://repo1.maven.org/maven2)
Downloading: http://dist.wso2.org/maven2/commons-email/commons-email/1.2/commons
-email-1.2.jar
Downloading: http://dist.wso2.org/maven2/org/webharvest/webharvest-core/2.0.wso2
v1/webharvest-core-2.0.wso2v1.jar
[INFO] Unable to find resource 'org.webharvest:webharvest-core:jar:2.0.wso2v1' i
n repository wso2-maven2-repository (http://dist.wso2.org/maven2)
Downloading: https://repository.jboss.org/nexus/content/groups/public//org/webha
rvest/webharvest-core/2.0.wso2v1/webharvest-core-2.0.wso2v1.jar
31K downloaded  (commons-email-1.2.jar)
[INFO] Unable to find resource 'org.webharvest:webharvest-core:jar:2.0.wso2v1' i
n repository jboss-maven-repository (https://repository.jboss.org/nexus/content/
groups/public/)
Downloading: http://repo1.maven.org/maven2/org/webharvest/webharvest-core/2.0.ws
o2v1/webharvest-core-2.0.wso2v1.jar
[INFO] Unable to find resource 'org.webharvest:webharvest-core:jar:2.0.wso2v1' i
n repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.


Missing:
----------
1) org.webharvest:webharvest-core:jar:2.0.wso2v1


  Try downloading the file manually from the project website.


  Then, install it using the command:
      mvn install:install-file -DgroupId=org.webharvest -DartifactId=webharvest-
core -Dversion=2.0.wso2v1 -Dpackaging=jar -Dfile=/path/to/file


  Alternatively, if you host your own repository you can deploy the file there:


      mvn deploy:deploy-file -DgroupId=org.webharvest -DartifactId=webharvest-co
re -Dversion=2.0.wso2v1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Drepos
itoryId=[id]


  Path to dependency:
        1) org.webharvest.wso2:webharvest-core:bundle:2.0.0.wso2v1
        2) org.webharvest:webharvest-core:jar:2.0.wso2v1


----------
1 required artifact is missing.


for artifact:
  org.webharvest.wso2:webharvest-core:bundle:2.0.0.wso2v1


from the specified remote repositories:
  wso2-maven2-snapshot-repository (http://dist.wso2.org/snapshots/maven2),
  central (http://repo1.maven.org/maven2),
  wso2-maven2-repository (http://dist.wso2.org/maven2),
  jboss-maven-repository (https://repository.jboss.org/nexus/content/groups/publ
ic/)
**********************************************************************************************************
But I can't find the jar files,can you help me ?


ShiLiang liang

_______________________________________________
Carbon-dev mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to