[Biojava-l] build.xml (was: Installation woes [SOLVED])
Andreas Prlic
andreas.prlic at gmail.com
Sun Jul 27 13:06:18 UTC 2008
Hi,
I built the release with the default biojava ant build file. "ant
dist" , which contains the line
<copy file="${jar.biojava}"
tofile="${dist.dir}/${name.biojava}-${version}.jar"/>
i.e. it should be changed there...
In general about our build.xml: This file contains many tasks. I
believe it might make sense to split it into smaller files e.g.
* a build.xml that contains the core tasks to build biojava from svn and a
* build-release.xml that contains the tasks that are release related...
Andreas
On 27 Jul 2008, at 00:46, Peter Robinson wrote:
Richard Holland wrote:
I found the problem. The file
biojava-live.jar
needs to be added to the CLASSPATH
This means that the page
http://biojava.org/wiki/BioJava:GetStarted
needs to be corrected!
More information about the Biojava-l
mailing list