Hi all,

with thanx to David and Stian, I managed to set up a plugin site
(http://pele.farmbio.uu.se/oscar4-taverna/), and I can successfully
install the plugin (and it is listed as installed, and listed in
$HOME/.taverna-2.2.0/)...

However, the activities do not show up in the workbench GUI. I have
been browsing the logs, using DEBUG instead of WARN for Raven (which
does the class loading, right?), but have not been successful in
finding the cause...

The relevant XML content from plugins/plugins.xml looks like:

    <plugin>
        <provider>wwmm.ch.cam.ac.uk</provider>
        <identifier>uk.ac.cam.ch.wwmm.oscar.oscar-plugin</identifier>
        <version>0.1.3</version>
        <name>Oscar Plugin</name>
        <description>My prototype Oscar4 plugin for Taverna.</description>
        <enabled>true</enabled>
        <repositories>
            <repository>https://maven.ch.cam.ac.uk/m2repo/</repository>
            
<repository>https://maven.ch.cam.ac.uk/content/repositories/snapshots/</repository>
            <repository>http://repo1.maven.org/maven2/</repository>
            <repository>http://www.mygrid.org.uk/maven/repository/</repository>
            
<repository>http://www.mygrid.org.uk/maven/snapshot-repository/</repository>
            <repository>http://repository.codehaus.org/</repository>
        </repositories>
        <profile>
            <dependency>
                <groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
                <artifactId>oscar-activity</artifactId>
                <version>4.0-SNAPSHOT</version>
            </dependency>
            <dependency>
                <groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
                <artifactId>oscar-activity-ui</artifactId>
                <version>4.0-SNAPSHOT</version>
            </dependency>
        </profile>
        <compatibility>
            <application>
                <version>2.2.0</version>
            </application>
        </compatibility>
    </plugin>

What can I do to debug why the activities do not show up? Can someone
perhaps try to install the plugin?

(The activities do show up with the test application, provided by the
archetype for the example ui plugin...)

Egon

-- 
Dr E.L. Willighagen
Postdoctoral Research Associate
University of Cambridge
Homepage: http://egonw.github.com/
LinkedIn: http://se.linkedin.com/in/egonw
Blog: http://chem-bla-ics.blogspot.com/
PubList: http://www.citeulike.org/user/egonw/tag/papers

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/about/contact-us/
Developers Guide: http://www.taverna.org.uk/developers/

Reply via email to