Updating the xmlschema.version in axis2/modules/parent/pom.xml may be a
quick fix.
(Patch attached).

Regards,
Pradeeban.

On Wed, Sep 29, 2010 at 7:43 PM, Amila Suriarachchi <[email protected]> wrote:

>
>
> On Wed, Sep 29, 2010 at 5:46 AM, Samisa Abeysinghe <[email protected]>wrote:
>
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Failed to resolve artifact.
>>
>> Missing:
>> ----------
>> 1) org.apache.ws.commons.schema:XmlSchema:jar:1.4.7-SNAPSHOT
>>
>
> seems it is not available online.
>
> thanks,
> Amila.
>
>>
>>  Try downloading the file manually from the project website.
>>
>>  Then, install it using the command:
>>      mvn install:install-file -DgroupId=org.apache.ws.commons.schema
>> -DartifactId=XmlSchema -Dversion=1.4.7-SNAPSHOT -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.apache.ws.commons.schema
>> -DartifactId=XmlSchema -Dversion=1.4.7-SNAPSHOT -Dpackaging=jar
>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>
>>  Path to dependency:
>>        1) org.apache.axis2.wso2:axis2-json:bundle:1.6.0.wso2v1-SNAPSHOT
>>        2) org.apache.axis2:axis2-json:jar:SNAPSHOT
>>        3) org.apache.axis2:axis2-kernel:jar:SNAPSHOT
>>        4) org.apache.ws.commons.schema:XmlSchema:jar:1.4.7-SNAPSHOT
>>
>> ----------
>> 1 required artifact is missing.
>>
>> for artifact:
>>  org.apache.axis2.wso2:axis2-json:bundle:1.6.0.wso2v1-SNAPSHOT
>>
>> 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/public/)
>>
>> Thanks,
>> Samisa...
>>
>> Samisa Abeysinghe
>> VP Engineering
>> WSO2 Inc.
>> http://wso2.com
>> http://wso2.org
>>
>>
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> [email protected]
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Kathiravelu Pradeeban.
Software Engineer.
WSO2 Inc.

Blog: [Llovizna] http://kkpradeeban.blogspot.com/
Index: modules/parent/pom.xml
===================================================================
--- modules/parent/pom.xml	(revision 1004081)
+++ modules/parent/pom.xml	(working copy)
@@ -69,7 +69,7 @@
 	<!-- Tracking SNAPSHOT(s) of a few projects -->
         <axiom.version>1.2.10-SNAPSHOT</axiom.version>
         <neethi.version>3.0.0-SNAPSHOT</neethi.version>
-        <xmlschema.version>1.4.7-SNAPSHOT</xmlschema.version>
+        <xmlschema.version>1.4.8-SNAPSHOT</xmlschema.version>
         <woden.version>1.0-SNAPSHOT</woden.version>
 
 	<!-- Use released versions for these projects -->
_______________________________________________
Carbon-dev mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to