[Biojava-dev] bytecode tests don't work, copyleft statement?

Steffen Möller steffen_moeller at gmx.de
Sun Sep 14 12:01:56 UTC 2008


Dear bytecode developers,

I just updated the Debian package of bytecode and ran into a few issues.

The tests (ant runtests, called by ant dist) don't work for two reasons. 
The first I have patched, which is that the directory is named "test", 
not "tests". The second failure is the request of a method named 
"SimpleCodeMethod", which does not seem to exist any longer.

The build process (ant dist) then complains about missing directories 
"demos" and "resources", which I have then created as empty directories. 
It is not something that was lost in the cvs->svn transition, is it?

Lastly, the source seems devoid of any license information. Please add 
such a copyright file and the license should then be stated in every 
source file. From what I saw, it lists only the authors today.

Best regards,

Steffen

--- bytecode-0.92.svn.20080914.orig/build.xml   2008-09-14 
13:40:49.000000000 +0200
+++ bytecode-0.92.svn.20080914/build.xml        2008-09-14 
13:47:25.000000000 +0200
@@ -65,7 +65,7 @@
     <property name="readme" value="./README" />
     <property name="license" value="./LICENSE" />
     <property name="src.dir" value="./src" />
-    <property name="tests.dir" value="./tests" />
+    <property name="tests.dir" value="./test" />
     <property name="demos.dir" value="./demos" />
     <property name="reports.dir" value="./reports" />
     <property name="manifest.dir" value="./manifest" />




More information about the biojava-dev mailing list