Building Abator from Source

All Abator distributions include source code. The only compile time dependency Abator has is on ant.jar - for successful compilation of the included Ant task. It is straight forward to compile Abator from source - simply unzip the source in an Abator distribution and compile it with your favorite tool.

If you would like to build Abator from the very latest version of the source code at Apache then follow these steps:

  1. Do a SubVersion checkout of the Abator source tree from the location http://svn.apache.org/repos/asf/ibatis/trunk/java/mapper/mapper2/tools/abator/core/ (You may use any SubVersion client you prefer. We are recommend TortoiseSVN.)
  2. Run the Ant build script by running the batch file ../build/build.bat from the checked out directory.