Re: [JPP-Devel] Maven Build Problem

2013-11-10 Thread Matthias Scholz
Hi Ede, at the moment I've no luck with maven :-( May it be possible, that the "Refractions Research Maven 2 Repository" is down or have some trouble? I do not get the commons-compress artifact at the moment: "Failed to execute goal on project OpenJUMP: Could not resolve dependencies for proje

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Matthias Scholz
Hi Michaël, thanks for your response. Please see below... Hi Matthias, Sorry for the delay, Just tested your code and here is the output : PrintServiceLookup Test without JobName ... attributeSet.size(): 0 services.length: 2 Microsoft XPS Document Writer, HP Deskjet 6800 series

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Michaël Michaud
Hi, How are you progressing with printing stuff ? The actual SVN version runs at my work since weeks in production :-) I'm wondering what should be packaged in next CORE / PLUS version as far as printing is concerned. Any thought ? From my point of view OJ should have absolutely a small and simp

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Giuseppe Aruta
Hi all, I am also very late, sorry. I came back on OJ World only few days ago Actually I tested the plugin using the jar from the sorceforge - no printer, sorry. But I was very impressed about PDF quality Few notes, not really problems Printer plugin doesn't load with latest OJ NB (3793). But it lo

Re: [JPP-Devel] Maven Build Problem

2013-11-10 Thread edgar . soldin
On 10.11.2013 10:58, Matthias Scholz wrote: > Hi Ede, > > at the moment I've no luck with maven :-( > May it be possible, that the "Refractions Research Maven 2 Repository" > is down or have some trouble? I do not get the commons-compress artifact > at the moment: > > "Failed to execute goal on

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread edgar . soldin
On 10.11.2013 15:02, Giuseppe Aruta wrote: > Printer plugin doesn't load with latest OJ NB (3793). But it loads fine with > OJ vesions previous Ede's modification on DefaultPlugIn.xml load system. how is it installed? is there a distribution or source repository? ..ede -

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Rahkonen Jukka
Hi, Could it be possible to take a little step towards creating georeferenced PDF files? It would mean to print an auxiliary file that contains the map area polygon as WKT. Or even better with WKT + SRID. I guess OJ has it available by the time or printing. See the "neatline" option in document

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Giuseppe Aruta
@Ede http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Printing%20Plugins/SkyPrinter%20Plugin/ 2013/11/10 > On 10.11.2013 15:02, Giuseppe Aruta wrote: > > Printer plugin doesn't load with latest OJ NB (3793). But it loads fine > with OJ vesions previous Ede's modification on Def

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Giuseppe Aruta
@ Jukka Export the envelope of the view as WKT? I didn't test all the possibilities of the plugin, it seems to me that you can print/PDFprint only the workbench view Peppe 2013/11/10 Rahkonen Jukka > Hi, > > Could it be possible to take a little step towards creating georeferenced > PDF files?

