[JPP-Devel] Raster Image : last used directory persistence

2012-04-30 Thread Michaël Michaud
Stefan, I just worked a bit with Raster Image (Sextante) importer to add persistence of the last used directory. It get it working after a small modification of SelectRasterImageFilesPanel (Paul Austin's open datasource framework) but when I tried the option "SaveRasterImageAsImage", I get a war

Re: [JPP-Devel] Sextante / Cadplan plugins compatibility : the end ?

2012-04-30 Thread edgar . soldin
as i dug into the topic as well already i want to add how i figure we should tackle the issue. On 30.04.2012 08:19, Michaël Michaud wrote: >> Another option might be to reserve a folder name (say ext/plugins) that is >> excluded from the Sextant search. Each plugin can then have a suitably >>

Re: [JPP-Devel] Sextante / Cadplan plugins compatibility : the end ?

2012-04-30 Thread edgar . soldin
On 30.04.2012 05:31, Stefan Steiniger wrote: > Hi, > > mhm.. I like the second option - of exclusion. If that is doable? > Or even restrict sextante search to its own directory? > of course, see my other email... ede --

Re: [JPP-Devel] Sextante / Cadplan plugins compatibility : the end ?

2012-04-30 Thread edgar . soldin
On 30.04.2012 01:04, ge...@cadplan.com.au wrote: > Dear Michael > > I think I understand the issue. The original intention of having a subfolder > for images/data was to allow users to add their own symbols, images, etc. If > we embed them in the jar this may not be so easy - am I correct? >

Re: [JPP-Devel] Sextante / Cadplan plugins compatibility : the end ?

2012-04-30 Thread Michaël Michaud
Hi Ede, > as i dug into the topic as well already i want to add how i figure we should > tackle the issue. You're welcome, > first and foremost, let's keep the simple structure we have. /lib/ext > for additional extensions and /lib for application libraries or data > used by core. moving folders

[JPP-Devel] startup speedup by caching explained

2012-04-30 Thread edgar . soldin
On 30.04.2012 12:15, Michaël Michaud wrote: >> - cache the results of scanning within state.xml if the performance boost of >> the above is not enough. save name, size and time attributes and rescan if >> one of them changed. > I don't understand what you want to achieve with this all jar/zip fi

Re: [JPP-Devel] startup speedup by caching explained

2012-04-30 Thread Michaël Michaud
Hi, > all jar/zip files are currently scanned for e.g. *Extension.class and > PluginManager tries to load the class as Configuration. If this succeeds the > class is saved to a list for later initialization. > > this is done every time oj starts up, athough the files in lib/ext usually do > not

Re: [JPP-Devel] startup speedup by caching explained

2012-04-30 Thread edgar . soldin
On 30.04.2012 13:56, Michaël Michaud wrote: > Hi, >> all jar/zip files are currently scanned for e.g. *Extension.class and >> PluginManager tries to load the class as Configuration. If this succeeds the >> class is saved to a list for later initialization. >> >> this is done every time oj starts

Re: [JPP-Devel] merger sf.net trackers

2012-04-30 Thread Edgar Soldin
On 24.04.2012 11:01, edgar.sol...@web.de wrote: > On 24.04.2012 10:26, edgar.sol...@web.de wrote: >> On 24.04.2012 00:38, Stefan Steiniger wrote: I agree - F & B trackers are needed. About support request tracker? nor sure? What is a support request? Like installation help? mhm

[JPP-Devel] [ jump-pilot-Feature Requests-3522566 ] MrSID on non windows systems

2012-04-30 Thread SourceForge . net
Feature Requests item #3522566, was opened at 2012-04-30 07:18 Message generated for change (Tracker Item Submitted) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679909&aid=3522566&group_id=118054 Please note that this message will contain a full

Re: [JPP-Devel] merger sf.net trackers

2012-04-30 Thread Michaël Michaud
> Michael: could you please check if the open tickets in ther are still valid? > > should be done by now, doesn't it? .. ede Yes, everything is now closed there ;-) Michaël > > -- > Live Security Virtual Conference > Excl

[JPP-Devel] [ jump-pilot-Feature Requests-3221032 ] Remember last used raster directory

2012-04-30 Thread SourceForge . net
Feature Requests item #3221032, was opened at 2011-03-17 14:59 Message generated for change (Settings changed) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679909&aid=3221032&group_id=118054 Please note that this message will contain a full copy

[JPP-Devel] [ jump-pilot-Feature Requests-3521960 ] Export large dataset in svg format

2012-04-30 Thread SourceForge . net
Feature Requests item #3521960, was opened at 2012-04-27 04:33 Message generated for change (Comment added) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679909&aid=3521960&group_id=118054 Please note that this message will contain a full copy of

Re: [JPP-Devel] startup speedup by caching explained

2012-04-30 Thread Michaël Michaud
Hi, > kind of makes sense ... as all files recursively are added to the classpath. > giving each extension it's own classloader with selected entries would solve > this issue elegantly. > > of course, simply adding only jar/zip files and folders should also minimize > the issue instantly ;).. wa