xhyccc / beast-mcmc

Automatically exported from code.google.com/p/beast-mcmc
0 stars 0 forks source link

Need to exclude src/org/virion/jam/maconly directory from build under Linux #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. check out the source
2. type 'ant'

I can build OK if I delete the maconly directory, but it gets replaced
every time I update.

Original issue reported on code.google.com by benjamin...@gmail.com on 1 Dec 2006 at 7:15

GoogleCodeExporter commented 9 years ago
This is fixed in the Trunk by virtue of using JEBL (which is in lib/jebl.jar). 
This package can only be compiled on 
the Mac so in JEBL we include it as a separate target. We then create a jar 
which other platforms can link with it. 
As JAM is no longer in the Trunk this is no longer an issue.

Andrew

Original comment by ramb...@gmail.com on 3 Jan 2007 at 10:29