ozeigermann    2004/11/19 17:02:01

  Added:       transaction RELEASE-NOTES.txt README.txt
  Log:
  Added README and RELEASE NOTES
  
  Revision  Changes    Path
  1.1                  jakarta-commons/transaction/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===================================================================
  Jakarta Commons-Transaction Release 1.0 release candidate 1
  -----------------------------------------------------------
  
  RELEASE NUMBER: 1.0rc1
  RELEASE TAG / BRANCH: TRANSACTION_1_0_RC1_RELEASE / none yet
  
  GENERAL NOTES
  -------------
  
  This is the first release candidate of Commons-Transaction 1.0. 
  The 1.0 release contains an initial collection of rudimentary
  implementations for transactional Java programming. Future
  releases might both extend the implementations as well as 
  add more implementations.
  
  NEW FEATURES
  ------------
  
  n/a
  
  BUGFIXES
  --------
  
  n/a
  
  KNOWN ISSUES
  ------------
  
  none
  
  
  
  1.1                  jakarta-commons/transaction/README.txt
  
  Index: README.txt
  ===================================================================
  Jakarta Commons Transaction
  ===========================
  
  Welcome to the Transaction component of the Jakarta Commons project.
  This component contains implementations of utility classes commonly used in
  transactional Java programming. Initially there are implementations for
  multi level locks, transactional collections and transactional file access.
  
  Building from source
  --------------------
  This component requires the excellent Ant utility.
  It can be found here :
  
    http://ant.apache.org/
  
  Once you have Ant propertly installed you are ready to
  build and test. All necessary jars are already present and
  you will only have to create a build.properties from
  build.properties.sample if you want to compile to other 
  versions.
  
  The major ant targets are:
  
  ant build     - Compiles the main classes
  ant jar       - Creates the jar
  ant test      - Exectutes JUnit tests
  ant doc       - Generates documentation
  ant javadocs  - Creates the API documentation
  ant dist      - Creates distribution
  ant package   - Packages distribution
  ant           - Creates jar
  
  Maven
  -----
  The component can also be built using Maven. (Ant is the primary build tool.)
  It can be found here :
  
    http://maven.apache.org/
  
  Once installed, the jars may be built with 'maven jar'.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to