[JPP-Devel] R: Annontations as a Layer?

2007-05-16 Thread P . Rizzi Ag . Mobilità Ambiente
You can design your label layer as it was only meant to be used manually,
that is you can add labels by hand however you like.

Then you can create a sort of wizard that's capable of automatically do
what you're doing by hand, that is it's capable to draw labels using data
from somewhere, for example from another layer's attributes. This wizard
should be able to observe source data to change labels accordingly.

This way you separate the concern of drawing labels (it does not need
to know where they come from), from the concern of keeping them synchronized.


Bye
Paolo Rizzi


 -Messaggio originale-
 Da: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] conto di
 Sunburned Surveyor
 Inviato: martedì 15 maggio 2007 23.18
 A: List for discussion of JPP development and use.
 Oggetto: Re: [JPP-Devel] Annontations as a Layer?
 
 
 Michael,
 
 You bring up an excellent point.
 
 You wrote:  question following from your approach is : do 
 you intend to
 synchronize labeled geographic feature with their label feature ?
 If both features and labels are in a distinct layer, it may 
 be tricky to
 remove a label when the feature is deleted, or to change the label
 content when a geographic attribute value changes.
 
 To be honest, I haven't thought that far ahead. I would like to
 synchronize labels and features as you mention. For example, if the
 value of the labeled attrbute' is changes I would like to change the
 label. If the labeled feature is deleted, i'd like to autmoatically
 delete the label if the user chooses this option.
 
 Note that I want to allow not only labels tied to the attribute in a
 specific feature, as typical of most GIS programs, but also
 independent labels.
 
 Michael wrote: If a label's geometry is cached in your labeled
 feature, may be a
 special style / renderer could display this geometry and make it
 possible to manipulate it as a normal feature geometry with 
 jump's tools.
 
 This is what I had intended. I would store the geometry of the label
 as a rectangle. This rectangle would be represented by a JTS geometry
 and would be sized as the bounding box of the label with a user
 specified buffer between the actual text and the rectangles outline.
 
 The Sunburned Surveyor
 
 On 5/15/07, Michaël Michaud [EMAIL PROTECTED] wrote:
  Hi Landon,
 
  A question following from your approach is : do you intend to
  synchronize labeled geographic feature with their label feature ?
  If both features and labels are in a distinct layer, it may 
 be tricky to
  remove a label when the feature is deleted, or to change the label
  content when a geographic attribute value changes.
  I've not thought too much about  your problem, but another 
 solution I
  can imagine is to write a special feature implementation for labeled
  features :
  for ex.
  LabeledFeature lFeature = new LabeledFeature(Feature f)
  lFeature.getLabelPosition()
  If a label's geometry is cached in your labeled feature, may be a
  special style / renderer could display this geometry and make it
  possible to manipulate it as a normal feature geometry with 
 jump's tools.
 
  ok, may be just flights of fancy (is that a correct 
 expression ?), it it
  makes no sense, please skip it.
 
  Michael
 
 
  Martin Davis a écrit :
 
  This approach makes sense, I think. Something similar is 
 done in the
  Imagery API - an Image is just a Feature with some special 
 attributes,
  which the Imagery renderer knows how to interpret (display 
 on the screen).
  
  The one trick is that if you intend your label boxes to have a
  coordinate system which is different to the CS used by the 
 LayerView
  (e.g. the one used by the Features in other Layers), you 
 may have to
  pull some trickery in various places in the rendering 
 pipeline to get
  this to work correctly.
  
  It sounds like you want to create the concept of a Layer 
 which renders
  in window space, rather than Feature space.  At a high 
 level this is
  certainly supported (e.g. the Scale Bar draws on a pane 
 which is in
  window space), but I'm not sure how easily this 
 generalizes.  I would
  instead look at keeping the label geometry in Feature 
 space - this will
  be much simpler.  Imagery works this way already.
  
  Sunburned Surveyor wrote:
  
  
  I've been thinking a little about the test I will be 
 writing for my
  pluggable renderer system and plug-in dependency system. 
 This test
  will be a new plug-in that allows the user to place and manipulate
  labels on the layer view. The system will be vary simple 
 to start, but
  could be expanded in the future to support more complex 
 label layout.
  
  The plug-in will allow the user to specify the alignment,
  justification, font, font size, and content of each 
 label. I hope to
  allow the content of the label to be based on the feature 
 attribute of
  a feature stored in another layer. I will also store a 
 rectangle that
  encompasses the text label with some buffer space as a 
 JTS geometry.
  This 

[JPP-Devel] Announce: updated SIS DataBase Plug-In for PostGIS/Oracle

