<div dir="ltr"><div><div>I noticed that demo directories are now excluded from maven builds. While it&#39;s true that these aren&#39;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&#39;t run them, compile them, etc.<br><br></div><div>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?<br><br></div><div><br></div><div>Eclipse workaround:<br></div><div><br></div>Right-click &#39;src/main/java&#39; &gt; Build Path &gt; Configure Inclusion/exclusion filters. Delete the exclusion patterns.<br><br><br></div>-Spencer<br></div>