I restarted the Taverna Server on http://heater.cs.man.ac.uk:8090/rest

Do you need the Taverna Player portal on
http://heater.cs.man.ac.uk:3000/ as well?


I see the URIs have changed from your constant
http://heater.cs.man.ac.uk:8090/taverna-2.5.4/ as the Docker image has
been updated to not have the /taverna-2.5.4/ bit anymore.

(Baking in version numbers in the URI is not good anyway).


Larry, is it sufficient to update
./app/src/main/res/values/strings_activity_settings.xml ? (I just did)


or do we also need to change these?

./app/src/main/java/org/apache/taverna/mobile/activities/FlashScreenActivity.java:
           
PreferenceManager.getDefaultSharedPreferences(context).edit().putString("pref_server_url",
"http://heater.cs.man.ac.uk:8090/taverna-2.5.4/";).commit();
./app/src/main/java/org/apache/taverna/mobile/activities/FlashScreenActivity.java:
           
PreferenceManager.getDefaultSharedPreferences(context).edit().putString("pref_player_url",
"http://heater.cs.man.ac.uk:3000/";).commit();
./app/src/main/java/org/apache/taverna/mobile/tavernamobile/TavernaPlayerAPI.java:
   public static String PLAYER_BASE_URL =
"http://heater.cs.man.ac.uk:3000/";;
./app/src/main/java/org/apache/taverna/mobile/tavernamobile/TavernaPlayerAPI.java:
   public static String SERVER_BASE_URL =
"http://heater.cs.man.ac.uk:8090/taverna-2.5.4/";;


it would be good if the constants would be in a single place. Should
that be another bug, or perhaps I misunderstand how the defaults work?

On 4 March 2016 at 10:18, Stian Soiland-Reyes <[email protected]> wrote:
> Ah, nobody told me.. I'll try to restart the test server later today so you
> can try the app in developer mode.
>
> Be Nice (TM) etc. :)
>
> Perhaps we should add some Docker info to the android app readme, then you
> should be able to run a local Taverna server with minimal effort. (I mean
> that's what I do at the test server!)
>
> On 3 Mar 2016 21:46, "Larry Akah" <[email protected]> wrote:
>>
>> Good observation there Rajan. However, the app does crash because the
>> server used during development was down. You can't really evaluate all
>> features as you would need to deploy taverna on a local server and
>> configuring the app with the new parameters before fetching workflow data.
>>
>> 2016-03-03 21:30 GMT+01:00 Alan Williams <[email protected]>:
>>
>> > On 03-Mar-16 19:07, RM wrote:
>> >
>> >> Thanks Alan,
>> >>                        I am ready for this draft proposal but I have a
>> >> Question "How can I find a potential mentors" in Taverna
>> >>   developer list.
>> >>
>> >
>> > I'd suggest putting the draft proposal into a Google doc and asking
>> > people
>> > to look at it, comment and volunteer as a mentor.
>> >
>> > Alan
>> >
>> >
>> >
>>
>>
>> --
>> *Akah Larry N.H*
>>
>> *Software Engineer*
>> *Founder IceTeck Inc*
>> *www.iceteck.com*
>>
>> Developing technologies for emergence and sustainable development.



-- 
Stian Soiland-Reyes
Apache Taverna (incubating), Apache Commons RDF (incubating)
http://orcid.org/0000-0001-9842-9718

Reply via email to