Return-Path: X-Original-To: apmail-ant-ivy-user-archive@www.apache.org Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55F2C98D1 for ; Tue, 10 Apr 2012 09:17:24 +0000 (UTC) Received: (qmail 19911 invoked by uid 500); 10 Apr 2012 09:17:24 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 19689 invoked by uid 500); 10 Apr 2012 09:17:21 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 19668 invoked by uid 99); 10 Apr 2012 09:17:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 09:17:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 09:17:13 +0000 Received: from telerig.nabble.com ([192.168.236.162]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SHXC0-0002ME-7V for ivy-user@ant.apache.org; Tue, 10 Apr 2012 02:16:52 -0700 Message-ID: <33660160.post@talk.nabble.com> Date: Tue, 10 Apr 2012 02:16:52 -0700 (PDT) From: Anil E To: ivy-user@ant.apache.org Subject: Re: regarding Apache Ivy setup In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: eanil_cool@yahoo.co.in References: here is the build.xml for the ivy i created so far Anil E-2 wrote: > > hello sir, > > I have setup my project on Apache Maven 3.0.4 successfully > and project is working fine=0ANow,Iwant to use Apache Ivy and do the same > I am very new to Ivy ,I am providing you my pom.xml of maven > let me know if you need anything further > > thanks > Anil > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/xsd/maven-4.0.0.xsd"> > 4.0.0 > > > 1 > Revision6 > 1.1 > pom > war > > > > > scm:git:https://RamuRC@github.com/abcis/EaaSVideoComponent.git > > scm:git:https://RamuRC@github.com/abcis/EaaSVideoComponent.git > HEAD > > scm:git:https://RamuRC@github.com/abcis/EaaSVideoComponent.git > > > > > > UTF-8 > > > > > > > > org.springframework > spring-core > 3.0.5.RELEASE > jar > compile > > > org.springframework > spring-aspects > 3.0.5.RELEASE > jar > compile > > > spring-context > org.springframework > > > > > > org.antlr > antlr-runtime > 3.3 > jar > compile > > > antlr > antlr > 2.7.7 > jar > compile > > > > asm > asm > 3.0 > jar > compile > > > asm > asm-tree > 3.0 > jar > compile > > > net.sourceforge.cobertura > cobertura > 1.9.4.1 > jar > compile > > > commons-cli > commons-cli > 1.2 > jar > compile > > > commons-io > commons-io > 2.1 > jar > compile > > > commons-lang > commons-lang > 2.4 > jar > compile > > > > > httpunit > httpunit > 1.7 > jar > compile > > > ant > ant-jakarta-oro > 1.6.1 > jar > compile > > > org.slf4j > jcl-over-slf4j > 1.6.1 > jar > compile > > > com.meschbach.psi > psi-jetty6 > 2.4 > jar > compile > > > jetty > jetty-util > 6.0.2 > jar > compile > > > com.metaparadigm > json-rpc > 1.0 > jar > compile > > > javax.servlet > jstl > 1.2 > jar > compile > > > jtidy > jtidy > 4aug2000r7-dev > jar > compile > > > junit > junit > 4.8.2 > jar > compile > > > ant > ant-apache-log4j > 1.6.5 > jar > compile > > > org.objenesis > objenesis > 1.0 > jar > compile > > > org.springframework > spring-asm > 3.0.3.RELEASE > jar > compile > > > org.springframework > spring-beans > 3.0.3.RELEASE > jar > compile > > > org.springframework > spring-context > 3.0.3.RELEASE > jar > compile > > > > org.springframework > spring-expression > 3.0.3.RELEASE > jar > compile > > > org.springframework > spring-test > 3.0.3.RELEASE > jar > compile > > > org.springframework > spring-web > 3.0.3.RELEASE > jar > compile > > > > com.weiglewilczek.scala-lang-osgi > scala-library > 2.9.1 > jar > compile > > > > opensymphony > sitemesh > 2.4.2 > jar > compile > > > org.slf4j > slf4j-api > 1.6.1 > jar > compile > > > org.slf4j > slf4j-simple > 1.6.1 > jar > compile > > > org.antlr > stringtemplate > 3.2.1 > jar > compile > > > > > javax.el > javax.el-api > 2.2.4 > jar > compile > > > javax.servlet > servlet-api > 3.0-alpha-1 > jar > compile > > > > > > > > ${application-name} > > > > > > org.apache.maven.wagon > wagon-ssh-external > 1.0-beta-2 > > > > > > > com.googlecode.addjars-maven-plugin > addjars-maven-plugin > 1.0.3 > > > > > add-jars > > > **/*.svn-base > > > > ${basedir}/WebContent/WEB-INF/localJars > > **/*.svn-base > > > > > > > > > > > > > maven-antrun-plugin > > > package > > > > > dir="${baseDirPath}/${adapterForResources}/WEB-INF/localJars"/> > > > > dir="${baseDirPath}/target/${application-name}/WEB-INF/classes/ResourceBundles/"/> > todir="${baseDirPath}/target/${application-name}/WEB-INF/classes/ResourceBundles/"> > > > > > todir="${baseDirPath}/target/${application-name}/WEB-INF/classes/"> > includes = "*.xml"/> > > > > > "${baseDirPath}/src/WEB-INF/"/> > > > > > > run > > > > > > > > > org.apache.maven.plugins > maven-surefire-plugin > 2.8.1 > > > > **/*Test.java > > package > > > > > > org.apache.maven.plugins > maven-war-plugin > 2.2 > > > **/*.svn-base > ${baseDirPath}\WebContent\WEB-INF\web.xml > ${application-name} > > > ${baseDirPath}\WebContent > > > > ${baseDirPath}/target/${application-name}/WEB-INF/classes/ > > ${baseDirPath}/target/${application-name}/WEB-INF/classes/ResourceBundles/ > ${baseDirPath}/target/${application-name}/ > > > > ${baseDirPath}/target/WEB-INF/*.xml > ${baseDirPath}/target/WEB-INF/localJars/*.jar > > ${baseDirPath}/target/WEB-INF/antDependentJars/*.jar > > > > > > > > > > > org.apache.maven.plugins > maven-install-plugin > 2.3.1 > > > default-install > install > > > > > > > de.saumya.mojo > runit-maven-plugin > 0.28.6 > > > > org.codehaus.mojo > exec-maven-plugin > 1.2.1 > > > > test > main.java.com.cisco > > > > > > > > > > org.codehaus.mojo > tomcat-maven-plugin > 1.2.1 > > ${baseDirPath}/target/${application-name}.war > ${tomcat-deployment-path} > mytomcatForCUIDeployment > /${application-name} > > > > > > > > > > org.apache.maven.plugins > maven-scm-plugin > 1.6 > > > scm:git:https://RamuRC@github.com/abcis/EaaSVideoComponent.git > checkout > > EaasWebApp,Snapshot,bbb-video,bigbluebutton-client,est > UX,UI,Documents > > > > > > org.apache.maven.plugins > maven-release-plugin > > true > > > > > > > > org.mortbay.jetty > maven-jetty-plugin > 6.1.10 > > 10 > stopCUI > 8080 > > > > start-jetty > pre-integration-test > > run > > > > 0 > true > > > > stop-jetty > post-integration-test > > stop > > > > > > > > > > > > -- View this message in context: http://old.nabble.com/regarding-Apache-Ivy-setup-tp33659486p33660160.html Sent from the ivy-user mailing list archive at Nabble.com.