Thank you very much for the help :).

I noticed that some components change groupId's, and there is a new
group ui-api.
I attached my pom.xml adjusted for components on the snapshot, i'll
try to rebuild my plugin again, i think it should work now.


On Wed, May 6, 2009 at 5:30 PM, Alan Williams <[email protected]> wrote:
> Stian Soiland-Reyes wrote:
>> On Wed, May 6, 2009 at 14:06, Adianto Wibisono <[email protected]> wrote:
>>> I am working with Marco Roos and I have a question about workbench
>>> component versions in the 2.1-SNAPSHOT workbench.  While developing
>>> perspective plug in for taverna 2.0, I used this properties settings
>>> in my plugin pom.xml for workbench component dependency:
>>
>> Hi, also some of the group IDs have changed.
>>
>> It would be easiest to say to what if you send us your full POM file..
>>
>
> The current values in net.sf.taverna.t2.taverna-workbench pom.xml are
>
> <properties>
> <t2.taverna.workbench.version>${project.version}</t2.taverna.workbench.version>
> <t2.infrastructure.version>1.10-SNAPSHOT</t2.infrastructure.version>
> <t2.core.version>0.6-SNAPSHOT</t2.core.version>
> <t2.activities.version>0.6-SNAPSHOT</t2.activities.version>
> <t2.ui.api.version>0.4-SNAPSHOT</t2.ui.api.version>
> <t2.ui.impl.version>0.4-SNAPSHOT</t2.ui.impl.version>
> <t2.ui.components.version>0.4-SNAPSHOT</t2.ui.components.version>
> <t2.ui.activities.version>0.6-SNAPSHOT</t2.ui.activities.version>
> <t2.ui.exts.version>0.4-SNAPSHOT</t2.ui.exts.version>
> <taverna.version>1.7.2.0</taverna.version>
> </properties>
>
> I hope that is some help.
>
> Alan
>
> ------------------------------------------------------------------------------
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> taverna-hackers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/taverna-hackers
> Developers Guide: http://www.mygrid.org.uk/usermanual1.7/dev_guide.html
> FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq
>
<?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>
	<groupId>org.vle.aid.taverna</groupId>
	<artifactId>aid-plugin</artifactId>
	<version>0.2.4</version>
	<name>AID Taverna Plug In for Taverna 2.0 </name>
	<description>
		A taverna perspective to access some function of AIDA Toolkit
		(added navigation for search result)
	</description>
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.5</source>
					<target>1.5</target>
				</configuration>
			</plugin>
			<plugin>
				<artifactId>maven-surefire-plugin</artifactId>
				<configuration>
					<skip>false</skip>
					<systemProperties>
						<property>
							<name>java.awt.headless</name>
							<value>true</value>
						</property>
					</systemProperties>
				</configuration>
			</plugin>
		</plugins>
	</build>
	
	<repositories>
		<repository>  
			<id>mygrid-repository</id>  
			<name>myGrid Repository</name>
			<url>http://www.mygrid.org.uk/maven/snapshot-repository</url>
			<releases>  <enabled> true </enabled>  </releases>
		</repository>  
		<repository>
			<id>wongiseng-repository</id>  
			<name>Wongiseng Repository</name>
			<url> http://wongiseng.homelinux.org/repository </url>
		</repository>

	</repositories>
	<properties>
		<t2.workbench.version>0.4-SNAPSHOT</t2.workbench.version>
		<t2.workbench.perspective.version>1.10-SNAPSHOT</t2.workbench.perspective.version>
		<t2.ui.version>0.5-SNAPSHOT</t2.ui.version>

		<t2.core.version>0.6-SNAPSHOT</t2.core.version>
		<raven.version>1.10-SNAPSHOT</raven.version>
		<t2.activities.version>0.6-SNAPSHOT</t2.activities.version>

		<taverna.version>1.7.2.0</taverna.version>
	</properties>	
	<dependencies>
	
               <dependency>
                        <groupId>net.sf.taverna.t2.activities</groupId>
                        <artifactId>stringconstant-activity</artifactId>
                        <version>${t2.activities.version}</version>
                </dependency>
		 <dependency>
			<groupId>net.sf.taverna.t2.ui-api</groupId>
			<artifactId>workbench-api</artifactId>
			<version>${t2.workbench.version}</version>
                </dependency>
                <dependency>
			<groupId>net.sf.taverna.t2.ui-api</groupId>
			<artifactId>edits-api</artifactId>
			<version>${t2.workbench.version}</version>
                </dependency>
		<dependency>
                        <groupId>net.sf.taverna.t2.ui-api</groupId>
                        <artifactId>menu-api</artifactId>
                        <version>${t2.workbench.version}</version>
                </dependency>
		<dependency>
                        <groupId>net.sf.taverna.t2.core</groupId>
                        <artifactId>workflowmodel-impl</artifactId>
                        <version>${t2.core.version}</version>
                </dependency> 
                <dependency>
                        <groupId>net.sf.taverna.t2.lang</groupId>
                        <artifactId>ui</artifactId>
                        <version>${t2.ui.version}</version>
                </dependency>
                <dependency>
                        <groupId>uk.org.mygrid.taverna.raven</groupId>
                        <artifactId>appconfig</artifactId>
                        <version>${raven.version}</version>
                </dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.4</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<version>1.2.13</version>
		</dependency>
		<!-- Axis 1.4 won't work with taverna, conflicting with existing plugins-->
		<dependency>
		    <groupId>axis</groupId>
		    <artifactId>axis</artifactId>
		    <version>1.3</version>
		</dependency>   
		<dependency>
	      	    <groupId>commons-logging</groupId>
	      	    <artifactId>commons-logging</artifactId>
	      	    <version>1.1</version>
		</dependency>  
		<dependency>
		    <groupId>commons-discovery</groupId>
		    <artifactId>commons-discovery</artifactId>
		    <version>20040218.194635</version>
		</dependency> 
		<dependency>
		    <groupId>lobo</groupId>
		    <artifactId>cobra</artifactId>
		    <version>0.98.4</version>
		</dependency>
		 <dependency>
		       <groupId>org.swinglabs</groupId>
		       <artifactId>swingx</artifactId>
		       <version>0.9.2</version>
		</dependency>
	
        </dependencies>
</project>

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
taverna-hackers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/taverna-hackers
Developers Guide: http://www.mygrid.org.uk/usermanual1.7/dev_guide.html
FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq

Reply via email to