thanks for all replies .. this clears why some remarks seemed 
mysteriously unanswered :) ..
will use only

jump-pilot-devel@lists.sourceforge.net


from now on.  regards ede
-- 
> Perhaps I can help clear the muddied water.
>
> jump-pilot-devel@lists.sourceforge.net is the mailing list for
> development of OpenJUMP. This is where most of the activity has been
> recently.
>
> [EMAIL PROTECTED] is an old mailing list that used to
> be maintained by Refractions Research for the original JUMP. I don't
> think that it is used anymore.
>
> Does this help?
>
> 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.
>>
>> Larry
>>
>> On 9/14/07, Edgar Soldin <[EMAIL PROTECTED]> wrote:
>>     
>>> .. 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 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 ");
>>>   sender.setEmail(" [EMAIL PROTECTED] ");
>>>   sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
>>>   sender.setGender(true);
>>>
>>>   System.out.println(sender.toString());
>>>   }
>>> }
>>>
>>>
>>> -------------------------------------------------------------------------
>>> 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-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>
>>>       
>> --
>> http://amusingprogrammer.blogspot.com/
>>
>> -------------------------------------------------------------------------
>> 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-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>>     
>
> -------------------------------------------------------------------------
> 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-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 (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);

  sender.setMobilePhone(" +49(0)171-2782880 ");
  sender.setWebSiteUrl(" http://www.soldin.de ");
  sender.setEmail(" [EMAIL PROTECTED] ");
  sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
  sender.setGender(true);

  System.out.println(sender.toString());
  }
}


-------------------------------------------------------------------------
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-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to