MAPLE-Lab / auditory-research-suite

Automatically exported from code.google.com/p/auditory-research-suite
0 stars 2 forks source link

rhythm must be built before building si and toj while using ant #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a new directory and get a fresh check-out in it
2. cd to autidotry-research-suite/src/java
3. issue command "ant -f si-build.xml" or "ant -f toj-build.xml", you will see 
it fails.

What is the expected output? What do you see instead?
I expect to see "BUILD SUCCESSFUL", but instead I see "BUILD FAILED". This 
won't happen if I build rhythm first (by issueing "ant -f rhythm-build.xml".

What version of the product are you using? On what operating system?
223

Please provide any additional information below.

Original issue reported on code.google.com by peternc...@gmail.com on 26 May 2014 at 9:36

GoogleCodeExporter commented 9 years ago
I fixed the issue by refactoring the package structure a little bit.  We had 
inadvertently introduced a dependency from a class in common/sound to a class 
in rhythm.  I actually pulled all the stuff dealing directly with midi out of 
common/sound and into a new 'midi' package.

I did not produce new builds from these changes because they should not affect 
functionality.

Original comment by guse...@datamininglab.com on 28 May 2014 at 2:36