maybe linking it prominently on jump webspaces (wiki?) might help
or
advertising in additional newsgroups/mailinglists (eg. geotools) ?

regards ede
--
> Perhaps they are not using the User discussion list - is it possible to 
> contact them directly
>
> Geoff
>
> Larry Becker wrote:
>   
>> User participation in the jump-list has always been pretty sparse.
>> Makes you wonder.  I wonder what the 1200 people who downloaded
>> OpenJump in the last 60 days are doing with it?
>>
>> Larry
>>
>> On 6/26/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote:
>>   
>>     
>>> Or it might be possible that we only have 6 users. :]
>>>
>>> SS
>>>
>>> On 6/21/07, Geoffrey G Roy <[EMAIL PROTECTED]> wrote:
>>>     
>>>       
>>>> Dear SS
>>>>
>>>> Only 6 responses so far, it is possible that some additional prompting
>>>> may be necessary.
>>>>
>>>> Geoff
>>>>
>>>> Sunburned Surveyor wrote:
>>>>       
>>>>         
>>>>> Geoff,
>>>>>
>>>>> What type of response did you get to your user survey?
>>>>>
>>>>> Just curious.
>>>>>
>>>>> The Sunburned Surveyor
>>>>>
>>>>> -------------------------------------------------------------------------
>>>>> This SF.net email is sponsored by DB2 Express
>>>>> Download DB2 Express C - the FREE version of DB2 express and take
>>>>> control of your XML. No limits. Just data. Click to get it now.
>>>>> http://sourceforge.net/powerbar/db2/
>>>>> _______________________________________________
>>>>> Jump-pilot-devel mailing list
>>>>> Jump-pilot-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>>>
>>>>>
>>>>>         
>>>>>           
>>>> --
>>>> Dr Geoffrey G Roy
>>>> Cadplan
>>>> 129 Gloster Street, Subiaco WA 6008
>>>> Tel: (08) 9381 4870  Fax: (08) 9382 4459
>>>> Email: [EMAIL PROTECTED]
>>>> http://www.cadplan.com.au
>>>>
>>>>
>>>>
>>>> -------------------------------------------------------------------------
>>>> This SF.net email is sponsored by DB2 Express
>>>> Download DB2 Express C - the FREE version of DB2 express and take
>>>> control of your XML. No limits. Just data. Click to get it now.
>>>> http://sourceforge.net/powerbar/db2/
>>>> _______________________________________________
>>>> 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 DB2 Express
>>> Download DB2 Express C - the FREE version of DB2 express and take
>>> control of your XML. No limits. Just data. Click to get it now.
>>> http://sourceforge.net/powerbar/db2/
>>> _______________________________________________
>>> 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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to