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

2013-11-16 Thread Matthias Scholz
Hi! I've commited some stuff in the /plug-ins/SkyPrinterPlugIn repo. Now we have an ant build script. Wow! I cannot say, that ant and me are friends, but it runs on my (Linux) box. Please feel free to test it and make some suggestions. I'm very open for that. There is a doc/README file which ex

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

2013-11-11 Thread edgar . soldin
there you Matze ;) .. ede On 12.11.2013 00:07, Larry Becker wrote: > It isn't likely that there will be much further development of the print code > in SkyJUMP. We kind of established a precedent early on that code ported > from SkyJUMP would be repackaged. The two programs are not 100% compat

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

2013-11-11 Thread Larry Becker
It isn't likely that there will be much further development of the print code in SkyJUMP. We kind of established a precedent early on that code ported from SkyJUMP would be repackaged. The two programs are not 100% compatible, so the code has to be ported and back ported anyway. Larry On Mon,

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

2013-11-11 Thread edgar . soldin
On 11.11.2013 18:40, Matthias Scholz wrote: > > Hi, >> 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

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

2013-11-11 Thread Matthias Scholz
Hi Larry, thanks for your approval and your code! But now I'm more confused about our way with the code... Matthias I'm good with changing the package to org.openjump.core.ui or whatever. I'm interested in trying it out soon! Larrry On Sun, Nov 10, 2013 at 1:15 PM, Michaël Michaud mailto

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

2013-11-11 Thread Matthias Scholz
Hi, > 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

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

2013-11-11 Thread Larry Becker
I'm good with changing the package to org.openjump.core.ui or whatever. I'm interested in trying it out soon! Larrry On Sun, Nov 10, 2013 at 1:15 PM, 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.

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

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 respond and giv

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] 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] 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 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 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 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 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] 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 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] 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 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 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 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] 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 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-03 Thread Michaël Michaud
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, PrintServiceLookup Test with JobName ... attribut

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

2013-07-11 Thread Stefan Steiniger
I missed the last line ;) > default: EPSON TX133 TX135 Am 11.07.13 13:19, schrieb Stefan Steiniger: > Hi Matthias, > > here my output on MacOSX 10.6.8 with java version "1.6.0_37" (32bit) > > === > Rudi-Mentaers-MacBook-Pro-128:xxx mentaer$ java PSLTest > PrintServiceLookup Test without JobName

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

2013-07-11 Thread Stefan Steiniger
Hi Matthias, here my output on MacOSX 10.6.8 with java version "1.6.0_37" (32bit) === Rudi-Mentaers-MacBook-Pro-128:xxx mentaer$ java PSLTest PrintServiceLookup Test without JobName ... attributeSet.size(): 0 services.length: 1 EPSON TX133 TX135, PrintServiceLookup Test with JobName ... attribut

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

2013-07-11 Thread Paul J. Morris
On Thu, 11 Jul 2013 13:53:14 +0200 Matthias Scholz wrote: > during my works at the SkyJUMP print code, i encountered a problem. > On my Ubuntu 12.04 box i get the message "Printer not found". The > problem only occurs, if i set a JobName attribute to the > PrintServiceLookup. This is the default i

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

2013-07-11 Thread Matthias Scholz
Hi, during my works at the SkyJUMP print code, i encountered a problem. On my Ubuntu 12.04 box i get the message "Printer not found". The problem only occurs, if i set a JobName attribute to the PrintServiceLookup. This is the default in the actual code. Without a JobName attribute i get all