[Biojava-l] Package moves are done.

Thomas Down td2@sanger.ac.uk
Fri, 26 Jan 2001 17:49:15 +0000


Hi...

I've just finished moving the CORBA and ACeDB support
into their own CVS modules.  The next time you do a
`cvs update' on biojava-live, the following packages
will be removed

   GNOME
   org.Biocorba.SeqCore
   org.biojava.bridge.GNOME
   org.biojava.bridge.Biocorba.SeqCore

   (and also the top level idl/ directory)

These can now be found in the module biojava-corba.

   org.acedb
   org.acedb.seq
   org.acedb.socket
   org.acedb.staticobj

   (and the demos/acedb directory).

These can now be found in the module biojava-acedb

Next time you do a `cvs update', please use to options
-dP to ensure that all the old directories get correctly
removed, otherwise build tools might get confused.

(Users with full CVS access will see these changes immediately.
If you use anonymous CVS, you may need to wait an hour or
two for the servers to sync up).

Both the new packages are supplied with ANT 1.2 build
scripts (build.xml), but /not/ the old biojava build tool.
To build them, you should just be able to:

  cvs -d "<the normal stuff in here>" checkout biojava-(corba|acedb)
  <copy biojava.jar, xerces.jar, and bytecode.jar into the directory>
  ant     
  ant javadocs

Let me know if this causes any trouble,

    Thomas.