[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

New seperate cvs modul 'jutils' created



Hi,

The org.jutils package is now an own modul,
which exists outside of xmlBlaster.

You could checkout jutils e.g.

  cvs checkout jutils

seperatly.

For xmlBlaster development this modul is included.

  cvs checkout xmlBlaster

will checkout jutils as well under xmlBlaster/src/java/org/jutils.



If you don't want to check out everything again (you have a working
copy already) do following:

 Remove the old stuff:

  rm -rf xmlBlaster/src/java/org/jutils

 Now merge the jutils package into the xmlBlaster
 source tree manually:

   cd xmlBlaster/src/java/org
   cvs checkout -d jutils jutils/src/java/org/jutils



NOTE: The package names changed, so you need to edit you clients as
well:

       org.xmlBlaster.util.Log          -> org.jutils.log.Log
       org.xmlBlaster.util.FileUtil     -> org.jutils.io.FileUtil
       org.xmlBlaster.util.Queue        -> org.jutils.collection.Queue
       org.xmlBlaster.util.Args         -> org.jutils.init.Args
       org.xmlBlaster.util.Property     -> org.jutils.init.Property
       org.xmlBlaster.util.Memory       -> org.jutils.runtime.Memory
       org.xmlBlaster.util.StringHelper -> org.jutils.text.StringHelper
       org.xmlBlaster.util.StopWatch    -> org.jutils.time.StopWatch
       org.xmlBlaster.util.Timeout      -> org.jutils.time.Timeout
 
   
regards

Marcel


-- 
Marcel Ruff
ruff at swand.lake.de
http://www.lake.de/home/lake/swand/
http://www.xmlBlaster.org