Re: [JPP-Devel] [jump-users] [Fwd: Transformation Plugin and JAI]

2007-03-28 Thread Edgar Soldin
{ // A comment. I love comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg

Re: [JPP-Devel] Help with a Java problem...

2007-04-05 Thread Edgar Soldin
; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg); address.setCountry(Germany); sender.setAddress(address

[JPP-Devel] stefan writes his thesis :)

2007-04-11 Thread Edgar Soldin
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- public class WhoDidIt{ // A comment. I love comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address

Re: [JPP-Devel] [Geotools-devel] Requesting some thoughts on GeoTools...

2007-04-19 Thread Edgar Soldin
= new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg); address.setCountry(Germany); sender.setAddress(address); sender.setMobilePhone( +49(0)171-2782880

Re: [JPP-Devel] GPL and LGPL (I need an attorney.) :]

2007-06-22 Thread Edgar Soldin
ede So how is it JTS can be released under the LGPL is JUMP uses it? Doesn't JUMP's GPL infect JTS? Or is JTS released under both the GPL and LGPL? Or does releasing JTS under the LGPL meet the viral requirement of the GPL? The Sunburned Surveyor On 6/22/07, Edgar Soldin [EMAIL PROTECTED

Re: [JPP-Devel] GPL and LGPL Compatibility

2007-06-22 Thread Edgar Soldin
-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel -- public class WhoDidIt{ // A comment. I love comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin

Re: [JPP-Devel] GPL and LGPL (I need an attorney.) :]

2007-06-23 Thread Edgar Soldin
? The Sunburned Surveyor On 6/22/07, Edgar Soldin [EMAIL PROTECTED] wrote: Hello all, unfortunately separating the code is not enough too allow a new license. At a quick glance i only found only this http://www.fsf.org/licensing/licenses/gpl-faq.html

[JPP-Devel] Spread the message .. Re: User Plug-In Survey

2007-06-27 Thread Edgar Soldin
static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg); address.setCountry(Germany); sender.setAddress(address

Re: [JPP-Devel] Tapping into GeoTools Projection Code

2007-06-27 Thread Edgar Soldin
(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg); address.setCountry(Germany); sender.setAddress(address); sender.setMobilePhone( +49(0)171-2782880

Re: [JPP-Devel] Tapping into GeoTools Projection Code

2007-06-27 Thread Edgar Soldin
is of course nice offer stefan PS: as sunburned realized.. he has a lot of projects.. so i would also rather recommend to reschedule the projection project at an unknown date Edgar Soldin schrieb: Hello all, are there known bugs or problems, which prevent cts extension from running

[JPP-Devel] CTS Extension based on Geotools 2.3 Referencing Components Re: Fwd: Re: Edgar's CTS and Help documentation

2007-07-09 Thread Edgar Soldin
comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg

Re: [JPP-Devel] [jump-users] [Fwd: File format plugins]

2007-08-24 Thread Edgar Soldin
list [EMAIL PROTECTED] http://lists.refractions.net/mailman/listinfo/jump-users -- public class WhoDidIt{ // A comment. I love comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address

Re: [JPP-Devel] R: [Fwd: [jump-devel] Projection with Geotools2 CRS]

2007-09-14 Thread Edgar Soldin
Von: Edgar Soldin [EMAIL PROTECTED] Antwort an: JUMP Developers [EMAIL PROTECTED] An: JUMP Developers [EMAIL PROTECTED] Hello All, because of all the comments related to projection (interfaces) , here is an example of the simplicity in using GT2 CRS

Re: [JPP-Devel] Extension class loader

2007-09-14 Thread Edgar Soldin
love comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg

Re: [JPP-Devel] [Fwd: [jump-devel] Projection with Geotools2 CRS]

2007-09-14 Thread Edgar Soldin
] wrote: probably rather to this list ;) Original-Nachricht Betreff: [jump-devel] Projection with Geotools2 CRS Datum: Thu, 13 Sep 2007 21:00:44 +0200 Von: Edgar Soldin [EMAIL PROTECTED] Antwort an: JUMP Developers [EMAIL PROTECTED] An: JUMP Developers [EMAIL

Re: [JPP-Devel] [Fwd: [jump-devel] Projection with Geotools2 CRS]

2007-09-14 Thread Edgar Soldin
] wrote: probably rather to this list ;) Original-Nachricht Betreff: [jump-devel] Projection with Geotools2 CRS Datum: Thu, 13 Sep 2007 21:00:44 +0200 Von: Edgar Soldin [EMAIL PROTECTED] Antwort an: JUMP Developers [EMAIL PROTECTED] An: JUMP Developers [EMAIL PROTECTED

Re: [JPP-Devel] [Fwd: [jump-devel] Projection with Geotools2 CRS]

2007-09-14 Thread Edgar Soldin
On 9/14/07, Edgar Soldin [EMAIL PROTECTED] wrote: Hey Larry, More seriously - are you saying that we can just add a GT2 jar, wrap it in an interface like some of the guys have been kicking around, and get instant transformation? make it 4 jars and use given jts objects

[JPP-Devel] list confusion

2007-09-14 Thread Edgar Soldin
.. i am confused .. which list is the right one? regards ede -- public class WhoDidIt{ // A comment. I love comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new

Re: [JPP-Devel] list confusion

2007-09-15 Thread Edgar Soldin
[EMAIL PROTECTED] wrote: It isn't for me to say which list is right, :-) however there is more JUMP developer traffic on jump-pilot-devel than any other list that I know of. Larry On 9/14/07, Edgar Soldin [EMAIL PROTECTED] wrote: .. i am confused .. which list is the right one

Re: [JPP-Devel] [Fwd: [jump-devel] Projection with Geotools2 CRS]

2007-09-15 Thread Edgar Soldin
, Larry On 9/14/07, Edgar Soldin [EMAIL PROTECTED] wrote: Hey Larry, More seriously - are you saying that we can just add a GT2 jar, wrap it in an interface like some of the guys have been kicking around, and get instant transformation? make it 4 jars

Re: [JPP-Devel] [Fwd: Re: Projection with Geotools2 CRS]

2007-09-17 Thread Edgar Soldin
static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg); address.setCountry(Germany

Re: [JPP-Devel] Bursa-wolf parameters [WAS: Projection with Geotools2 CRS]

2007-09-18 Thread Edgar Soldin
for dummies, from adrian, will surely become a best seller :-) Michael Adrian Custer a écrit : On Mon, 2007-09-17 at 10:46 -0700, Jody Garnett wrote: Edgar Soldin wrote: just one question .. what is this bursa wolf parameter option? ... My

Re: [JPP-Devel] GPSOJ

2007-11-30 Thread Edgar Soldin
Hello Aneel, edit the gps.bat .. after the line :start FROM-- :start java -Xmx128M -Dorg.xml.sax.driver=...SNIP TO-- :start c:\Program files\java\jdk1.6.0_02\bin\java.exe -Xmx128M -Dorg.xml.sax.driver=...SNIP leave the parameters as they are .. I snipped them to make the example shorter do

Re: [JPP-Devel] [jump-users] Projected Coordinate Systems

2007-11-30 Thread Edgar Soldin
Hello Tim, I agree with Jukka on the topic. (Open-)Jump is measureless, which means it simply shows/projects the values (x,y) in the window. It does not know about projections how to interpret a specific measurement. I wrote an extension which reprojects coordinates of data. But still _you_

Re: [JPP-Devel] [jump-users] Re: Re: GPSOJ

2007-12-04 Thread Edgar Soldin
(JUMPWorkbench.java:250) at com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:213) On Fri, 30 Nov 2007 Edgar Soldin wrote : Hello Aneel, edit the gps.bat .. after the line :start FROM-- :start java -Xmx128M -Dorg.xml.sax.driver=...SNIP TO-- :start c:\Program files