2007-05-16 Thread P . Rizzi Ag . Mobilità Ambiente
I updated the SIS DataBase Plug-In with a couple of fixes.

It can be downloaded from:
http://jump-pilot.cvs.sourceforge.net/jump-pilot/SISJUMP/

Instructions are inside:

http://jump-pilot.cvs.sourceforge.net/jump-pilot/SISJUMP/release/sisjump/SISDB.txt
 

Actually to _run_ it you only need to look inside the release directory...

Please note that version found at:

http://sourceforge.net/project/showfiles.php?group_id=118054package_id=217237

it's an _old_ version.

Fixes are:
.) Now it is much faster with Oracle.
Many thanks to Andrew from Russia for helping me with this!!!

.) Now it correctly reads unlimited size VARCHAR fields.
Many thanks to Michaël for this!!!


Bye
Paolo Rizzi

-
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


Re: [JPP-Devel] Announce: updated SIS DataBase Plug-In for PostGIS/Oracle

2007-05-16 Thread Stefan Steiniger
Hei Paolo,

do you want me to update that sourceforge version in the download 
section? (if yes it would be nice if you send mea zip) or will you do it 
on your own?

stefan

P.Rizzi Ag.Mobilità Ambiente schrieb:
 I updated the SIS DataBase Plug-In with a couple of fixes.
 
 It can be downloaded from:
   http://jump-pilot.cvs.sourceforge.net/jump-pilot/SISJUMP/
 
 Instructions are inside:
   
 http://jump-pilot.cvs.sourceforge.net/jump-pilot/SISJUMP/release/sisjump/SISDB.txt
  
 
 Actually to _run_ it you only need to look inside the release directory...
 
 Please note that version found at:
   
 http://sourceforge.net/project/showfiles.php?group_id=118054package_id=217237
 
 it's an _old_ version.
 
 Fixes are:
 .) Now it is much faster with Oracle.
 Many thanks to Andrew from Russia for helping me with this!!!
 
 .) Now it correctly reads unlimited size VARCHAR fields.
 Many thanks to Michaël for this!!!
 
 
 Bye
 Paolo Rizzi
 
 -
 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


[JPP-Devel] wiki on sourceforge

2007-05-16 Thread Stefan Steiniger
Hei Guys,

i just have seen, that Sourceforge now also offers a wiki.

It may offer the choice to move some development related pages to that 
wiki. for instance changes on the cvs, needed and added new functions, 
translation responsibles.
for me the main wiki will still be Jon's :)

stefan

-
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


Re: [JPP-Devel] wiki on sourceforge

2007-05-16 Thread Sunburned Surveyor
Stefan,

Let me try out the SourceForge Wiki. I think it may be a good idea to
move a lot of the development content over to this wiki. I think most,
if not all, of the JPP Wiki content could go there.

In this case I would delete the JPP Wiki and begin to use the
SourceForge wiki exclusively.

Let me check it out and get back to you. The other developers may have
some comments as well.

The Sunburned Surveyor

P.S. - I noticed that someone started a new front page on Jon's wiki
for OpenJUMP. I think they were trying to give the wiki some
structure. This seemed like a good idea to me. I am wondering who
started this work, and if there were any plans to continue with it...

On 5/16/07, Stefan Steiniger [EMAIL PROTECTED] wrote:
 Hei Guys,

 i just have seen, that Sourceforge now also offers a wiki.

 It may offer the choice to move some development related pages to that
 wiki. for instance changes on the cvs, needed and added new functions,
 translation responsibles.
 for me the main wiki will still be Jon's :)

 stefan

 -
 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


[JPP-Devel] Some help with Java Generics...

2007-05-16 Thread Sunburned Surveyor
I was hoping you guys might be able to give me a little help with Java
Generics. I'm trying to track down a null pointer exception in my
pluggable rendering code, and I think it may result from improper use
of Generics.

In my RenderingFactory class I store a HashMap. The keys for this
HashMap are Strings representing the fully qualified class name of the
IRendererFactoryTool implementation. The values stored in the HashMap
are the references to the RendererFactoryTools. I need this collection
to store any implementation of the IRendererFactoryTool interface.

Here is my attempt at defining the HashMap using Java Generics:

private HashMapString, ? extends IRendererFactoryTool
rendererFactoryTools = new HashMapString,? extends
IRendererFactoryTool();

Eclipse is giving me an error on this statement. It says that it
Can't instantiate the type HashMapString,? extends
IRendererFactoryTool.

