Hi,

It seems that you have not built the dependencies recently. To solve this
issue, build [1]. For the complete list of dependencies, checkout [2].

[1] https://svn.wso2.org/repos/wso2/trunk/carbon/dependencies/webharvest
[2] https://svn.wso2.org/repos/wso2/trunk/carbon/dependencies

Thanks,
Senaka.

2010/9/19 shiliangliang126 <[email protected]>

> 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
>
>
>
> ------------------------------
> 全国最低价,天天在家冲照片,24小时发货上门! <http://yxp.163.com/photo/ep.html?sss=fromyx0911>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Senaka Fernando
Associate Technical Lead
WSO2 Inc.
E-mail: senaka AT wso2.com;  Mobile: +94 77 322 1818

http://www.wso2.com/ - "Lean . Enterprise . Middleware"
_______________________________________________
Carbon-dev mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to