Re: [JPP-Devel] [XxxJUMP-users] Re: coordinate system

2008-04-22 Thread edgar . soldin
WhoDidIt{ // A comment. I love comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity

Re: [JPP-Devel] Soldin's CTS plugin

2008-04-29 Thread edgar . soldin
){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg); address.setCountry(Germany); sender.setAddress(address); sender.setMobilePhone( +49(0)171

Re: [JPP-Devel] @ Edgar: structure of cs.conf file in CRS plugin

2008-05-03 Thread Edgar Soldin
= new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg); address.setCountry(Germany); sender.setAddress(address); sender.setMobilePhone( +49(0)171-2782880

[JPP-Devel] GPS Input extension for OJ? [WAS]: [jump-users] @Ede New article on OJ wiki on projections

2008-05-05 Thread edgar . soldin
(wish for the future?) Peppe --- Edgar Soldin [EMAIL PROTECTED] ha scritto: Well done Peppe, I like it ... just one another point: Reprojecting is done _only_ when the small checkbox on the right is activated (which it gets automagically if a CRS is assigned). The user can assign

Re: [JPP-Devel] Mobile GPS solution in OJ

2008-05-23 Thread Edgar Soldin
[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg); address.setCountry(Germany); sender.setAddress(address); sender.setMobilePhone( +49(0)171-2782880 ); sender.setWebSiteUrl( http://www.soldin.de

Re: [JPP-Devel] Mobile GPS solution in OJ

2008-05-24 Thread Edgar Soldin
, Terra Sync/Pathfinder office etc. I have some ideas for such an extension. -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: [EMAIL PROTECTED] puolesta: Edgar Soldin Lähetetty: pe 23.5.2008 22:05 Vastaanottaja: ANEEL KUMAR.V; [EMAIL PROTECTED]; List for discussion of JPP

Re: [JPP-Devel] [jump-users] Re: Mobile GPS solution in OJ

2008-05-27 Thread Edgar Soldin
SIRF protocol. Kindly regards Arnd Edgar Soldin schrieb: Arnd Kielhorn wrote: Hello Edgar, does it make any differences what chipset the GPS receiver have, when You only want to get the NMEA data from it??? it does when I have to spend my own private

Re: [JPP-Devel] [jump-users] Re: Mobile GPS solution in OJ

2008-05-29 Thread edgar . soldin
just had a talk in the team and I nowcan give You the positive reaction. So, we can spend You a GPS mouse for the development of the GPS plugin. So let us choose a usable mouse for it. Kindly regards Arnd Edgar Soldin schrieb: The extension is using a java gps framework which can be found

Re: [JPP-Devel] [XxxJUMP-users] Re: [jump-users] Re: Mobile GPS solution in OJ

2008-05-31 Thread Edgar Soldin
. Please send it over to Edgar Soldin c/o group of pictures Bismarckstr 27-29 50672 Köln How long can you spare the device? .. regards ede -- Hello Ede, could You please have a look to the HAICOM HI-204E / HI-204E. It is a nice receiver which can work with egnos correction signal for D-GPS

Re: [JPP-Devel] Try to use GeoTools SimpleFeature or extract JUMP Feature in small, portable library.

2008-06-03 Thread Edgar Soldin
/listinfo/jump-pilot-devel -- public class WhoDidIt{ // A comment. I love comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet

Re: [JPP-Devel] Style Sheet For Java FOSS Coding

2008-07-02 Thread edgar . soldin
/listinfo/jump-pilot-devel -- public class WhoDidIt{ // A comment. I love comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg

Re: [JPP-Devel] R: R: Style Sheet For Java FOSS Coding

2008-07-02 Thread Edgar Soldin
/listinfo/jump-pilot-devel -- public class WhoDidIt{ // A comment. I love comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet

Re: [JPP-Devel] R: R: Style Sheet For Java FOSS Coding

2008-07-02 Thread Edgar Soldin
{ // A comment. I love comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity

[JPP-Devel] article on java and bluetooth gps devices

2008-08-28 Thread Edgar Soldin
(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg); address.setCountry(Germany); sender.setAddress(address); sender.setMobilePhone( +49(0)171-2782880 ); sender.setWebSiteUrl

Re: [JPP-Devel] [XxxJUMP-users] R: [XxxJUMP-users] GPS plugin - can't find gps.conf

2008-09-07 Thread Edgar Soldin
gratuito per i tuoi file e i messaggi http://mail.yahoo.it -- public class WhoDidIt{ // A comment. I love comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new

Re: [JPP-Devel] Fwd: Do we have any GPX users?

2008-10-31 Thread edgar . soldin
the current state of serial interfaces and sun java and update the corresponding code, to make it work under win32.. I don't have no schedule now .. but I will find some time. regards ede -- I thought maybe Edgar Soldin had written a plug-in that could do this. Perhaps (if he

Re: [JPP-Devel] Testing Michael's DXF Plug-In

2008-10-31 Thread edgar . soldin
it's available here http://michael.michaud.free.fr/jump/alpha/ressources/driver-dxf-0.5-20061112.zip .. ede -- The two snapshots come from your file. I coul dtranslate the comments if you send me the code or if you tell me where to find it. :-) For now, I just have the jar file. 2008/10/31

Re: [JPP-Devel] Testing Michael's DXF Plug-In

2008-10-31 Thread Edgar Soldin
comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg

Re: [JPP-Devel] OpenJUMP poster / flyer

2008-12-15 Thread Edgar Soldin
(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg); address.setCountry(Germany); sender.setAddress(address); sender.setMobilePhone( +49(0)171-2782880 ); sender.setWebSiteUrl( http

Re: [JPP-Devel] Question about our (the JPP) licensing authority.

2009-03-04 Thread edgar . soldin
True, or later versions of the GPL X.X is the backdoor for newer GPL licences with more up to date legal definitions and regulations in the old GPL. But ... once licensed eg. 3.0 , there is no way back anymore ... without asking all copyright holders (code contributors). This becomes

Re: [JPP-Devel] Question about our (the JPP) licensing authority.

2009-03-05 Thread edgar . soldin
I also don't think the permission from just Vivid Solutions is sufficient. There have been a lot of other people contributing code to OJ. Our project doesn't require contributors to transfer copyright or the authority to relicense. That means we'd really need to contact all of our past

Re: [JPP-Devel] new bugs - getting ready for OJ 1.3 release - translators sought

2009-03-05 Thread edgar . soldin
BTW: The lat/lon contributions (at least the ones I wrote) may have incorrect LGPL header files (this file is part of deegree) anyway, since my new Java files are usually created from an eclipse template (I can change these as well in this process). this should be corrected soon, as it

Re: [JPP-Devel] Question about our (the JPP) licensing authority.

2009-03-05 Thread Edgar Soldin
Well, as the jump source (just checked 1.2 from vivid solutions website) states the infamous * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. paragraph.. we are free to choose ... but again, this is a one way street.

Re: [JPP-Devel] Question about our (the JPP) licensing authority.

2009-03-06 Thread edgar . soldin
However, GIS data is a side product for us. Our main job is to run a bunch of integrated services. We have a large variety of software in use, both commercial, open source and self made. Right now we are missing a map component that could be embedded in our existing applications lacking

Re: [JPP-Devel] Spatial Query Bug...Not a Bug?

2009-03-09 Thread edgar . soldin
(1) in fact, I'm not sure if having the same feature in several layers (without clone) is a good or a dangerous idea. I think it could be nice to have a kind of view (like in database) to be able to work easily on a small part of a large featurecollection or to apply different styles to

Re: [JPP-Devel] some questions...

2009-03-10 Thread edgar . soldin
Hi Peppe, I am terribly sorry .. work has bound me so far from porting the existing gps extension to openjump ... this is even worse because Arndt from Pirol sponsored a gps mouse last year but I had only time to do some tests since at least october 2008... sorry again ..ede -- Hi all I

[JPP-Devel] plugin internationalization

2009-03-31 Thread edgar . soldin
Hi all, just found some time (laying around lazily) and set up OJ from svn and my old extensions To get warm with it I am gonna update geometry conversion tool. To keep it simple for now. I want to internationalize it and add support for batch (multiple geometries selected) conversion.

Re: [JPP-Devel] plugin internationalization

2009-04-01 Thread edgar . soldin
Thanks Larry, I will fetch your new sources ... but I still wonder how to start on internationalization? Anybody, any hints? regards ede -- Hi Edgar, I modified your converter to do batch in SkyJUMP a while ago where it is a standard PlugIn. You can take a look at the changes I made

Re: [JPP-Devel] plugin internationalization

2009-04-01 Thread edgar . soldin
Thanks for the hint ... I will check these. Regarding the placement of the Menu Item I definitely agree and will place it there in the internationalized version. regards ede -- Adding internationalization is pretty easy. See any OJ PlugIn for examples. The Wiki page is:

Re: [JPP-Devel] plugin internationalization

2009-04-01 Thread Edgar Soldin
Do you mean like a default plugin or do you actually want to put in the core source tree? I would prefer the plugin choice. Keeps it lightweight. .. ede I agree - should be part of the core, I once looked into it and to add it to the core - but by programming knowledge was/is to restricted

Re: [JPP-Devel] plugin internationalization

2009-04-05 Thread Edgar Soldin
Hi All, I have recent OJ sources and am working on the internationalized GeomConv Plugin. Anyway I can't seem to find the 'Tools' Menu Entry .. is it an entry generated by Plugins? Which plugin does use it populating entries under 'Edit Geometries'? I am just concerned about the ordering of the

[JPP-Devel] geomconv undoability

2009-04-05 Thread Edgar Soldin
Hey Larry, it seems that currently only the last conversion is undoable. Would you please doublecheck in skyjump and tell me your observation? Also. Do you think it would make sense to add a second, not undoable conversion menu item, for the case of converting lots of geometries and does

Re: [JPP-Devel] plugin internationalization

2009-04-05 Thread Edgar Soldin
default plugins then. thanks ... ede stefan PS: the current default-plugins.xml file is attached Edgar Soldin schrieb: Hi All, I have recent OJ sources and am working on the internationalized GeomConv Plugin. Anyway I can't seem to find the 'Tools' Menu Entry .. is it an entry

Re: [JPP-Devel] plugin internationalization

2009-04-05 Thread Edgar Soldin
, SkyJUMP also has MenuNames for compatibility with OJ. I also recently added I18N strictly so that I could get the latest Simple Query code. OJ should come first, but I'll definitely be updating the Geometry conversion in SkyJUMP. Larry On Sun, Apr 5, 2009 at 4:01 PM, Edgar Soldin edgar.sol

Re: [JPP-Devel] Super Stoked About GPX Support

2009-05-05 Thread Edgar Soldin
SS, will do my very best .. ede P.S. - The next item for OpenJUMP GPS support: Creating GPX files directly from a GPS receiver. Edgar will hopefully be able to offer me some advice on this. :] -- The NEW KODAK

Re: [JPP-Devel] Super Stoked About GPX Support

2009-05-06 Thread edgar . soldin
the Garmin communication protocol. I think the GPSylon Library may already provide this functionality. Landon On Tue, May 5, 2009 at 4:09 AM, Edgar Soldin edgar.sol...@web.de wrote: SS, will do my very best .. ede P.S. - The next item for OpenJUMP GPS support: Creating GPX files

Re: [JPP-Devel] Shapefile reader

2009-05-11 Thread Edgar Soldin
if the current geotools (just checked they are 2.5.5 stable now) shapefile reader/writer is more advanced why not aiming on using it .. i once wrote a geotools reader/writer extension, that should be possible these days as well ... only problem was that I had to convert the data structure because

Re: [JPP-Devel] OpenJump plugins and License issues

2009-06-26 Thread Edgar Soldin
Julien Perret wrote: 2009/6/26 Sunburned Surveyor sunburned.surve...@gmail.com Julien wrote: The issue is that GeOxgene licenses is LGPL and OpenJump's is GPL, so I guess we have to release the library under GPL, right? I don't believe this is the case. GPL programs can used LGPL

Re: [JPP-Devel] problem with downloads on sourceforge

2009-08-03 Thread edgar . soldin
you can assign platforms to the files in the new sourceforge FRS. Maybe it is assigned to linux only? ... ede Hello Stefan, Stefan Steinigersst...@geo.uzh.ch, [20090802 - 13:40:52] Hei, I just recognized that they did a couple of changes on sourceforge. Unfortunately I can't see anymore

Re: [JPP-Devel] problem with downloads on sourceforge

2009-08-03 Thread edgar . soldin
also I see it in the all files listing with firefox 3.5 on wiindows. Still it seems not to be tagged for windows. .. ede Hello Stefan, Stefan Steinigersst...@geo.uzh.ch, [20090802 - 13:40:52] Hei, I just recognized that they did a couple of changes on sourceforge. Unfortunately I can't

Re: [JPP-Devel] problem with downloads on sourceforge

2009-08-03 Thread edgar . soldin
On 03.08.2009 19:50, Stefan Steiniger wrote: ok.. thanx for looking into it. I just checked it again and the new file is there - wonder what happend with the old one (and all the nice downloadcount, but the general stats seems to be broken too). did work in between, but doesn't now,

[JPP-Devel] regarding sf statistics

2009-08-07 Thread edgar . soldin
just found this .. http://sourceforge.net/apps/trac/sourceforge/ticket/3578 ... ede -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and

Re: [JPP-Devel] Virus/Spyware 'Troj/Agent-KRQ' in OpenJump 1.3 zip file

2009-09-07 Thread edgar . soldin
What does virustotal.com has to say about it? .. Probably a mismatch because of the executing external code routine. .. ede On 07.09.2009 16:12, Rahkonen Jukka wrote: Hi, My OJ.exe has been on my disk for several months but just a few weeks ago eTrust Antivirus gave the first virus alarm.

Re: [JPP-Devel] Virus/Spyware 'Troj/Agent-KRQ' in OpenJump 1.3 zip file

2009-09-13 Thread edgar . soldin
Downloaded the recent version of the converter and redid peppe's steps... interestingly the result still has some hits, obviously the way of executing a batch file during run time is something some malware does similarly. Also the resulting exe file is UPX packed, which is often regarded as

Re: [JPP-Devel] Virus/Spyware 'Troj/Agent-KRQ' in OpenJump 1.3 zip file

2009-09-16 Thread edgar . soldin
beside the lobbying for their AOT compiler a very decent overview. Thanks a lot! How does SkyJump change JRE parameters or such currently modified in the batch file? ... ede On 15.09.2009 23:28, Larry Becker wrote: Here is an article that thoroughly explains the choices:

Re: [JPP-Devel] Virus/Spyware 'Troj/Agent-KRQ' in OpenJump 1.3 zip file

2009-09-16 Thread edgar . soldin
On 16.09.2009 17:57, Larry Becker wrote: The launcher is the one from Eclipse. All I had to do was understand it enough to put my own hooks in. well done ... Of course, it could be modified to meet the needs of OJ, but IMHO it is overkill for that task. I agree .. and all differences must

Re: [JPP-Devel] Death of our wiki.

2009-09-17 Thread edgar . soldin
it is there, i have activated on a project of mine.. but haven't used it yet You have to dig a bit, it is under 'project admin'-'features' .. they also have wordpress .. ede I got a message from sourceforge that project wikis should migrate to TRAC or MediaWiki, but I haven't seen any

Re: [JPP-Devel] openjump wiki - redirect of domain

2009-11-16 Thread edgar . soldin
But are you sure that sourceforge allows custom domains? while I had problems to do it by CNAME it works flawlessly by simple A record. see also https://sourceforge.net/apps/trac/sourceforge/wiki/Custom%20VHOSTs regards ede I think two things are needed: 1. I need you to find out the

Re: [JPP-Devel] [Fwd: Virus in OpenJUMP 1.3] - again

2009-12-01 Thread edgar . soldin
I just had a false positive of an exe file I was sure to be clean. I sent it to Avira Kaspersky and both cleaned their signatures. Maybe this is also a way to go? .. regards ede On 01.12.2009 18:44, Stefan Steiniger wrote: Hei all, while I was answering on the email below (I know we had

Re: [JPP-Devel] Thinking about a release at the end of July.

2010-05-28 Thread edgar . soldin
On 28.05.2010 08:44, Michaël Michaud wrote: - windows exe : I recently made a proposition based on winrun4j. I remember that several testers had problems to use it. I'll try to prepare a new .exe/.ini file and submit it on this list. you should run the result through http://virustotal.com

Re: [JPP-Devel] Off-list: Mobile GPS solution in OJ

2010-06-07 Thread edgar . soldin
On 07.06.2010 15:11, Rahkonen Jukka wrote: Hi Edgar, I found accidentally this two year old mail. Have you been thinking lately what would be needed for getting a live GPS connection into OpenJUMP? I would love to see OpenJUMP as a moving map application with OpenStreetMap data some day.

Re: [JPP-Devel] [openjump-users] Re: VS: Off-list: Mobile GPS solution in OJ

2010-06-08 Thread edgar . soldin
On 08.06.2010 16:48, Larry Becker wrote: Seems like GPSylon is a large program and you only need the small portion ( gpsinput library?) that communicates with GPS devices, but apparently that library depends on external code. (From the GPSylon web site): The library that is used to

Re: [JPP-Devel] [openjump-users] Re: VS: Off-list: Mobile GPS solution in OJ

2010-06-08 Thread edgar . soldin
I guess the solution will be a combination of both a) support of network socket style gps ala gpsd b) serial support if java serial support is possible .. ede On 08.06.2010 20:02, Joe Desbonnet wrote: GPS integration although relatively trivial has always been a problem for Java apps because

[JPP-Devel] gps serial access testing

2010-07-18 Thread edgar . soldin
Hi all, just uploaded http://jamoke.net/gpstest.zip extracted you will find a folder ./gpstest containing modified versions of gpsylon and rxtx. Essentially rxtx is patched to autoload the native libraries needed for win32/64 and linux32/64 and allow the user to easily supply another version

Re: [JPP-Devel] [openjump-users] gps serial access testing

2010-07-19 Thread edgar . soldin
-- public class WhoDidIt{ // A comment. I love comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116

Re: [JPP-Devel] [openjump-users] gps serial access testing

2010-07-20 Thread edgar . soldin
Thanks, could you please also try rxtx-2.1-7-bins-r2/Linux/x86_64-unknown-linux-gnu/librxtxSerial.so from http://rxtx.qbang.org/pub/rxtx/rxtx-2.1-7-bins-r2.zip .. ede On 20.07.2010 09:43, Matthias Scholz wrote: Hi Edgar, test on Debian Etch 64 Bit: java -cp gpstest.jar

Re: [JPP-Devel] gps serial access testing

2010-07-20 Thread edgar . soldin
Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{Edgar, Soldin}); Address address = new Address(); address.setStreet(Stadtweg 119); address.setZip(39116); address.setCity(Magdeburg); address.setCountry(Germany

[JPP-Devel] svn access

2010-07-21 Thread edgar . soldin
In connection to the work on the gps extension I'd like to request access to the sourceforge svn. I think it'd make sense to store the plugin sources there for others to see and work with. My sourceforge id is e...@users.sourceforge.net . Thanks ede

Re: [JPP-Devel] Error trying to connect to svn-repository

2010-07-21 Thread edgar . soldin
the svn has several subfolders (core,plugins etc). try https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core for the oj-core and its branches. ..ede On 21.07.2010 22:39, Nils Kuhn wrote: Hi all, I want to use subversion for getting the latest source of OJ. I installed

Re: [JPP-Devel] Error trying to connect to svn-repository

2010-07-22 Thread edgar . soldin
You can try the url directly in your browser. If it works there then you should find out why not in eclipse, what is the difference in settings.. something like that. Are you forced to use a proxy?What internet connection are you using? good luck ede On 22.07.2010 09:33, Nils Kuhn wrote:

[JPP-Devel] gps extension release candidate

2010-07-25 Thread edgar . soldin
With some delay, I expected to have it done earlier, you might find an updated version of the gps extension on sourceforge. http://sourceforge.net/projects/jump-pilot/files/p_GPS%20Extension/ Features are: - use of serial gps devices (garmin,nmea,sirf) - tracking of selected tasks -

Re: [JPP-Devel] gps extension release candidate

2010-07-26 Thread edgar . soldin
On 26.07.2010 08:58, Rahkonen Jukka wrote: Hi, I made a very quick test and here are first results: - Installation was successful by following the instructions. It means, unzip. Easy. - Virtual serial port must exist before launching OpenJUMP. If OJ is running and virtual serial port is

Re: [JPP-Devel] gps extension release candidate

2010-07-31 Thread edgar . soldin
On 30.07.2010 22:44, Matthias Scholz wrote: Hi Edgar, I've tested gps.ext_0.2rc1.zip under Debian Lenny 32bit, OJ 1.3.1 G-Rays WBT 201 over Bluetooth. Nice work and truely usefull for me :-) just curious, what is the serial devices name created for this device? - You should check

[JPP-Devel] gps and cts extension new releases

2010-08-05 Thread edgar . soldin
I am proud to present the next release candidates for the extensions gps and cts. Download here: https://sourceforge.net/projects/jump-pilot/files/p_GPS%2CCTS%20Extensions/ Notes: Gps extension supports only serial devices. If you want gps to transform the gps receiver's coordinates to another

Re: [JPP-Devel] gps and cts extension new releases

2010-08-05 Thread edgar . soldin
I just discovered that reprojection still doesn't work. The dialog is visible, but the transformation fails silently. Unfortunately this only happens when packaged as jar. In eclipse everything is working fine. I will dig into this and come back with a new rc. Thanks ede On 05.08.2010 11:00,

[JPP-Devel] gps and cts extension new fix

2010-08-05 Thread edgar . soldin
Hopefully reprojection for gps is now fixed. For the curious, both extension are versioned rc3 to signal the are on the same development stage. Please download and test this: https://sourceforge.net/projects/jump-pilot/files/p_GPS%2CCTS%20Extensions/ Some requests: A) Could somebody donate a

[JPP-Devel] gps cts extension again

2010-08-10 Thread edgar . soldin
After a disastrous rc3 here comes the all new and shiny rc4. https://sourceforge.net/projects/jump-pilot/files/p_GPS%2CCTS%20Extensions/ Changes: (fix) rxtx native lib loader ignoring one word os's e.g.Linux (fix) solved setYx issue in gps reprojection leading to wrong results regards ede

Re: [JPP-Devel] GPS plugin in the OpenJUMP wiki

2010-08-11 Thread edgar . soldin
I am going to read it through and modify, where I think it is necessary. Maybe during next week. I like it, well done, ede On 11.08.2010 14:56, Jukka Rahkonen wrote: Hi, I did some testing with the yesterdays rc4 version. See

Re: [JPP-Devel] [openjump-users] Road Map

2010-08-24 Thread edgar . soldin
Hi Mohammed, you can always grab the current source code for openjump core or several plugins from sourceforge and start enhancing locally. When you are satisfied with your result you might want to send patches/modified sources to the developer list and binaries to the user list (or links to

Re: [JPP-Devel] [openjump-users] Trojan in OJ.exe: Positive false message

2010-08-28 Thread edgar . soldin
I am tired of antivirus detecting viruses in the oj.exe windows starter. We can't send to each and every of them that it is a false positive every time. Solution: We have a working batch file starter. Having a second starter is a) confusing and b) unfortunately unsettling users with virus

Re: [JPP-Devel] [openjump-users] Trojan in OJ.exe: Positive false message

2010-08-28 Thread edgar . soldin
What is the current procedure on Mac ? .. ede On 28.08.2010 11:03, Giuseppe Aruta wrote: a java based starter would be interesting if iy solve the long procedure to start OJ into MacOSX . Peppe --- *Sab 28/8/10, edgar.sol...@web.de /edgar.sol...@web.de/* ha scritto: Da:

Re: [JPP-Devel] [openjump-users] openjump.exe with ini

2010-09-01 Thread edgar . soldin
On 01.09.2010 15:46, Larry Becker wrote: BTW, I have nothing against retiring the bin directory, but it might break the startup scripts. true, I can check and modify the windows and linux scripts, if we agree on retiring '/bin'. And again I want to lobby for a one for all solution.Let me

Re: [JPP-Devel] [openjump-users] openjump.exe with ini

2010-09-02 Thread edgar . soldin
On 02.09.2010 18:28, edgar.sol...@web.de wrote: Launch4j looks even more promising, having one app that creates launchers for windows, linux, and osx. I take that back. It only creates windows launchers. So essentially it does, what WinRun4J does already. Hence back to apache's launcher.

[JPP-Devel] configurable cross-platform OJ launching

2010-09-04 Thread edgar . soldin
On 04.09.2010 14:08, Michaël Michaud wrote: Edgar, have you a precise idea of what a good multipltform distribution would look like (file tree structure, file to launch, resources...). If you have, or if you could summarize main propositions, it could be a good starting point for a vote.

Re: [JPP-Devel] configurable cross-platform OJ launching

2010-09-04 Thread edgar . soldin
- rework windows batch to be one file only again (less files for the user to wonder about) Do you mean to remove lcp.bat ? I think new java version now understand *.jar for the classpath definition (but maybe only from java 6 or even java 6.xx). just reintegrating lcp.bat logic into

  1   2   3   4   5   6   7   8   9   10   >