Title: Message
 
 
 
 Any body is here to help me ????????

 

-----Original Message-----
From: Eran Chinthaka
Sent: 26 August 2003 19:00
To: Maven Users List
Subject: Getting source from CVS

Hi,
 
I'm a newbie to maven.
 
When I want to build a new version of my software, what I did so far, I manually got the latest version from the CVS and activated the "maven site". But by looking at the recent discussion in this group I understood that, I can automate this task of getting the latest from the CVS, by maven and continue on building on that. This will be much easier as this will help me to go for automated building of nightly builds.
 
Please help me to do this. I've attached my project.xml
 
 
Eran Chinthaka

Software Engineer

Eurocenter DDC Limited
65, Walukarama Road
Colombo 03
Tel: (+94) 074 721194-6
E-Mail : [EMAIL PROTECTED]

 

 

 

<<Ivy.gif>>

<?xml version="1.0"?>
<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Eran Chinthaka (Eurocenter) -->
<project>
	<pomVersion>1</pomVersion>
	<name>AutoMa</name>
	<id>AutoMa</id>
	<currentVersion>Rel-2-build-1</currentVersion>
	<organization>
		<logo>/images/automa.gif</logo>
		<name>Eurocenter DDC</name>
		<url>http://www.eurocenterddc.com/</url>
	</organization>
	<inceptionYear>2002</inceptionYear>
	<package>com.automa.*</package>
	<shortDescription>Business Process Automation Engine</shortDescription>
	<!-- Gump integration -->
	<gumpRepositoryId>automa</gumpRepositoryId>
	<description>AutoMa project is a business process automation process. Currently it has been integrated to Procasso, a business process running in Norway. For the time being AutoMa has automated some of the business processes of Procasso.</description>
	<url>http://automa.eurocenterddc.com</url>
	<issueTrackingUrl>http://automa.eurocenterddc.com/issues</issueTrackingUrl>
	<siteAddress>E:/tomcat-4.0.1/webapps/ROOT/automa</siteAddress>
	<siteDirectory>/automa/docs/</siteDirectory>
	<distributionDirectory>http://localhost:8080/automa/builds/</distributionDirectory>
	<repository>
		<connection>scm:cvs:sspi:[EMAIL PROTECTED]:2401:/rule</connection>
	</repository>
	<versions>
		<version>
			<id>b3</id>
			<name>1.0-b3</name>
			<tag>AUtoMa_1_0_B3</tag>
		</version>
		<version>
			<id>b4</id>
			<name>1.0-b4</name>
			<tag>HEAD</tag>
		</version>
	</versions>
	<mailingLists>
		<mailingList>
			<name>AutoMa Developer List</name>
			<subscribe>
[EMAIL PROTECTED]    </subscribe>
			<unsubscribe>
        [EMAIL PROTECTED]</unsubscribe>
			<archive>http://groups.yahoo.com/group/automa/</archive>
		</mailingList>
	</mailingLists>
	<developers>
		<developer>
			<name>Niroshan Hewakoparage</name>
			<id>NHE</id>
			<email>[EMAIL PROTECTED]</email>
			<organization>Eurocenter DDC</organization>
			<roles>
				<role>Software Engineer</role>
			</roles>
		</developer>
		<developer>
			<name>Kushani Karunarathne</name>
			<id>KKA</id>
			<email>[EMAIL PROTECTED]</email>
			<organization>Eurocenter DDC</organization>
			<roles>
				<role>Project Manager</role>
			</roles>
		</developer>
		<developer>
			<name>Indika Rathnasekara</name>
			<id>IRA</id>
			<email>[EMAIL PROTECTED]</email>
			<organization>Eurocenter DDC</organization>
			<roles>
				<role>Technical leader/Tester</role>
			</roles>
		</developer>
		<developer>
			<name>Eran Chinthaka</name>
			<id>CHE</id>
			<email>[EMAIL PROTECTED]</email>
			<organization>Eurocenter DDC</organization>
			<roles>
				<role>Software Engineer</role>
			</roles>
		</developer>
		<developer>
			<name>Ajith Ranabahu</name>
			<id>ARN</id>
			<email>[EMAIL PROTECTED]</email>
			<organization>Eurocenter DDC</organization>
			<roles>
				<role>Software Engineer</role>
			</roles>
		</developer>
		<developer>
			<name>Amila Suriyaarachchi</name>
			<id>ASU</id>
			<email>[EMAIL PROTECTED]</email>
			<organization>Eurocenter DDC</organization>
			<roles>
				<role>Software Engineer</role>
			</roles>
		</developer>
		<developer>
			<name>Hasith Yaggahawita</name>
			<id>HYA</id>
			<email>[EMAIL PROTECTED]</email>
			<organization>Eurocenter DDC</organization>
			<roles>
				<role>Software Engineer</role>
			</roles>
		</developer>
		<developer>
			<name>Pushpaka Rambukkanage</name>
			<id>PRU</id>
			<email>[EMAIL PROTECTED]</email>
			<organization>Eurocenter DDC</organization>
			<roles>
				<role>Software Engineer</role>
			</roles>
		</developer>
		<developer>
			<name>Sanjaya Kumar</name>
			<id>SKU</id>
			<email>[EMAIL PROTECTED]</email>
			<organization>Eurocenter DDC</organization>
			<roles>
				<role>Software Engineer</role>
			</roles>
		</developer>
	</developers>
	<dependencies>
		<dependency>
			<id>activation</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>axis</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>boot</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>castor</id>
			<version>0.9.4.1 </version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>commons-logging</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>jaxrpc</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>jbossall-client</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>jdbc</id>
			<version>se2.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>jta</id>
			<version>1.0.1</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>jdom</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>junit</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>log4j</id>
			<version>1.2.4</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>mail</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>quartz</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>resources</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>runtime</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>saaj</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>servlet</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>soap</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>Sprinta2000</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>swt</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>tt-bytecode</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>xalan</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>xerces</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>xercesImpl</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>xmlParserAPIs</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>xmlrpc</id>
			<version>1.1</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>workbench</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
		<dependency>
			<id>wsdl4j</id>
			<version>1.0</version>
			<url>http://localhost:8080/automa/lib/</url>
		</dependency>
	</dependencies>
	<build>
		<nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
		<sourceDirectory>E:\projects\automa\src</sourceDirectory>
		<package>com.automa.*</package>
		<unitTestSourceDirectory>E:\projects\automa\src</unitTestSourceDirectory>
		<integrationUnitTestSourceDirectory/>
		<aspectSourceDirectory/>
		<!-- Unit test cases -->
		<unitTest>
			<includes>
				<include>test/**/**/**/**/**/*Test.java</include>
			</includes>
		</unitTest>
		<!-- J A R  R E S O U R C E S -->
		<!-- Resources that are packaged up inside the JAR file -->
	</build>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to