[Biojava-dev] demo directories not being compiled

Spencer Bliven sbliven at ucsd.edu
Thu Feb 5 11:18:46 UTC 2015


I noticed that demo directories are now excluded from maven builds. While
it's true that these aren't needed in the final jar, we should still make
sure that they compile correctly.  For instance, there are currently some
missing imports in biojava-structure-gui/...demo/DemoAlignmentFromFasta
which were being masked. The exclusion setting also prevents them from
being considered classes in Eclipse, meaning you can't run them, compile
them, etc.

I believe they were excluded from the build because of duplicated classes
between structure and structure-gui modules, as well as to keep the package
names consistent. However, maybe it would be better to rename them to
org.biojava.nbio.module.demo instead?


Eclipse workaround:

Right-click 'src/main/java' > Build Path > Configure Inclusion/exclusion
filters. Delete the exclusion patterns.


-Spencer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.open-bio.org/pipermail/biojava-dev/attachments/20150205/86e04acf/attachment-0001.html>


More information about the biojava-dev mailing list