Re: [JPP-Devel] [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[3797] core/trunk

2013-11-10 Thread edgar . soldin
On 10.11.2013 15:33, micha...@users.sourceforge.net wrote: > Fix #340 JTreeLayerName can now autoscroll when layers are moved up or down nice :), what a few lines of code can do.. ede -- November Webinars for C, C++, Fort

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Michaël Michaud
Le 10/11/2013 15:02, Giuseppe Aruta a écrit : Hi all, I am also very late, sorry. I came back on OJ World only few days ago Actually I tested the plugin using the jar from the sorceforge - no printer, sorry. But I was very impressed about PDF quality Few notes, not really problems Printer plugi

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Michaël Michaud
Hi Peppe, For any reason, it seems that skyprinter and itext.jar have now to be dropped in lib directory, not in ext. And about a former remark, I just checked that width/height are in mm (skyjump 0.1.1) Michaël @Ede http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Printing%2

Re: [JPP-Devel] [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[3797] core/trunk

2013-11-10 Thread Michaël Michaud
Hi > Fix #340 JTreeLayerName can now autoscroll when layers are moved up or > down > nice :), what a few lines of code can do.. ede To be honnest, doing it with a few lines of code only was completely inexpected ;-) Michaël > >

Re: [JPP-Devel] [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[3797] core/trunk

2013-11-10 Thread edgar . soldin
On 10.11.2013 16:03, Michaël Michaud wrote: > Hi >> Fix #340 JTreeLayerName can now autoscroll when layers are moved up or >> down >> nice :), what a few lines of code can do.. ede > To be honnest, doing it with a few lines of code only was completely > inexpected ;-) > yeah, it surprised me to

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread edgar . soldin
On 10.11.2013 15:56, Michaël Michaud wrote: > For any reason, it seems that skyprinter and itext.jar > have now to be dropped in lib directory, not in ext. they shouldn't! jars in lib/ext or even lib/ext/some/folder are added automagically to the extension classloader. see e.g. the new DbQuery. i

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Michaël Michaud
Hi Ede, >> For any reason, it seems that skyprinter and itext.jar >> have now to be dropped in lib directory, not in ext. > they shouldn't! jars in lib/ext or even lib/ext/some/folder are added > automagically to the extension classloader. see e.g. the new DbQuery. i added > the extension jar to

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread edgar . soldin
On 10.11.2013 16:24, Michaël Michaud wrote: > Hi Ede, >>> For any reason, it seems that skyprinter and itext.jar >>> have now to be dropped in lib directory, not in ext. >> they shouldn't! jars in lib/ext or even lib/ext/some/folder are added >> automagically to the extension classloader. see e.g.

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Matthias Scholz
Michaël do you use my latest SVN Version 3621(23.07.2013) from plug-ins/SkyPrinterPlugIn for the skyprinter_0_1_1.zip build? In my latest version are some enhancements, such as scale print. Matthias Hi Peppe, For any reason, it seems that skyprinter and itext.jar have now to be dropped in lib

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Michaël Michaud
Hi, Michaël do you use my latest SVN Version 3621(23.07.2013) from plug-ins/SkyPrinterPlugIn for the skyprinter_0_1_1.zip build? In my latest version are some enhancements, such as scale print. I saw you committed but haven't used it so far. I'll use it more after it is included in CORE ;-) (m

Re: [JPP-Devel] [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[3802] core/trunk

2013-11-10 Thread edgar . soldin
On 10.11.2013 18:34, micha...@users.sourceforge.net wrote: > Update default-plugins.xml to include new postgis driver btw. any comments on the xml changes? ..ede -- November Webinars for C, C++, Fortran Developers Acceler

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Matthias Scholz
Hi, a small question, befor i start working. Should i change the package name from com.isa.jump.plugin to org.openjump.core.ui.plugin.file for example? Matthias Hi, Michaël do you use my latest SVN Version 3621(23.07.2013) from plug-ins/SkyPrinterPlugIn for the skyprinter_0_1_1.zip build?

Re: [JPP-Devel] [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[3802] core/trunk

2013-11-10 Thread Michaël Michaud
Hi Ede, Sorry for the lack of feedback. You've done a big work ! I can see several benefits : - from a user point of view, it will make OJ much more configurable. It is not a very important point for me, but I know many users like to customize the UI. - from a developper point of view, I'm sure th

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Michaël Michaud
Hi, a small question, befor i start working. Should i change the package name from com.isa.jump.plugin to org.openjump.core.ui.plugin.file for example? I would say yes, rename the package and keep Larry as the original author in javadoc. (I make a copy to Larry so that he can respond and giv

Re: [JPP-Devel] [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[3802] core/trunk

2013-11-10 Thread edgar . soldin
On 10.11.2013 19:47, Michaël Michaud wrote: > Hi Ede, > > Sorry for the lack of feedback. You've done a big work ! yeah, quite a bit more than expected initially > I can see several benefits : > - from a user point of view, it will make OJ much more configurable. > It is not a very important poi

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread edgar . soldin
On 10.11.2013 20:15, Michaël Michaud wrote: > Hi, >> >> a small question, befor i start working. Should i change the package name >> from com.isa.jump.plugin to org.openjump.core.ui.plugin.file for example? > I would say yes, rename the package and keep Larry as the original author in > javadoc.

Re: [JPP-Devel] SkyJUMP print code - need tester for detecting printers problem

2013-11-10 Thread Michaël Michaud
Hi, > a small question, befor i start working. Should i change the package > name from com.isa.jump.plugin to org.openjump.core.ui.plugin.file for > example? >> I would say yes, rename the package and keep Larry as the original author in >> javadoc. >> (I make a copy to Larry so that he can resp

[JPP-Devel] New linear referencing tools

2013-11-10 Thread Rahkonen Jukka
Hi, Michaël seems to work on new linear referencing tools. With good tooltips those feel rather self-explaining and I could create points for a selection. However, working on a whole layer does create points for me, just a new, empty layer. I thought it might be because I had only one feature

Re: [JPP-Devel] New linear referencing tools

2013-11-10 Thread Michaël Michaud
Hi Jukka, Can you give me a reproducible test case, as I can't reproduce the error. Ideally, the jml file you use as input and the set of parameters, Thanks for the help, Michaël > Hi, > > Michaël seems to work on new linear referencing tools. With good tooltips > those feel rather self-explain

Re: [JPP-Devel] New linear referencing tools

2013-11-10 Thread Rahkonen Jukka
Hi, Parameters: Source: Uusi Unit: Map Unit Distance: 100 Offset; 0 Repeat: Yes Create a point every: 100 Add end point: Yes Use an attribute to identify paths: Yes Attribute: om Usen an attribute to order path sections: No When attribute to identify paths is selected the result is an error, when