Hi Charitha, I think the problem is a cyclic dependency. We cannot put i) org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1 ii) org.apache.axis2:axis2-aar-maven-plugin:maven-plugin:1.4.1
artifacts to the maven repo until they are released. So Charith can you first build those two artifacts, by doing a maven build on modules/tool/axis2-mar-maven-plugin modules/tool/axis2-aar-maven-plugin two modules and then doing a maven build on the root level. Yes, I agree we should have to order this in the maven build in such a way that these two will built first and then this problem can be eliminated. thanks, nandana On Thu, Aug 7, 2008 at 10:18 PM, Charitha Kankanamge <[EMAIL PROTECTED]>wrote: > This was tested to check whether the 1.4.1 source can be built > out-of-the-box. As you said, aar-maven-plugin is not in public repos. We > should add it to a public repo and then I'll test this again. > > regards > Charitha > > http://charithaka.blogspot.com > > keith chapman wrote: > > Charitha this is because the axis2-mar-maven plugin is used in the build >> and its not available in public repos. Can you try going into >> modules/tools/axis2-mar-maven-plugin and building that first before you >> attempt to build axis2. (If it fails saying that you need the >> axis2-aar-maven-plugin you may need to build that too). >> >> On Thu, Aug 7, 2008 at 9:53 PM, Charitha Kankanamge (JIRA) < >> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: >> >> Fails to build Axis2-1.4.1 from source distribution >> --------------------------------------------------- >> >> Key: AXIS2-3968 >> URL: https://issues.apache.org/jira/browse/AXIS2-3968 >> Project: Axis 2.0 (Axis2) >> Issue Type: Bug >> Affects Versions: 1.4.1 >> Environment: Winxp, Axis2-1.4.1 (Release >> candidate-2008-08-07), jdk15, maven2.0.8 >> Reporter: Charitha Kankanamge >> Assignee: Nandana Mihindukulasooriya >> Priority: Blocker >> >> >> I couldnot build Axis2-1.4.1 from source distro. See the following >> output. >> >> Downloading: >> >> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar >> Downloading: >> >> http://repo1.maven.org/maven2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar >> [INFO] >> >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> >> ------------------------------------------------------------------------ >> [INFO] Plugin could not be found - check that the goal name is >> correct: Unable to download the artifact from any repository >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.apache.axis2 >> -DartifactId=axis2-mar-maven-plugin -Dversion=1.4.1 >> -Dpackaging=maven-plugin -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the >> file there: >> mvn deploy:deploy-file -DgroupId=org.apache.axis2 >> -DartifactId=axis2-mar-maven-plugin -Dversion=1.4.1 >> -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] >> -DrepositoryId=[ >> id] >> >> >> org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1 >> >> from the specified remote repositories: >> central (http://repo1.maven.org/maven2), >> ws-zones (http://ws.zones.apache.org/repository2), >> apache-snapshots >> (http://people.apache.org/repo/m2-snapshot-repository) >> >> org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1 >> >> from the specified remote repositories: >> central (http://repo1.maven.org/maven2), >> ws-zones (http://ws.zones.apache.org/repository2), >> apache-snapshots >> (http://people.apache.org/repo/m2-snapshot-repository) >> >> [INFO] >> >> ------------------------------------------------------------------------ >> [INFO] For more information, run Maven with the -e switch >> [INFO] >> >> ------------------------------------------------------------------------ >> [INFO] Total time: 8 seconds >> [INFO] Finished at: Thu Aug 07 21:48:38 IST 2008 >> [INFO] Final Memory: 8M/15M >> [INFO] >> >> ------------------------------------------------------------------------ >> >> D:\axis2\axis2-1.4.1> >> >> -- >> This message is automatically generated by JIRA. >> - >> You can reply to this email to add a comment to the issue online. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]> >> For additional commands, e-mail: [EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]> >> >> >> >> >> -- >> Keith Chapman >> Senior Software Engineer >> WSO2 Inc. >> Oxygenating the Web Service Platform. >> http://wso2.org/ >> >> blog: http://www.keith-chapman.org >> >> ------------------------------------------------------------------------ >> >> Internal Virus Database is out-of-date. >> Checked by AVG. Version: 7.5.524 / Virus Database: 270.4.7/1543 - Release >> Date: 7/9/2008 6:32 PM >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
