James Wilson wrote:
> Hello,

Hello,

This probably should be in taverna-hackers.  I've copied it to there.

> I'm trying to create a service invocation plugin for taverna.
> I'm following the directions in the documentation to a fault. I have
> all the prerequisites (Maven, Java, etc...) I am creating a new Maven
> project and adding the remote catalog, just like the "how to" says
> and everything goes fine until I click Finish and it tells me 'Failed
> to create project" with the error message: "The desired archetype
> does not exist." I wondered if anyone else has had a similar problem
> and if so, is there some kind of workaround?

Did you try the mvn command line alternative on the page 
http://www.mygrid.org.uk/dev/wiki/display/developer/1.+Create+project+from+archetype

i.e.

mvn -B archetype:generate 
-DarchetypeRepository=http://www.mygrid.org.uk/maven/snapshot-repository/ 
-DgroupId=uk.ac.manchester.cs.img.myfancytool 
-DartifactId=myfancytool-taverna 
-Dpackage=uk.ac.manchester.cs.img.myfancytool.taverna 
-DarchetypeGroupId=net.sf.taverna.t2.archetypes 
-DarchetypeArtifactId=taverna-activity-archetype 
-DarchetypeVersion=1.0-SNAPSHOT


> Thanks.

Alan

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
Developers Guide: http://www.mygrid.org.uk/tools/developer-information

Reply via email to