[ome-devel] Default server configuration for Importer and Insight

Woodbridge, Mark R m.woodbridge at imperial.ac.uk
Fri Feb 25 11:08:37 GMT 2011


importer.xml does have a /options/Archived flag in 4.2.2 but it doesn't seem to check the archived box as I would expect.

Mark.
________________________________________
From: Josh Moore [josh at glencoesoftware.com]
Sent: 25 February 2011 08:22
To: Woodbridge, Mark R
Cc: jburel; ome-devel Development
Subject: Re: [ome-devel] Default server configuration for Importer and Insight

Hi Mark,

just created the ticket for this and CC'd you:

  https://trac.openmicroscopy.org.uk/ome/ticket/4526

Are you already modifying values in the importer ini file locally?
Cheers,
~Josh.


On Feb 3, 2011, at 5:21 PM, Woodbridge, Mark R wrote:

> There is only one other modification that I make to the clients, and it's also a configuration change. We would like the archival flag in the importer to default to true, so I have changed ImportDialog.java:
>
> archiveImage.setSelected(config.archiveImage.get());
>
> to:
>
> archiveImage.setSelected(true);
>
> It is possible to set this in an ini file instead? It looks like there is some relevant code in ImportConfig.java but I don't fully understand what it does.



More information about the ome-devel mailing list