I'm guessing this is becuase I'm trying to use an interface and not a
class as the upper bound of my wild card in the generics declaration.
Is there a way around this, other than defining a default
RendererFactoryTool class that must be extended by all other
implementations of the IRendererFactoryTool interface.

I'm really surprised that you can't use interfaces in this type of
statement. Unless of course, I've got another mistake staring me in
the face.

Thanks for the help. i'll find that null pointer exception if it kills me. :]

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


[JPP-Devel] A question about null values...

2007-05-16 Thread Sunburned Surveyor
Are you allowed to cast an object with a value of null, or does this
throw an exception?

For example, would the following statement throw an exception if the
needToCast reference was null?

IRendererFactoryTool casted = (IRendererFactoryTool) needToCast;

Thanks,

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


Re: [JPP-Devel] wiki on sourceforge

2007-05-16 Thread Sascha L. Teichmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Stefan Steiniger schrieb:
 i just have seen, that Sourceforge now also offers a wiki.
 
 It may offer the choice to move some development related pages to that 
 wiki. for instance changes on the cvs, needed and added new functions, 

Wikis are fine for documentation, but as a developer i would always vote
for some of these in the CVS
- - ChangeLog   (developer's log),
- - Changes.txt (summarized dev log for users)
- - TODO.txt(guess)

Pro: They will be always with the source and not scattered around
in 404 suffering web space.

Just my 2 cents,
  Sascha

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGS1H7srvOlFf8EzcRAnSWAKCAWmwRFileqy8nGzDz2SGHV025QQCdFXXZ
ofSYVVEEZ6cYdNcsnyN/4Fw=
=TW8n
-END PGP SIGNATURE-

-
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


Re: [JPP-Devel] wiki on sourceforge

2007-05-16 Thread Sascha L. Teichmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Handwritten ChangeLogs offer the opportunity to log some
extra comments and backgrounds that do not make there
way into the commit message.
But this is of course a question of personal taste.

- - Sascha

Larry Becker schrieb:
 A changeLog would be nice.  You can auto-generate one using the
 changelog http://sourceforge.net/projects/cvschangelog/Eclipse tool. 
 Check the SkyJUMP release notes to see an example (scroll to the
 bottom).  It basically concatenates all of the CVS commit notes in time
 order for you.
 
 Larry
 
 On 5/16/07, *Sascha L. Teichmann* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
 
 Hi,
 
 Stefan Steiniger schrieb:
 i just have seen, that Sourceforge now also offers a wiki.
 
 It may offer the choice to move some development related pages to
 that
 wiki. for instance changes on the cvs, needed and added new functions,
 
 Wikis are fine for documentation, but as a developer i would always vote
 for some of these in the CVS
 - ChangeLog   (developer's log),
 - Changes.txt (summarized dev log for users)
 - TODO.txt(guess)
 
 Pro: They will be always with the source and not scattered around
 in 404 suffering web space.
 
 Just my 2 cents,
   Sascha
 

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




 -- 
 http://amusingprogrammer.blogspot.com/


 

 -
 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
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGS1l5srvOlFf8EzcRAtRyAKCl8C0lKrCshp4nHlYoErI4UZkQ3gCfQ+tu
+VoX+NVLeQZ1jR94m1ln9dc=
=x0y9
-END PGP SIGNATURE-

-
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


Re: [JPP-Devel] A question about null values...

2007-05-16 Thread A. Craig West
Your cast should be fine, although of course you will get a null
pointer exception if you ever try to actually dereference casted...
-Craig

On 5/16/07, Sunburned Surveyor [EMAIL PROTECTED] wrote:
 Are you allowed to cast an object with a value of null, or does this
 throw an exception?

 For example, would the following statement throw an exception if the
 needToCast reference was null?

 IRendererFactoryTool casted = (IRendererFactoryTool) needToCast;

 Thanks,

 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


-
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


Re: [JPP-Devel] Some help with Java Generics...

2007-05-16 Thread A. Craig West
On 5/16/07, Sunburned Surveyor [EMAIL PROTECTED] wrote:
 Here is my attempt at defining the HashMap using Java Generics:

 private HashMapString, ? extends IRendererFactoryTool
 rendererFactoryTools = new HashMapString,? extends
 IRendererFactoryTool();

The correct declaration should probably be:
private HashMapString, IRenderFactoryTool renderFactoryTools = new
HashMapString, IRenderFactoryTool();

You also need to make sure you are running java version 1.5 or higher,
as generics are a recent language feature... :-)

-Craig

-
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


Re: [JPP-Devel] A question about null values...

2007-05-16 Thread Sunburned Surveyor
Craig,

Thanks for your help. This tells me that the problem could possibly be
with other statements in the method throwing the null pointer
exception, not just the HashMap. I'll have to do some more digging to
see what is going on.

You help is appreciated.

The Sunburned Surveyor

On 5/16/07, A. Craig West [EMAIL PROTECTED] wrote:
 Your cast should be fine, although of course you will get a null
 pointer exception if you ever try to actually dereference casted...
 -Craig

 On 5/16/07, Sunburned Surveyor [EMAIL PROTECTED] wrote:
  Are you allowed to cast an object with a value of null, or does this
  throw an exception?
 
  For example, would the following statement throw an exception if the
  needToCast reference was null?
 
  IRendererFactoryTool casted = (IRendererFactoryTool) needToCast;
 
  Thanks,
 
  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
 

 -
 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


Re: [JPP-Devel] A question about null values...

2007-05-16 Thread Larry Becker
SS,

   When you get an exception while running in Eclipse, you should be
able to click on the line in the Console and have it take you to the
exact line that caused the error.  Even if you are not running in
Eclipse, the line number should be available in the Details, and
Navigate - Go to Line should take you there.

regards,
Larry

On 5/16/07, Sunburned Surveyor [EMAIL PROTECTED] wrote:
 Craig,

 Thanks for your help. This tells me that the problem could possibly be
 with other statements in the method throwing the null pointer
 exception, not just the HashMap. I'll have to do some more digging to
 see what is going on.

 You help is appreciated.

 The Sunburned Surveyor

 On 5/16/07, A. Craig West [EMAIL PROTECTED] wrote:
  Your cast should be fine, although of course you will get a null
  pointer exception if you ever try to actually dereference casted...
  -Craig
 
  On 5/16/07, Sunburned Surveyor [EMAIL PROTECTED] wrote:
   Are you allowed to cast an object with a value of null, or does this
   throw an exception?
  
   For example, would the following statement throw an exception if the
   needToCast reference was null?
  
   IRendererFactoryTool casted = (IRendererFactoryTool) needToCast;
  
   Thanks,
  
   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
  
 
  -
  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



-- 
http://amusingprogrammer.blogspot.com/

-
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


Re: [JPP-Devel] wiki on sourceforge

2007-05-16 Thread Stefan Steiniger
cool... thanx for pointing on that
but i wondered how they have done the changelog on the vividsolutions 
cvs. But currently i am already quite happy to have the cvs email log ;)

