This folder is the main trunk for GenesisII and the XSEDE GFFS. For detailed building instructions and how to develop on Eclipse, please consult the Omnibus reference at: http://genesis2.virginia.edu/wiki/uploads/Main/GenesisII_omnibus_reference_manual.htm Quick instructions: ant clean Cleans all the products generated by a build. ant -Dbuild.targetArch=32 build Builds the GFFS code for 32-bit platforms. ant -Dbuild.targetArch=64 build Builds the GFFS code for 64-bit platforms. ant build Builds the GFFS code for the default platform, which is 64-bit.