[ 
https://wso2.org/jira/browse/WSAS-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16231#action_16231
 ] 

Keith Godwin Chapman commented on WSAS-735:
-------------------------------------------

I tried building WSAS on a lcean machine and it did fail too with the following 
error,

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.wso2.wsas:wso2wsas-core:test-jar:tests:SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.wso2.wsas 
-DartifactId=wso2wsas-core \
          -Dversion=SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar 
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:   
    mvn deploy:deploy-file -DgroupId=org.wso2.wsas -DartifactId=wso2wsas-core \
          -Dversion=SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar 
-Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.wso2.wsas:wso2wsas-admin:jar:SNAPSHOT
        2) org.wso2.wsas:wso2wsas-core:test-jar:tests:SNAPSHOT

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

for artifact: 
  org.wso2.wsas:wso2wsas-admin:jar:SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  maven-snapshots (http://snapshots.maven.codehaus.org/maven2),
  java.net (http://download.java.net/maven/1/),
  ws-zones-repository (http://ws.zones.apache.org/repository2),
  wso2-maven2-repository (http://dist.wso2.org/maven2),
  tomcat-repository (http://tomcat.apache.org/dev/dist/m2-repository),
  m2-snapshot-repository (http://people.apache.org/repo/m2-snapshot-repository)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 30 seconds
[INFO] Finished at: Mon Apr 07 21:54:49 PDT 2008
[INFO] Final Memory: 29M/54M
[INFO] ------------------------------------------------------------------------

This is blocking the mashup server. Can we have this fixed please.

> WSAS Build failure
> ------------------
>
>                 Key: WSAS-735
>                 URL: https://wso2.org/jira/browse/WSAS-735
>             Project: WSO2 WSAS
>          Issue Type: Bug
>            Reporter: Jonathan Marsh
>            Assignee: Afkham Azeez
>
> Delete .m2 repository, check out fresh copy of wsas.  Run mvn clean install 
> -Dmaven.test.skip=true in wsas/java directory.
> Result follows:
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.wso2.wsas:wso2wsas-core:test-jar:tests:SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.wso2.wsas 
> -DartifactId=wso2wsas-cor
> e \
>           -Dversion=SNAPSHOT -Dpackaging=test-jar -Dfile=/path/to/file
>   Path to dependency:
>         1) org.wso2.wsas:wso2wsas-admin:jar:SNAPSHOT
>         2) org.wso2.wsas:wso2wsas-core:test-jar:tests:SNAPSHOT
> ----------
> 1 required artifact is missing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to