[Biojava-l] Re: YACPBS

Michael L. Heuer heuermh@shore.net
Tue, 18 Apr 2000 11:23:32 -0400 (EDT)


Thomas Down wrote:

> Thanks -- I'll see if I can give it a spin some time today.
> Do you want it checked into CVS?

Sure.  I've included a couple of minor diffs below.

Matthew Pocock wrote:

> I have checked the ant script in as build/biojava.ant - I hope that this
> is a sensible anty thing to do.

Thank you.  Ant defaults to using a ./build.xml file, but this can be set
from the command line.

> I haven't renamed defaultmanifest.txt or altered the ant file to use
> it, so I guess you just cp it over.

Diff included.

   michael


> cvs -d :pserver:cvs@cvs.biojava.org:/home/repository/biojava diff README
Index: README
===================================================================
RCS file: /home/repository/biojava/biojava-live/README,v
retrieving revision 1.3
diff -r1.3 README
27a28,34
> Alternatively, BioJava can be built using the cross-platform build tool
> Ant (http://jakarta.apache.org/ant) with the following command:
>
>    ant -buildfile build/biojava.ant
>
> A list of build targets is found in the file build/biojava.ant.
>

> cvs -d :pserver:cvs@cvs.biojava.org:/home/repository/biojava diff build/biojava.ant
Index: build/biojava.ant
===================================================================
RCS file: /home/repository/biojava/biojava-live/build/biojava.ant,v
retrieving revision 1.1
diff -r1.1 biojava.ant
42a43
>     <property name="manifest.file" value="defaultmanifest.txt"/>
72c73
<     <copydir src="${manifest.dir}" dest="${build.src}" includes="Manifest.mf"/>
---
>     <copydir src="${manifest.dir}" dest="${build.src}" includes="${manifest.file}"/>
86c87
<          manifest="${build.src}/Manifest.mf" includes="org/**"/>
---
>          manifest="${build.src}/${manifest.file}" includes="org/**"/>