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

2007-08-24 Thread Edgar Soldin
ass 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&qu

Re: [JPP-Devel] [udig-devel] Transformation/Reprojection

2007-09-05 Thread Edgar Soldin
nce cost. >>> >>> Cheers, >>> Jody >>> ___ >>> User-friendly Desktop Internet GIS (uDig) >>> http://udig.refractions.net >>> http://lists.refractions.net/mailman/listinfo/udig-devel >&g

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

2007-09-14 Thread Edgar Soldin
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? >>>>

Re: [JPP-Devel] Extension class loader

2007-09-14 Thread Edgar Soldin
--- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ > ___ > Jump-pilot-devel mailing list > Jump-pilot-

Re: [JPP-Devel] R: Extension class loader

2007-09-14 Thread Edgar Soldin
> Jump-pilot-devel mailing list > Jump-pilot-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 (Str

Re: [JPP-Devel] R: [Fwd: [jump-devel] Projection with Geotools2 CRS] (needed jars)

2007-09-14 Thread Edgar Soldin
m sure we are >>>>> willing to learn though if you're offering to teach. :-) >>>>> >>>>> More seriously - are you saying that we can just add a >>>>> >>>>> >>> GT2 jar, wrap >>

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

2007-09-14 Thread Edgar Soldin
t; >>> regards, >>> Larry >>> >>> >>> >>> On 9/13/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: >>> >>>> probably rather to this list ;) >>>> >>>> Original-Nachricht >

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

2007-09-14 Thread Edgar Soldin
> > > > On 9/13/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > >> probably rather to this list ;) >> >> Original-Nachricht >> Betreff: [jump-devel] Projection with Geotools2 CRS >> Datum: Thu, 13 Sep 2007 21:00:44 +0200 >>

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

2007-09-14 Thread Edgar Soldin
) of concept. > > regards, > 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