all the things mentioned by Sascha are very hepful and i really enjoy 
reading them for the wfs/printlayout plugin development.


Larry Becker schrieb:
 A changeLog would be nice.  You can auto-generate one using the 
 changelog http://sourceforge.net/projects/cvschangelog/Eclipse tool.  
 Check the SkyJUMP release notes to see an example (scroll to the 
 bottom).  It basically concatenates all of the CVS commit notes in time 
 order for you.
 
 Larry
 
 On 5/16/07, *Sascha L. Teichmann* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi,
 
 Stefan Steiniger schrieb:
   i just have seen, that Sourceforge now also offers a wiki.
  
   It may offer the choice to move some development related pages to
 that
   wiki. for instance changes on the cvs, needed and added new
 functions,
 
 Wikis are fine for documentation, but as a developer i would always vote
 for some of these in the CVS
 - - ChangeLog   (developer's log),
 - - Changes.txt (summarized dev log for users)
 - - TODO.txt(guess)
 
 Pro: They will be always with the source and not scattered around
 in 404 suffering web space.
 
 Just my 2 cents,
   Sascha
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.2.2 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
 iD8DBQFGS1H7srvOlFf8EzcRAnSWAKCAWmwRFileqy8nGzDz2SGHV025QQCdFXXZ
 ofSYVVEEZ6cYdNcsnyN/4Fw=
 =TW8n
 -END PGP SIGNATURE-
 
 -
 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
 mailto:Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 
 
 
 -- 
 http://amusingprogrammer.blogspot.com/
 
 
 
 
 -
 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


Re: [JPP-Devel] wiki on sourceforge

2007-05-16 Thread Larry Becker
I forgot about that.  I couldn't get it to work on SkyJUMP.  I suspect
that setting the script to execute will only work on linux.  Any
hints, Stefan?

thanks,
Larry

On 5/16/07, Stefan Steiniger [EMAIL PROTECTED] wrote:
 cool... thanx for pointing on that
 but i wondered how they have done the changelog on the vividsolutions
 cvs. But currently i am already quite happy to have the cvs email log ;)

 all the things mentioned by Sascha are very hepful and i really enjoy
 reading them for the wfs/printlayout plugin development.


 Larry Becker schrieb:
  A changeLog would be nice.  You can auto-generate one using the
  changelog http://sourceforge.net/projects/cvschangelog/Eclipse tool.
  Check the SkyJUMP release notes to see an example (scroll to the
  bottom).  It basically concatenates all of the CVS commit notes in time
  order for you.
 
  Larry
 
  On 5/16/07, *Sascha L. Teichmann* [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] wrote:
 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Hi,
 
  Stefan Steiniger schrieb:
