Hi all,

a quick update to those using trunk/ SVN. The source tree has been
reworked to have:

- the CDK library in src/main/ instead of src/
- the CDK unit tests in src/test/ instead of src/
- the CDK unit tests are now no longer in the org.openscience.cdk.test
package, but
  directly in org.openscience.cdk

For example, Atom.java and AtomTest.java are now found in:

src/main/org/openscience/cdk/Atom.java
src/test/org/openscience/cdk/AtomTest.java

The reason is as follows: unit tests are now in the same (Java)
package, and can therefore test protected methods too. To not clutter
the source tree with all the testing code, the src/main - src/test
division was adopted which is used by the Maven build system.

Our Ant build.xml build system is adopted to take into account these
difference (one or two fixed pending); "ant clean dist-all
test-dist-all" works as before.

Those who are using "ant -Dmodule=atomtype compile-module" will now
have to add a -Dsource parameter, and do instead: "ant
-Dmodule=atomtype -Dsource=src/main compile-module" or for a test
module "ant -Dmodule=test-atomtype -Dsource=src/test compile-module".

Egon

-- 
----
http://chem-bla-ics.blogspot.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to