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 project org.openjump:OpenJUMP:jar:snapshot: Could not 
find artifact org.apache.commons:commons-compress:jar:1.6-SNAPSHOT in 
refractions (http://lists.refractions.net/m2)"

The Netbeans Maven repository browser shows no entries in this repository.

My second problem comes from the imageio-ext libs. You wrote, that i 
have to add lib/imageio-ext/*.jar to the classpath. But in Maven 
projects the classpath setting should be handled by Maven and not 
manually. In Netbeans I have no possibility to set an additional 
classpath entry. The only way to get OJ running from my IDE is to 
comment out the "provided". This is not really optimal. 
Are there any reasons for providedat the imageio-ext 
libs? Do we have other possibilities?

Thanks

Matthias

> add lib/imageio-ext/*.jar to your classpath.. ede
>
> On 18.10.2013 19:48, Matthias Scholz wrote:
>> Am 18.10.2013 12:16, schrieb edgar.sol...@web.de:
>>> On 18.10.2013 11:04, Matthias Scholz wrote:
 Failed to execute goal on project OpenJUMP: Could not resolve
 dependencies for project org.openjump:OpenJUMP:jar:snapshot: Could not
 find artifact
 org.apache.commons:commons-compress:jar:1.6-20130810.172126-39 in
 refractions (http://lists.refractions.net/m2) -> [Help 1]
>>> my bad.. please update and retry.. ede
>> No problem. Thanks for your fast response :-)
>>
>> But OJ do not start on my linux box:
>>
>> java.lang.NoClassDefFoundError:
>> it/geosolutions/imageio/gdalframework/GDALImageReaderSpi
>>   at java.lang.ClassLoader.defineClass1(Native Method)
>>   at java.lang.ClassLoader.defineClass(ClassLoader.java:792)
>>   at
>> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
>>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
>>   at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
>>   at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
>>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>>   at java.security.AccessController.doPrivileged(Native Method)
>>   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>>   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>>   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>>   at
>> com.vividsolutions.jump.workbench.imagery.geoimg.GeoImageFactory.(GeoImageFactory.java:82)
>>   at
>> com.vividsolutions.jump.workbench.imagery.geoimg.GeoImageFactoryFileLayerLoader.register(GeoImageFactoryFileLayerLoader.java:43)
>>   at
>> org.openjump.OpenJumpConfiguration.postExtensionInitialization(OpenJumpConfiguration.java:637)
>>   at
>> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:438)
>>   at
>> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:381)
>> Caused by: java.lang.ClassNotFoundException:
>> it.geosolutions.imageio.gdalframework.GDALImageReaderSpi
>>   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>>   at java.security.AccessController.doPrivileged(Native Method)
>>   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>>   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>>   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>>   ... 17 more
>>
>> Not my day 
>>
>>
>> Regards
>>
>> Matthias
>>> --
>>> October Webinars: Code for Performance
>>> Free Intel webinars can help you accelerate application performance.
>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most 
>>> from
>>> the latest Intel processors and coprocessors. See abstracts and register >
>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>>> ___
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
> --
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-dev

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,

PrintServiceLookup Test with JobName ...
attributeSet.size(): 1
services.length: 2
Microsoft XPS Document Writer, HP Deskjet 6800 series,

default: HP Deskjet 6800 series

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 simple 
print solution build in in the core. This can the SkyJUMP code be. For 
even more flexible or professional print we should deliver Geoff's 
plugin in the plus edition. This is the result from some discussions 
with some different users.


What does the other mean If my suggestion are agreed, i can 
integrate the code from the plugins to the core repository.


regards

Matthias




Michaël


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 my printservices (printers).
I've attached a small test class. Please can anybody platforms run 
this? There are two tests. The first is without a JobName attribute 
and the second one is with a JobName attribute. The class makes only 
a lookup for printers. Nothing is printed.

I mean, this may be a (Debian/Ubuntu) Linux bug in Java.

Thanks

Matthias



--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--

 _ __ ___ _ ___ __ _
 
  Technologieconsulting

  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 simple 
print solution build in in the core. This can the SkyJUMP code be. For 
even more flexible or professional print we should deliver Geoff's 
plugin in the plus edition. This is the result from some discussions 
with some different users.


What does the other mean If my suggestion are agreed, i can 
integrate the code from the plugins to the core repository.

I'm fine with your proposal.

Regards,

Michaël

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 loads fine
with OJ vesions previous Ede's modification on DefaultPlugIn.xml load
system.
PDF height/wight is in inches, we should provide a possibility to have this
dimension in metric system too. Or, better, with a print to scale.
I agree with Matthias (whom I thank for the job) an Michael to integrate
this plugin with OJ core. Maybe we can have a submenu on File one
(File>Print) where we can locate this skyjump and Geoff's one, in this case
as an "Advanced Print" plugin
best regards
Peppe


2013/11/3 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 ...
> attributeSet.size(): 1
> services.length: 2
> Microsoft XPS Document Writer, HP Deskjet 6800 series,
>
> default: HP Deskjet 6800 series
>
> How are you progressing with printing stuff ?
> I'm wondering what should be packaged in next CORE / PLUS version
> as far as printing is concerned. Any thought ?
>
> Michaël
>
>  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 my
> printservices (printers).
> I've attached a small test class. Please can anybody platforms run this?
> There are two tests. The first is without a JobName attribute and the
> second one is with a JobName attribute. The class makes only a lookup for
> printers. Nothing is printed.
> I mean, this may be a (Debian/Ubuntu) Linux bug in Java.
>
> Thanks
>
> Matthias
>
>
>
> --
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro 
> today!http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
>
>
>
> ___
> Jump-pilot-devel mailing 
> listJump-pilot-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>
>
> --
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 project OpenJUMP: Could not resolve 
> dependencies for project org.openjump:OpenJUMP:jar:snapshot: Could not 
> find artifact org.apache.commons:commons-compress:jar:1.6-SNAPSHOT in 
> refractions (http://lists.refractions.net/m2)"

the artifact actually resides on 
 http://repository.apache.org/snapshots
which is defined later in the pom.

when not finding artifacts maven stupidly seems to just list the first 
configured repository.

you are in bad luck ;) apache just removed the snapshot from their mvn servers, 
maybe because they released compress-1.6 eventually. i'll  modify the pom 
accordingly.

additionally i just setup a mirroring of our snapshot m2 repository, so that 
once used libs cannot disappear so easily anymore on us.

> The Netbeans Maven repository browser shows no entries in this repository.
> 
> My second problem comes from the imageio-ext libs. You wrote, that i 
> have to add lib/imageio-ext/*.jar to the classpath. 

that goes only if you manually define a build path

>But in Maven 
> projects the classpath setting should be handled by Maven and not 
> manually. In Netbeans I have no possibility to set an additional 
> classpath entry. The only way to get OJ running from my IDE is to 
> comment out the "provided". This is not really optimal. 
> Are there any reasons for providedat the imageio-ext 
> libs? Do we have other possibilities?

probably ;) and i see your point, as i only use maven to build on a server for 
the snapshots/releases i didn't consider this scenario.

but before i jump through hoops, why don't you just define a manual run 
configuration? this should be the way to go in any way as we have lot's of 
runtime parameters and even changes to the classpath sometimes modify OJ 
behaviour.

i am no NetBeans user, so i may be wrong with the above. if so, there is 
definitely a way to hack pom so that you give Exec plugin more/other parameters
 
http://mojo.codehaus.org/exec-maven-plugin/examples/example-exec-using-plugin-dependencies.html
so you might want to investigate that road. as said, currently it is with the 
build/packaging in mind. this is what i use and can doublecheck in my 
environment.

..ede

> 
> Thanks
> 
> Matthias
> 
>> add lib/imageio-ext/*.jar to your classpath.. ede
>>
>> On 18.10.2013 19:48, Matthias Scholz wrote:
>>> Am 18.10.2013 12:16, schrieb edgar.sol...@web.de:
 On 18.10.2013 11:04, Matthias Scholz wrote:
> Failed to execute goal on project OpenJUMP: Could not resolve
> dependencies for project org.openjump:OpenJUMP:jar:snapshot: Could not
> find artifact
> org.apache.commons:commons-compress:jar:1.6-20130810.172126-39 in
> refractions (http://lists.refractions.net/m2) -> [Help 1]
 my bad.. please update and retry.. ede
>>> No problem. Thanks for your fast response :-)
>>>
>>> But OJ do not start on my linux box:
>>>
>>> java.lang.NoClassDefFoundError:
>>> it/geosolutions/imageio/gdalframework/GDALImageReaderSpi
>>>   at java.lang.ClassLoader.defineClass1(Native Method)
>>>   at java.lang.ClassLoader.defineClass(ClassLoader.java:792)
>>>   at
>>> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
>>>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
>>>   at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
>>>   at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
>>>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>>>   at java.security.AccessController.doPrivileged(Native Method)
>>>   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>>>   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>>>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>>>   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>>>   at
>>> com.vividsolutions.jump.workbench.imagery.geoimg.GeoImageFactory.(GeoImageFactory.java:82)
>>>   at
>>> com.vividsolutions.jump.workbench.imagery.geoimg.GeoImageFactoryFileLayerLoader.register(GeoImageFactoryFileLayerLoader.java:43)
>>>   at
>>> org.openjump.OpenJumpConfiguration.postExtensionInitialization(OpenJumpConfiguration.java:637)
>>>   at
>>> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:438)
>>>   at
>>> com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:381)
>>> Caused by: java.lang.ClassNotFoundException:
>>> it.geosolutions.imageio.gdalframework.GDALImageReaderSpi
>>>   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>>>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>>>   at java.security.AccessController.doPrivileged(Native Method)
>>>   at java

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

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 
http://www.gdal.org/frmt_pdf.html.
The neatline polygon could be stored together with the PDF into the same 
directory with some descibing extension, like "print.pdf.neatline" or 
"print.pdf.wkt" or "print.pdf.aux". The developer can deside.


-Jukka Rahkonen-


Giuseppe Aruta wrote:

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 loads fine with OJ 
vesions previous Ede's modification on DefaultPlugIn.xml load system.
PDF height/wight is in inches, we should provide a possibility to have this 
dimension in metric system too. Or, better, with a print to scale.
I agree with Matthias (whom I thank for the job) an Michael to integrate this 
plugin with OJ core. Maybe we can have a submenu on File one (File>Print) where 
we can locate this skyjump and Geoff's one, in this case as an "Advanced Print" 
plugin
best regards
Peppe


2013/11/3 Michaël Michaud 
mailto:michael.mich...@free.fr>>
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 ...
attributeSet.size(): 1
services.length: 2
Microsoft XPS Document Writer, HP Deskjet 6800 series,

default: HP Deskjet 6800 series

How are you progressing with printing stuff ?
I'm wondering what should be packaged in next CORE / PLUS version
as far as printing is concerned. Any thought ?

Michaël

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 my 
printservices (printers).
I've attached a small test class. Please can anybody platforms run this? There 
are two tests. The first is without a JobName attribute and the second one is 
with a JobName attribute. The class makes only a lookup for printers. Nothing 
is printed.
I mean, this may be a (Debian/Ubuntu) Linux bug in Java.

Thanks

Matthias




--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk



___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 DefaultPlugIn.xml load
> system.
>
> how is it installed? is there a distribution or source repository?
>
> ..ede
>
>
> --
> November Webinars for C, C++, Fortran Developers
> Accelerate application performance with scalable programming models.
> Explore
> techniques for threading, error checking, porting, and tuning. Get the most
> from the latest Intel processors and coprocessors. See abstracts and
> register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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? 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
> http://www.gdal.org/frmt_pdf.html.
> The neatline polygon could be stored together with the PDF into the same
> directory with some descibing extension, like "print.pdf.neatline" or
> "print.pdf.wkt" or "print.pdf.aux". The developer can deside.
>
>
> -Jukka Rahkonen-
>
> 
> Giuseppe Aruta wrote:
>
> 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 loads fine
> with OJ vesions previous Ede's modification on DefaultPlugIn.xml load
> system.
> PDF height/wight is in inches, we should provide a possibility to have
> this dimension in metric system too. Or, better, with a print to scale.
> I agree with Matthias (whom I thank for the job) an Michael to integrate
> this plugin with OJ core. Maybe we can have a submenu on File one
> (File>Print) where we can locate this skyjump and Geoff's one, in this case
> as an "Advanced Print" plugin
> best regards
> Peppe
>
>
> 2013/11/3 Michaël Michaud  michael.mich...@free.fr>>
> 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 ...
> attributeSet.size(): 1
> services.length: 2
> Microsoft XPS Document Writer, HP Deskjet 6800 series,
>
> default: HP Deskjet 6800 series
>
> How are you progressing with printing stuff ?
> I'm wondering what should be packaged in next CORE / PLUS version
> as far as printing is concerned. Any thought ?
>
> Michaël
>
> 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 my
> printservices (printers).
> I've attached a small test class. Please can anybody platforms run this?
> There are two tests. The first is without a JobName attribute and the
> second one is with a JobName attribute. The class makes only a lookup for
> printers. Nothing is printed.
> I mean, this may be a (Debian/Ubuntu) Linux bug in Java.
>
> Thanks
>
> Matthias
>
>
>
>
>
> --
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
>
>
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net Jump-pilot-devel@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>
>
> --
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net Jump-pilot-devel@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>
>
> --
> November Webinars for C, C++, Fortran Developers
> Accelerate application performance with scalable programming models.
> Explore
> techniques for threading, error checking, porting, and tuning. Get the most
> from the latest Intel processors and coprocessors. See abstracts and
> register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

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++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 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.
PDF height/wight is in inches, we should provide a possibility to have 
this dimension in metric system too. Or, better, with a print to scale.

Remember I changed units from inches to mm.
Do you use the last version ?

Michaël
I agree with Matthias (whom I thank for the job) an Michael to 
integrate this plugin with OJ core. Maybe we can have a submenu on 
File one (File>Print) where we can locate this skyjump and Geoff's 
one, in this case as an "Advanced Print" plugin

best regards
Peppe


2013/11/3 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 ...
attributeSet.size(): 1
services.length: 2
Microsoft XPS Document Writer, HP Deskjet 6800 series,

default: HP Deskjet 6800 series

How are you progressing with printing stuff ?
I'm wondering what should be packaged in next CORE / PLUS version
as far as printing is concerned. Any thought ?

Michaël


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 my printservices (printers).
I've attached a small test class. Please can anybody platforms
run this? There are two tests. The first is without a JobName
attribute and the second one is with a JobName attribute. The
class makes only a lookup for printers. Nothing is printed.
I mean, this may be a (Debian/Ubuntu) Linux bug in Java.

Thanks

Matthias




--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net  

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Android is increasing in popularity, but the open development
platform that
developers love is also attractive to malware creators. Download
this white
paper to learn more about secure code signing practices that can
help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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%20Plugins/SkyPrinter%20Plugin/


2013/11/10 mailto:edgar.sol...@web.de>>

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


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming
models. Explore
techniques for threading, error checking, porting, and tuning. Get
the most
from the latest Intel processors and coprocessors. See abstracts
and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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
>
> --
> November Webinars for C, C++, Fortran Developers
> Accelerate application performance with scalable programming models. Explore
> techniques for threading, error checking, porting, and tuning. Get the most
> from the latest Intel processors and coprocessors. See abstracts and register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 too :). let me guess: google? i like those clever 
solutions. ..ede

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 added 
the extension jar to lib/plus but supporting jars in lib/plus/jumpdbquery for 
cleanliness.

..ede

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 lib/plus but supporting jars in lib/plus/jumpdbquery for 
> cleanliness.
OK, I'll double check.
By the way. Did you have a look at #349.
It may be related and currently makes CORE distribution unusable

Michaël
>
> ..ede
>
> --
> November Webinars for C, C++, Fortran Developers
> Accelerate application performance with scalable programming models. Explore
> techniques for threading, error checking, porting, and tuning. Get the most
> from the latest Intel processors and coprocessors. See abstracts and register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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. the new DbQuery. i 
>> added the extension jar to lib/plus but supporting jars in 
>> lib/plus/jumpdbquery for cleanliness.
> OK, I'll double check.
> By the way. Did you have a look at #349.
> It may be related and currently makes CORE distribution unusable
> 

on it right now!.. ede

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 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%20Plugins/SkyPrinter%20Plugin/


2013/11/10 mailto:edgar.sol...@web.de>>

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


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming
models. Explore
techniques for threading, error checking, porting, and tuning.
Get the most
from the latest Intel processors and coprocessors. See abstracts
and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--

 _ __ ___ _ ___ __ _
 
  Technologieconsulting

  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 ;-)

(maybe we'll have to take the fine print icon for skyjumper and create 
another one for cadplan's printer)


Michaël

Matthias

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%20Plugins/SkyPrinter%20Plugin/


2013/11/10 mailto:edgar.sol...@web.de>>

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


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming
models. Explore
techniques for threading, error checking, porting, and tuning.
Get the most
from the latest Intel processors and coprocessors. See abstracts
and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--

  _ __ ___ _ ___ __ _
  
   Technologieconsulting

   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   e...@jammerhund.de
   Wwww.openjump.de
_ __ ___ _ ___ __ _


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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? 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 ;-)

(maybe we'll have to take the fine print icon for skyjumper and create 
another one for cadplan's printer)


Michaël

Matthias

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%20Plugins/SkyPrinter%20Plugin/


2013/11/10 mailto:edgar.sol...@web.de>>

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


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming
models. Explore
techniques for threading, error checking, porting, and tuning.
Get the most
from the latest Intel processors and coprocessors. See
abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--

  _ __ ___ _ ___ __ _
  
   Technologieconsulting

   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   e...@jammerhund.de
   Wwww.openjump.de
_ __ ___ _ ___ __ _


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--

 _ __ ___ _ ___ __ _
 
  Technologieconsulting

  Matthias Scholz
  Siebigeröder Str 17a
  06308 Klostermansfeld

  T +49 34772 34150
  E m...@jammerhund.de
  W www.openjump.de
_ __ ___ _ ___ __ _

--

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 that this kind of refactoring
is good to update old code and make things more consistent. Also it may
be a good starting point to go further toward a external plugins manager ;-)

I've also some questions and some concerns :
- about xml schema : the way xml is organized is a bit puzzling as it 
does not
reflect the menu hierarchy but the order menu items / separator are added
to the menubar. I don't say it is not fine, but quite different the way 
I could
have imagine it (and different from the way xml frameworks to create UI
work).
- I haven't checked yet what the install attribute means
- wonder if we could have completely avoid name attribute (mainly managed
in language file)

Michaël

Thanks for the effort. I haven't tested the benefits yet as something 
more configurable is
> 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
> Accelerate application performance with scalable programming models. Explore
> techniques for threading, error checking, porting, and tuning. Get the most
> from the latest Intel processors and coprocessors. See abstracts and register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 give his opinion),

Michaël


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? 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 ;-)

(maybe we'll have to take the fine print icon for skyjumper and 
create another one for cadplan's printer)


Michaël

Matthias

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%20Plugins/SkyPrinter%20Plugin/


2013/11/10 mailto:edgar.sol...@web.de>>

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


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming
models. Explore
techniques for threading, error checking, porting, and tuning.
Get the most
from the latest Intel processors and coprocessors. See
abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--

  _ __ ___ _ ___ __ _
  
   Technologieconsulting

   Matthias Scholz
   Siebigeröder Str 17a
   06308 Klostermansfeld

   T +49 34772 34150
   e...@jammerhund.de
   Wwww.openjump.de
_ __ ___ _ ___ __ _


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--

  _ __ ___ _ ___ __ _
  
   Technologieconsulting

   Matthias S

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 point for me, but I know many users like to
> customize the UI.
> - from a developper point of view, I'm sure that this kind of refactoring
> is good to update old code and make things more consistent. Also it may
> be a good starting point to go further toward a external plugins manager ;-)

was on e of the incentives although now i feel like it being more a template 
configuration for OJ menus. the internal loading routines though are much more 
unified now so that e.g. a real time en/disabling plugins, add/removing of menu 
item comes into reach.

> I've also some questions and some concerns :
> - about xml schema : the way xml is organized is a bit puzzling as it 
> does not
> reflect the menu hierarchy but the order menu items / separator are added
> to the menubar. I don't say it is not fine, but quite different the way 
> I could
> have imagine it (and different from the way xml frameworks to create UI
> work).

result of the approach to stay backward compatible. also, i just freestyled ;) 
.. i tried to accomplish a configuration that allows 
- defining menu order
- defining menu attributes (icon, separators, names)
- installation or initialization like they were defined in the configurations 
before

> - I haven't checked yet what the install attribute means

it simply installs the plugin into the menu defined analogue to the initialize 
attribute. you can leave out the addMainMenuPlugin() call in initialize and 
simply do it via xml now. you can see it as an alternative to using add*Menu() 
in the initialize method of the plugin.

> - wonder if we could have completely avoid name attribute (mainly managed
> in language file)

you can, but i included it for us to be able to have full control over third 
party plugins. idea is to have full control over plugins! we can completely 
reroute/modify their menu entry now without changing a line of code in their 
sources.
rationale is to get rid of the Plugins main menu (in PLUS) and integrate it's 
entries in Tools and wherever it fits most perfectly. looking forward to 
suggestions and or initiatives (looking at you Peppe ;). all you have to do is 
simply add a plugin entry into default-plugins.xml at the position wanted with 
a menu tag and a fixed menupath attribute, et voila!

..ede

PS. i probably should add a documentation at the top of the xml file describing 
known tags and parameters a bit. will keep it in  mind!

> 
> Michaël
> 
> Thanks for the effort. I haven't tested the benefits yet as something 
> more configurable is
>> 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
>> Accelerate application performance with scalable programming models. Explore
>> techniques for threading, error checking, porting, and tuning. Get the most
>> from the latest Intel processors and coprocessors. See abstracts and register
>> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>>
> 
> 
> --
> November Webinars for C, C++, Fortran Developers
> Accelerate application performance with scalable programming models. Explore
> techniques for threading, error checking, porting, and tuning. Get the most 
> from the latest Intel processors and coprocessors. See abstracts and register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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.
> (I make a copy to Larry so that he can respond and give his opinion),
> 

not necessarily! we've got several packages in core so having another one 
wouldn't make a big difference. also, keeping the package name would make it 
much more transparent where the plugin stems from.

btw. there is actually no reason to commit it to CORE! it pretty much can stay 
an independent extension with a private svn path but be added as a jar to 
lib/ext.

..ede

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 give his opinion),
>>
> not necessarily! we've got several packages in core so having another one 
> wouldn't make a big difference. also, keeping the package name would make it 
> much more transparent where the plugin stems from.
Of course, this is also an option.
I find it more difficult to maintain code when classes are sorted after 
their author
than when they are sorted after their function though.

But I'm also fine with keeping code in its own jar with its original 
package name
and including it in CORE distribution.
Matthias, are you OK with this solution ?

Michaël
>
> btw. there is actually no reason to commit it to CORE! it pretty much can 
> stay an independent extension with a private svn path but be added as a jar 
> to lib/ext.
>
> ..ede
>
> --
> November Webinars for C, C++, Fortran Developers
> Accelerate application performance with scalable programming models. Explore
> techniques for threading, error checking, porting, and tuning. Get the most
> from the latest Intel processors and coprocessors. See abstracts and register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[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 on the layer and I digitized 
a few more. In addition I made an attribute "om" (String) for grouping the 
features and this time I managed to get an error:

java.lang.IllegalArgumentException: Unknown attribute name: om
at 
com.vividsolutions.jump.feature.FeatureSchema.getAttributeIndex(FeatureSchema.java:97)
at 
com.vividsolutions.jump.feature.AbstractBasicFeature.getAttribute(AbstractBasicFeature.java:103)
at 
org.openjump.core.ui.plugin.tools.generate.LinearReferencingOnLayerPlugIn.prepareGeometries(LinearReferencingOnLayerPlugIn.java:137)
at 
org.openjump.core.ui.plugin.tools.generate.LinearReferencingOnLayerPlugIn.run(LinearReferencingOnLayerPlugIn.java:115)
at 
com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:152)
at java.lang.Thread.run(Unknown Source)

-Jukka Rahkonen-
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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-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 on the 
> layer and I digitized a few more. In addition I made an attribute "om" 
> (String) for grouping the features and this time I managed to get an error:
>
> java.lang.IllegalArgumentException: Unknown attribute name: om
>   at 
> com.vividsolutions.jump.feature.FeatureSchema.getAttributeIndex(FeatureSchema.java:97)
>   at 
> com.vividsolutions.jump.feature.AbstractBasicFeature.getAttribute(AbstractBasicFeature.java:103)
>   at 
> org.openjump.core.ui.plugin.tools.generate.LinearReferencingOnLayerPlugIn.prepareGeometries(LinearReferencingOnLayerPlugIn.java:137)
>   at 
> org.openjump.core.ui.plugin.tools.generate.LinearReferencingOnLayerPlugIn.run(LinearReferencingOnLayerPlugIn.java:115)
>   at 
> com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:152)
>   at java.lang.Thread.run(Unknown Source)
>
> -Jukka Rahkonen-
> --
> November Webinars for C, C++, Fortran Developers
> Accelerate application performance with scalable programming models. Explore
> techniques for threading, error checking, porting, and tuning. Get the most
> from the latest Intel processors and coprocessors. See abstracts and register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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 it is 
not checked the result is an empty layer. If I select all (both) lines and run 
linear referencing for the selection the result is OK.

Windows 32-bit, OJ r3802-PLUS, jre 1.6.0_27 (Oracle).

-Jukka-



Lähettäjä: Michaël Michaud [michael.mich...@free.fr]
Lähetetty: 11. marraskuuta 2013 0:59
Vastaanottaja: jump-pilot-devel@lists.sourceforge.net
Aihe: Re: [JPP-Devel] New linear referencing tools

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-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 on the 
> layer and I digitized a few more. In addition I made an attribute "om" 
> (String) for grouping the features and this time I managed to get an error:
>
> java.lang.IllegalArgumentException: Unknown attribute name: om
>   at 
> com.vividsolutions.jump.feature.FeatureSchema.getAttributeIndex(FeatureSchema.java:97)
>   at 
> com.vividsolutions.jump.feature.AbstractBasicFeature.getAttribute(AbstractBasicFeature.java:103)
>   at 
> org.openjump.core.ui.plugin.tools.generate.LinearReferencingOnLayerPlugIn.prepareGeometries(LinearReferencingOnLayerPlugIn.java:137)
>   at 
> org.openjump.core.ui.plugin.tools.generate.LinearReferencingOnLayerPlugIn.run(LinearReferencingOnLayerPlugIn.java:115)
>   at 
> com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:152)
>   at java.lang.Thread.run(Unknown Source)
>
> -Jukka Rahkonen-
> --
> November Webinars for C, C++, Fortran Developers
> Accelerate application performance with scalable programming models. Explore
> techniques for threading, error checking, porting, and tuning. Get the most
> from the latest Intel processors and coprocessors. See abstracts and register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Uusi.jml
Description: Uusi.jml
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel