[GitHub] incubator-taverna-language pull request: Added contribution sectio...

2015-07-13 Thread binfalse
GitHub user binfalse opened a pull request: https://github.com/apache/incubator-taverna-language/pull/14 Added contribution section to Readme The readme was missing links to the bug tracker/mailling list etc.. You can merge this pull request into a Git repository by running: $

[jira] [Created] (TAVERNA-842) RO library does not recognize the history

2015-07-13 Thread martin scharm (JIRA)
martin scharm created TAVERNA-842: - Summary: RO library does not recognize the history Key: TAVERNA-842 URL: https://issues.apache.org/jira/browse/TAVERNA-842 Project: Apache Taverna Issue

[jira] [Created] (TAVERNA-844) Request for an RO validator

2015-07-13 Thread martin scharm (JIRA)
martin scharm created TAVERNA-844: - Summary: Request for an RO validator Key: TAVERNA-844 URL: https://issues.apache.org/jira/browse/TAVERNA-844 Project: Apache Taverna Issue Type: New

[jira] [Created] (TAVERNA-846) Typo and annotation missing: PathAnnotation.getAnnotion ()

2015-07-13 Thread martin scharm (JIRA)
martin scharm created TAVERNA-846: - Summary: Typo and annotation missing: PathAnnotation.getAnnotion () Key: TAVERNA-846 URL: https://issues.apache.org/jira/browse/TAVERNA-846 Project: Apache Taverna

gosc taverna mobile - app has reached dropbox limit

2015-07-13 Thread Ian Dunlop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Testing the latest version of taverna mobile after pull request 7. It's really all coming together. I managed to run a workflow and get back some results. However, when I tried to upload to dropbox and logging in the dropbox page said that

[GitHub] incubator-taverna-language pull request: Test cases

2015-07-13 Thread stain
Github user stain commented on the pull request: https://github.com/apache/incubator-taverna-language/pull/13#issuecomment-120924797 Great! Could you see if you are able to avoid these errors, and I'll accept. Instead of `/home/menaka`, try to use `src/test/resources` and

[jira] [Created] (TAVERNA-843) Link to Apache's Jira on Taverna Website(s)

2015-07-13 Thread Stian Soiland-Reyes (JIRA)
Stian Soiland-Reyes created TAVERNA-843: --- Summary: Link to Apache's Jira on Taverna Website(s) Key: TAVERNA-843 URL: https://issues.apache.org/jira/browse/TAVERNA-843 Project: Apache Taverna

Re: gosc taverna mobile - app has reached dropbox limit

2015-07-13 Thread Larry Akah
Ok, i'll look into that. Thanks 2015-07-13 8:17 GMT-05:00 Ian Dunlop ian.dun...@manchester.ac.uk: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Testing the latest version of taverna mobile after pull request 7. It's really all coming together. I managed to run a workflow and get

[GitHub] incubator-taverna-language pull request: fixed typo in getAnnotion...

2015-07-13 Thread binfalse
GitHub user binfalse opened a pull request: https://github.com/apache/incubator-taverna-language/pull/15 fixed typo in getAnnotion and added ignore annotation there was a typo in `PathAnnotation.getAnnotion ()` -- renamed that method to `PathAnnotation.getAnnotation()` keeping

Failing builds

2015-07-13 Thread Ian Dunlop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, It looks like a lot of the builds on jenkins are failing due to timeouts. I did notice this less than useful failure being reported in the taverna-osgi build: [INFO] BUILD SUCCESS [INFO] -

Re: gosc taverna mobile - app has reached dropbox limit

2015-07-13 Thread Stian Soiland-Reyes
Is not the Dropbox API always going to say something like that for dev-API keys used with anyone elses account? (the rules might have changed since last I used their API.. but that was my experience) On 13 July 2015 at 14:17, Ian Dunlop ian.dun...@manchester.ac.uk wrote: -BEGIN PGP SIGNED

Re: [jira] [Created] (TAVERNA-844) Request for an RO validator

2015-07-13 Thread Stian Soiland-Reyes
Menaka, do you think this could be in scope within your command line tool Additional features, or are we running short on time..? I guess it could work similar to your workflow validator? I don't think the RO Bundle code has any obvious validators now, but we have a spec which has

Re: Failing builds

2015-07-13 Thread Stian Soiland-Reyes
They were set to Elastic timeout - which uses previous build times. The problem is I think when a fast build finishes on 3 minutes on one slave, and then next time builds on a second slave and has to download many dependencies, it goes way over. I would changed to Absolute 30 minutes instead, but

Re: taverna commandline build issues

2015-07-13 Thread Stian Soiland-Reyes
I'm not so sure we would want to include the /staging in the general pom as that would include non-released software. Is this needed to do a release of several Maven repositories in succession within the same staging repo? I thought they would be within .m2/repository/ while you are running the

Re: Failing builds

2015-07-13 Thread Stian Soiland-Reyes
5 minute seems a bit aggressive.. I will try to adjust up to 60 minutes which should allow time enough for the post-build collection. On 13 July 2015 at 16:47, Ian Dunlop ian.dun...@manchester.ac.uk wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, It looks like a lot of the

Re: Taverna Language Command Line tool - convert command doc

2015-07-13 Thread Stian Soiland-Reyes
Thanks! We have a general contributor guide for the website here: http://taverna.incubator.apache.org/community/edit Editing the website itself in a fork can be done in the GitHub web interface, but to add the diagram to a GitHub pull request (e.g. ) would probably require you to check out