Hi,

In order to use the workaround Alan suggested in hits previous email, 
make sure you download the self-extracting version of Taverna for 
Windows (as opposed to the Windows installer version). This will let you 
modify the Taverna startup script to include the fix for the myExperiment.

Here is how:

(1) Download the self-extracting version of Taverna from 
http://launchpad.net/taverna/t2/2.1.0/+download/taverna-workbench-2.1.0.exe
(2) Save it in say C:\<some_dir> and extract it in the same folder.
(3) You will get a folder like C:\<some_dir>\taverna-workbench-2.1.0\ 
after extraction.
(4) Using Windows Explorer, go to 
C:\<some_dir>\taverna-workbench-2.1.0\  folder and you'll see a file 
called taverna-debug.bat.
(5) Right-click on it and select Edit option. Edit the file to include 
the line:

set ARGS=%ARGS% -Duser.language=en

after

set ARGS=%ARGS% -Draven.profile=file:conf/current-profile.xml
set ARGS=%ARGS% 
-Djava.system.class.loader=net.sf.taverna.raven.prelauncher.BootstrapClassLoader
set ARGS=%ARGS% -Dsun.swing.enableImprovedDragGesture
set ARGS=%ARGS% -Dtaverna.startup=.

So you'll taverna-debug.bat should now look something like:

@ECHO OFF

REM Taverna startup script

REM go to the distribution directory
pushd "%~dp0"


REM 300 MB memory, 140 MB for classes
set ARGS=-Xmx300m -XX:MaxPermSize=140m

REM Internal system properties
set ARGS=%ARGS% -Draven.profile=file:conf/current-profile.xml
set ARGS=%ARGS% 
-Djava.system.class.loader=net.sf.taverna.raven.prelauncher.BootstrapClassLoader
set ARGS=%ARGS% -Dsun.swing.enableImprovedDragGesture
set ARGS=%ARGS% -Dtaverna.startup=.
set ARGS=%ARGS% -Duser.language=en

java %ARGS% -jar lib\prelauncher-*.jar

pause

REM restore current directory
popd

(6) To run Taverna with the new option you just added, in a command 
prompt, go to that folder, i.e. type:

cd C:\<some_dir>\taverna-workbench-2.1.0\ 

and then type:

 taverna-debug.bat

and it will fire Taverna up for you.

Hope this helps,
Alex




Alan Williams wrote:
 > Franck Tanoh wrote:
 >> Hi,
 >
 > Hello,
 >
 >> Below is an issue Dayang (cc) is having with the myExperiment plugin
 >> in Taverna 2.1.  Note that she's able to login via myExperiment
 >> website.
 >> Please take a look.
 >
 > There is an issue with locale settings on the myExperiment perspective.
 >   The interface to myExperiment transfers dates in language-specific
 > form and the myExperiment perspective did not specify the language to be
 > used for decoding the dates.
 >
 > So a date in May will say "May" and someone working in Germany may not
 > be able to parse it as they are expecting "Mai".
 >
 > There is a workaround, which is to edit Taverna's execution script to
 > include the option -Duser.language=en as part of the Java command.
 >
 > This has been fixed for 2.1.2.  See
 > http://www.mygrid.org.uk/dev/issues/browse/T2-1157
 >
 > What problems did Dayang have adding a new plugin?  That is, I think, a
 > separate issue.
 >
 >> Franck
 >
 > Alan
 >
 > 
------------------------------------------------------------------------------
 > Download Intel&#174; 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-users mailing list
 > [email protected]
 > [email protected]
 > Web site: http://www.taverna.org.uk
 > Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/


------------------------------------------------------------------------------
Download Intel&#174; 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-users mailing list
[email protected]
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/

Reply via email to