Element Construction Set (ECS) ------------------------------ +--------------+ | Installation | +--------------+ Installation of the default distribution of ECS is simple. All one needs to do is copy the ecs.jar file into the CLASSPATH's where it is used. If you need to use parts that are not compiled into the .jar file by default, then please continue reading. +----------+ | Building | +----------+ To build ECS from source code, we depend on the Ant build system. This is documented in build/README. Essentially, all you need to do is edit the appropriate script to specify classpaths and then execute it. Ant will take care of the rest. thanks -the ECS team