Re: [JPP-Devel] ProfilePlugin

2018-06-22 Thread edgar . soldin
5896 should work.. was a bit more complex because of the legacy loaders, which i deprecated while being at it. ..ede On 22.06.2018 15:07, Giuseppe Aruta wrote: > 5894? > > 2018-06-22 14:51 GMT+02:00 mailto:edgar.sol...@web.de>>: > > Peppe, > > you still kept the overall reformat..

[JPP-Devel] SVN: [5896] core/trunk/src

2018-06-22 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5896 http://sourceforge.net/p/jump-pilot/code/5896 Author: edso Date: 2018-06-22 14:11:24 + (Fri, 22 Jun 2018) Log Message: --- keep original formatting move default icon into saig folder as it came from kosmo (re)implement default icon and make the

[JPP-Devel] SVN: [5895] core/trunk/src/com/vividsolutions/jump/workbench/ui/images/ IconLoader.java

2018-06-22 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5895 http://sourceforge.net/p/jump-pilot/code/5895 Author: edso Date: 2018-06-22 14:08:57 + (Fri, 22 Jun 2018) Log Message: --- restore formatting and state of r5322 Modified Paths: --

[JPP-Devel] SVN: [5893] core/trunk/src/com/vividsolutions/jump/workbench/ui/images/ IconLoader.java

2018-06-22 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5893 http://sourceforge.net/p/jump-pilot/code/5893 Author: edso Date: 2018-06-22 12:49:54 + (Fri, 22 Jun 2018) Log Message: --- restore formatting and state of r5322 Modified Paths: --

[JPP-Devel] SVN: [5892] core/trunk/src/com/vividsolutions/jump/workbench/ui/images/ IconLoader.java

2018-06-22 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5892 http://sourceforge.net/p/jump-pilot/code/5892 Author: ma15569 Date: 2018-06-22 12:28:22 + (Fri, 22 Jun 2018) Log Message: --- adapted from Ede's suggest Modified Paths: --

Re: [JPP-Devel] ProfilePlugin

2018-06-22 Thread edgar . soldin
Peppe, do you to want try again after the restore? ..ede On 22.06.2018 14:22, Giuseppe Aruta wrote: > I will revomove the patch. The icon comes from Kosmo SAIG > > 2018-06-22 14:09 GMT+02:00 mailto:edgar.sol...@web.de>>: > > ohh, > > and  Logger.error() in the catch should be

Re: [JPP-Devel] ProfilePlugin

2018-06-22 Thread Giuseppe Aruta
I will revomove the patch. The icon comes from Kosmo SAIG 2018-06-22 14:09 GMT+02:00 : > ohh, > > and Logger.error() in the catch should be implemented for the kind > developer to be notified in case of an error. > > ..ede > > On 22.06.2018 14:07, edgar.sol...@web.de wrote: > > Peppe, > > > >

Re: [JPP-Devel] ProfilePlugin

2018-06-22 Thread edgar . soldin
ohh, and Logger.error() in the catch should be implemented for the kind developer to be notified in case of an error. ..ede On 22.06.2018 14:07, edgar.sol...@web.de wrote: > Peppe, > > apart from the fact that you reformatted the whole class (again!) with > 4spaces indention an wrongly

Re: [JPP-Devel] ProfilePlugin

2018-06-22 Thread edgar . soldin
Peppe, apart from the fact that you reformatted the whole class (again!) with 4spaces indention an wrongly broken comments, you simply replaced the method icon() . that is wrong! the method used allover this class is getIcon(url), which would be the right place to apply your patch. the

Re: [JPP-Devel] ProfilePlugin

2018-06-22 Thread Giuseppe Aruta
Yes Ede, thanks I saw they extended the main class. String resolveFile(...) on IconLoader (raw 131) should solve icon location between main folder and famfam, fugue ones, right? Peppe 2018-06-22 13:59 GMT+02:00 Giuseppe Aruta : > I applied the patch on OJ 5821 > The default icon (in case the

Re: [JPP-Devel] ProfilePlugin

2018-06-22 Thread Giuseppe Aruta
I applied the patch on OJ 5821 The default icon (in case the choosen one doesn't exist) is the following: ​ 2018-06-22 13:52 GMT+02:00 Giuseppe Aruta : > Hi Ede,Michale > ther are actually 3 Iconloader in OJ > 1) com.vividsolutions.jump.workbench.ui.images.IconLoader - The main > class, widely

[JPP-Devel] SVN: [5891] core/trunk/src/com/vividsolutions/jump/workbench/ui/images

2018-06-22 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5891 http://sourceforge.net/p/jump-pilot/code/5891 Author: ma15569 Date: 2018-06-22 11:57:38 + (Fri, 22 Jun 2018) Log Message: --- Apply patch to use a default icon id the choosen on does not exist Modified Paths: --

Re: [JPP-Devel] ProfilePlugin

2018-06-22 Thread edgar . soldin
right, but you can check, all of them extend com.vividsolutions.jump.workbench.ui.images.IconLoader already. ..ede On 22.06.2018 13:52, Giuseppe Aruta wrote: > Hi Ede,Michale > ther are actually 3 Iconloader in OJ > 1) com.vividsolutions.jump.workbench.ui.images.IconLoader - The main class, >

Re: [JPP-Devel] ProfilePlugin

2018-06-22 Thread Giuseppe Aruta
Hi Ede,Michale ther are actually 3 Iconloader in OJ 1) com.vividsolutions.jump.workbench.ui.images.IconLoader - The main class, widely used in OJ 2) com.vividsolutions.jump.workbench.ui.images.famfam.IconLoader - which it is actually used by 2 plugins: CopyImagePlugIn and CutSelectedItemsPlugIn 3)

[JPP-Devel] ProfilePlugin

2018-06-22 Thread edgar . soldin
On 22.06.2018 09:09, Michaël Michaud wrote: > Making IconLoader more robust is a good idea. Note that we have several > IconLoader in the distribution (plus some included in extensions), but maybe > we can try to use some kind of heritage to implement it only once. i seem to remember to have

Re: [JPP-Devel] ProfilePlugin

2018-06-22 Thread edgar . soldin
good idea, what would be a good default icon? an empty icon is no good as it might be displayed unaccompinied by some label text. ..ede On 22.06.2018 08:15, Giuseppe Aruta wrote: > Hi Michael, > thanks for taking care. Indeed I am a little confused as I am not familiar > with maven. > >

Re: [JPP-Devel] ProfilePlugin

2018-06-22 Thread Michaël Michaud
Hi, I'm no more familiar with eclipse, but I think recent versions come with maven bundled. If you have maven installed, it comes with a number of "goals" or "targets" https://books.sonatype.com/m2eclipse-book/reference/running-sect-running-maven-builds.html If you use package target (i.e.