[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"}); A

Re: [JPP-Devel] list confusion

2007-09-15 Thread Edgar Soldin
; > The Sunburned Surveyor > > On 9/14/07, Larry Becker <[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. >>

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

2007-09-15 Thread Edgar Soldin
is a discussion about the best interface going >> on, but this will be a proof (more like a re-proof) of concept. >> >> regards, >> Larry >> >> On 9/14/07, Edgar Soldin <[EMAIL PROTECTED]> wrote: >> >> >>> Hey Larry, >>>

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

2007-09-17 Thread Edgar Soldin
- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ___ Jump-pilot-dev

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

2007-09-18 Thread Edgar Soldin
ollection, "geodesy 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: >&g

jump-pilot-devel@lists.sourceforge.net

2007-11-07 Thread edgar . soldin
ib >>>>>>>>>>>> set CLASSPATH=../conf;...SNIP >>>>>>>>>>>> >>>>>>>>>>>> REM add plugindir to classpath >>>>>>>>>>>> set PLUGINDIR=..\lib\ext >>>>>>>>&g

jump-pilot-devel@lists.sourceforge.net

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

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_ hav

jump-pilot-devel@lists.sourceforge.net

2007-12-04 Thread Edgar Soldin
s.GPSTrackerPlugin.initialize(GPSTrackerPlugin.java:243) > at de.soldin.gt2jump.gps.GPSExtension.configure(GPSExtension.java:38) > at > com.vividsolutions.jump.workbench.plugin.PlugInManager.loadConfigurations(PlugInManager.java:90) > at > com.vividsolutions.jump.workbench.plugin.

[JPP-Devel] Happy new year (Open)Jump folks

2008-01-03 Thread edgar . soldin
.. ein frohes neues Jahr.. 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 Address();

Re: [JPP-Devel] Coordinate system (Edgar's plugin)

2008-04-20 Thread Edgar Soldin
EventsForFilter(EventDispatchThread.java:183) > at > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) > at > java.awt.EventDispatchThread.pumpEvents(EventDisp

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

2008-04-22 Thread edgar . soldin
tchThread.pumpEventsForFilter(Unknown Source) >>>at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown >>> Source) >>>at java.awt.EventDispatchThread.pumpEvents(Unknown Source) >>>at java.awt.EventDispatchThread.pumpEven

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

2008-04-29 Thread edgar . soldin
/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 address = new Address

Re: [JPP-Devel] Edgar's CTS plugin and Bursa Wolf problems - Test

2008-05-03 Thread Edgar Soldin
ubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone >>> >>> >>> _______ >>> Jump-pilot-devel mailing list >>> Jump-pilot

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

2008-05-03 Thread Edgar Soldin
sts.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",

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

2008-05-05 Thread edgar . soldin
e for a future OpenJUMp for mobile > devise (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

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

2008-05-23 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(a

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

2008-05-24 Thread Edgar Soldin
g equivalent to ESRI ArcPAD, TDS SOLO > Field, 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 > Vastaan

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

2008-05-27 Thread Edgar Soldin
.. >>> So, I want to ask if it is helpful when You get a receiver for Your >>> development from someone? >>> Then it should be a receiver which could provide data in NMEA and also >>> SIRF protocol. >>> >>> Kindly regards >>> Arnd >&

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

2008-05-29 Thread edgar . soldin
-- > Hello Edgar, > > I 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: >

Re: [JPP-Devel] Workbench Properties

2008-05-29 Thread Edgar Soldin
. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ >> ___ >> Jump-pilot-devel mailing list >> Jump-pilot-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-deve

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

2008-05-31 Thread Edgar Soldin
Arndt. 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 si

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

2008-06-03 Thread Edgar Soldin
direct/01/ > _______ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > -- public class WhoDidIt{ // A comment. I love comments private stati

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

2008-07-02 Thread edgar . soldin
___ > Jump-pilot-devel mailing list > Jump-pilot-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; publ

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

2008-07-02 Thread Edgar Soldin
gt;> along with a healthy diet, reduces your potential for chronic lameness >> and boredom. Vote Now at http://www.sourceforge.net/community/cca08 >> >> >> ___

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

2008-07-02 Thread Edgar Soldin
ronic lameness >> and boredom. Vote Now at http://www.sourceforge.net/community/cca08 >> >> >> ___ >> Jump-pilot-devel mailing list >> Jump-pilot-devel

[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(addr

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

2008-09-07 Thread Edgar Soldin
lp with gps.conf and classpath? >> >> Thanks in advance >> >> Colin >> > > __ > Do You Yahoo!? > Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto > spazio gratuito per i

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

2008-09-07 Thread Edgar Soldin
.conf and classpath? >> >> Thanks in advance >> >> Colin >> > > __ > Do You Yahoo!? > Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto > spazio gratuito per i tuoi file

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

2008-10-31 Thread edgar . soldin
.) >> >> for the screens I had setup java 1.4.2 with jump 1.1.1 to have the >> commapi working. I am not sure if OJ is still Java 4 capable? >> >> as mentioned before.. I will research the current state of serial >> interfaces and sun java and update the corresponding c

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/1

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

2008-10-31 Thread Edgar Soldin
is SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-c

Re: [JPP-Devel] OpenJUMP poster / flyer

2008-12-15 Thread Edgar Soldin
___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > -- public class WhoDidIt{ // A comment. I love comments private static Pe

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 especial

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 c

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

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

2009-03-05 Thread edgar . soldin
Hi Landon :) > I think you may have understood my previous statement. > > I'm not saying that others contributions are not also under GPL > version 2. I'm saying that we can't choose another license, even a > later version of the GPL, because the contributors didn't give us that > right explicitly.

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. While

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 lack

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

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. Thi

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 mad

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: > > http://openjum

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 restricte

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 me

[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 delibera

Re: [JPP-Devel] plugin internationalization

2009-04-05 Thread Edgar Soldin
on the wiki or as I can learn from the other 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 >&

Re: [JPP-Devel] plugin internationalization

2009-04-05 Thread Edgar Soldin
Hi, > > 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, A

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 KODA

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

2009-05-06 Thread edgar . soldin
> Java program. > > [2] You have to parse 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 wrote: > >> SS, >> >> will do my very

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 i

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

2009-06-26 Thread Edgar Soldin
Julien Perret wrote: > 2009/6/26 Sunburned Surveyor > >> 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 >> libraries. The LGPL w

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 Steiniger, [20090802 - 13:40:52] > >> Hei, >> >> I just recognized that they did a couple of changes on sourceforge. >> Unfortunately I can't see anymore the o

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 Steiniger, [20090802 - 13:40:52] > >> Hei, >> >> I just recognized that they did a couple of changes on sourceforge. >> Unfortunately I can't see an

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 deplo

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 ala

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 susp

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

2009-09-14 Thread edgar . soldin
well, it is a tradeoff, pro is the execution of the batch file which allows to change the runtime environment startup variables (even after the startup exe is already created) con is the probable false detection because a windows binary tries to start a batch file ... What is really needed is

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: > > http://www.excel

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 mu

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 suppor

Re: [JPP-Devel] mediawiki write access

2009-09-24 Thread edgar . soldin
You can try to issue a support ticket... https://sourceforge.net/apps/trac/sourceforge/wiki/Support .. ede On 24.09.2009 20:09, Stefan Steiniger wrote: > Hei Larry and others, > > I think you should have write access now. > However, when I try to change the settings for Michael (michaudm) or > Gi

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 th

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

2009-11-17 Thread edgar . soldin
this is for the webspace .. you'll have to put a forwarding from there to the wiki if this is what you want. e.g. I currently do a RewriteEngine on RewriteRule ^$ http://sourceforge.net/projects/ftplicity/ [R] in the .htaccess of the sourceforge web. Check http://duply.net to see what happe

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 >

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 commu

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 becaus

[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 f

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

2010-07-19 Thread edgar . soldin
the following. >> Go to >> >> http://rxtx.qbang.org/wiki/index.php/Download >> >> and try to find the native library for your os. Put it in gpstool/rxtx/ . >> Now run the tests above. >> >> >> Please send your findings and output to

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 org.dinopolis.g

Re: [JPP-Devel] gps serial access testing

2010-07-20 Thread edgar . soldin
>> > > > -- > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > ___

[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 > Subcl

Re: [JPP-Devel] svn access

2010-07-21 Thread edgar . soldin
thanks. Will create a plugin project for my extensions. How is the policiy on binary releases. Am i allowed to put them under files? ..ede On 21.07.2010 19:40, Stefan Steiniger wrote: > Hei Ede, > > I added you to the project - so you should have write access now > > stefan > > edgar.sol...@w

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: > H

[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 - creating/add

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 p

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 list

[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 > https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?ti

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 th

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 alerts

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 //* ha scritto: > > > Da: edgar.sol...@web

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 su

  1   2   3   4   5   6   7   8   9   10   >