When attempting to build mason in windows using either Eclipse or command line I get many errors. In eclipse even with the libraries unpacked in to the root src directory I get build errors that look like eclipse can't find the libraries. When using javac from the command line I get  the following error

javac: file not found: *\*.java
Usage: javac <options> <source files>
use -help for a list of possible options

this is running from the root \mason\ directory

can anyone offer any inisight?