i just have seen, that Sourceforge now also offers a wiki.
   
It may offer the choice to move some development related pages to
  that
wiki. for instance changes on the cvs, needed and added new
  functions,
 
  Wikis are fine for documentation, but as a developer i would always vote
  for some of these in the CVS
  - - ChangeLog   (developer's log),
  - - Changes.txt (summarized dev log for users)
  - - TODO.txt(guess)
 
  Pro: They will be always with the source and not scattered around
  in 404 suffering web space.
 
  Just my 2 cents,
Sascha
 
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
  iD8DBQFGS1H7srvOlFf8EzcRAnSWAKCAWmwRFileqy8nGzDz2SGHV025QQCdFXXZ
  ofSYVVEEZ6cYdNcsnyN/4Fw=
  =TW8n
  -END PGP SIGNATURE-
 
  
  -
  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
  mailto:Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 
 
 
  --
  http://amusingprogrammer.blogspot.com/
 
 
  
 
  -
  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



-- 
http://amusingprogrammer.blogspot.com/

-
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


Re: [JPP-Devel] wiki on sourceforge

2007-05-16 Thread Stefan Steiniger

do you mean the email notification?

i have checked out/in the attached file to the sourceforge cvsroot of 
jpp. But of course i previously had to register the email list.


i hope this helps?

stefan


Larry Becker schrieb:

I forgot about that.  I couldn't get it to work on SkyJUMP.  I suspect
that setting the script to execute will only work on linux.  Any
hints, Stefan?

thanks,
Larry

On 5/16/07, Stefan Steiniger [EMAIL PROTECTED] wrote:

cool... thanx for pointing on that
but i wondered how they have done the changelog on the vividsolutions
cvs. But currently i am already quite happy to have the cvs email log ;)

all the things mentioned by Sascha are very hepful and i really enjoy
reading them for the wfs/printlayout plugin development.


Larry Becker schrieb:

A changeLog would be nice.  You can auto-generate one using the
changelog http://sourceforge.net/projects/cvschangelog/Eclipse tool.
Check the SkyJUMP release notes to see an example (scroll to the
bottom).  It basically concatenates all of the CVS commit notes in time
order for you.

Larry

On 5/16/07, *Sascha L. Teichmann* [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Stefan Steiniger schrieb:
  i just have seen, that Sourceforge now also offers a wiki.
 
  It may offer the choice to move some development related pages to
that
  wiki. for instance changes on the cvs, needed and added new
functions,

Wikis are fine for documentation, but as a developer i would always vote
for some of these in the CVS
- - ChangeLog   (developer's log),
- - Changes.txt (summarized dev log for users)
- - TODO.txt(guess)

Pro: They will be always with the source and not scattered around
in 404 suffering web space.

Just my 2 cents,
  Sascha

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGS1H7srvOlFf8EzcRAnSWAKCAWmwRFileqy8nGzDz2SGHV025QQCdFXXZ
ofSYVVEEZ6cYdNcsnyN/4Fw=
=TW8n
-END PGP SIGNATURE-

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




--
http://amusingprogrammer.blogspot.com/




-
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




# The loginfo file controls where cvs commit log information
# is sent.  The first entry on a line is a regular expression which must match
# the directory that the change is being made to, relative to the
# $CVSROOT.  If a match is found, then the remainder of the line is a filter
# program that should expect log information on its standard input.
#
# If the repository name does not match any of the regular expressions in this
# file, the DEFAULT line is used, if it is specified.
#
# If the name ALL appears as a regular expression it is always used
# in addition to the first matching regex or DEFAULT.
#
# You may specify a format string as part of the
# filter.  The string is composed of a `%' followed
# by a single format character, or followed by a set of format
# characters surrounded by `{' and `}' as separators.  The format
# characters are:
#
#   s = file name
#   V = old version number (pre-checkin)
#   v = new version number (post-checkin)
#   t = tag or branch name
#
# For example:
#DEFAULT (echo ; id; echo %s; date; cat)  $CVSROOT/CVSROOT/commitlog
# or
#DEFAULT (echo ; id; echo