Hi,

Thank you very much for the help. But even after importing the given project 
there is an error that exists in eclipse in each of the folders pom.xml file.
So I am unable to run the project .So could you please help me out on that. I 
am attaching a sample pom.xml file which is giving an error.

Regards,
Nikhil Bora

-----Original Message-----
From: Alan R Williams [mailto:[email protected]]
Sent: Wednesday, February 29, 2012 6:03 PM
To: [email protected]
Subject: Re: [Taverna-users] Reagrding maven plugin

On 29/02/2012 12:05, Nikhil Bora wrote:
> Hi,

Hello

> This is the version of maven eclipse plugin  m2e - Maven Integration for 
> Eclipse      1.0.100.20110804-1717   org.eclipse.m2e.feature.feature.group   
> Eclipse.org - m2e .
> Also i have attached the error trace for the commands which were specified in 
> the previous mail as specified.
> So please help me out with the same.

I have sent you (off list) a zip of what the maven archetype generates.
This should allow you to proceed with the tutorial.

> Regards,
> Nikhil Bora

Alan


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning Cloud computing makes 
use of virtualization - but cloud computing also focuses on allowing computing 
to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
taverna-users mailing list
[email protected]
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/about/contact-us/

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";>
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>uk.ac.manchester.cs.img.myfancytool</groupId>
		<artifactId>myfancytool-taverna</artifactId>
		<version>1.0-SNAPSHOT</version>
	</parent>
	<artifactId>myfancytool-taverna-activity</artifactId>
	<name>Example Taverna activity</name>

	<dependencies>
		<dependency>
			<groupId>net.sf.taverna.t2.core</groupId>
			<artifactId>workflowmodel-api</artifactId>
			<version>${t2.core.version}</version>
		</dependency>
		<dependency>
			<groupId>net.sf.taverna.t2.activities</groupId>
			<artifactId>activity-test-utils</artifactId>
			<version>${t2.activities.version}</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
taverna-users mailing list
[email protected]
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/about/contact-us/

Reply via email to