xbn_examples.programs
Class CVSMsgTextPadTool

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.programs.XBNStatic
              |
              +--xbn_examples.programs.CVSMsgTextPadTool

public class CVSMsgTextPadTool
extends XBNStatic

Appends a message to a textfile, in the form [FILE NAME]: [CHANGE MESSAGE]. The purpose of this application is to log any changes made to code while offline. When back online, use these messages when committing those files to CVS.

Install this application as a TextPad tool

Lookup How to... --> Customize settings --> Tools Menu in TextPad's documentation.

In the 'tool' form, enter these parameters (change the path/file names to what you desire):

Ues this by selecting the tool from the Tool menu. You will be prompted for the change message. After you press return, a confirmation will be provided in a new text document (the Command Results window).


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
CVSMsgTextPadTool()
           
 
Method Summary
static void main(String[] as_cmdLineParams)
           
 
Methods inherited from class xbn.programs.XBNStatic
throwAXS
 
Methods inherited from class xbn.XBNObject
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSMsgTextPadTool

public CVSMsgTextPadTool()
Method Detail

main

public static final void main(String[] as_cmdLineParams)



Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo