This directory consists of sample Ant build file to speed up user's
development process for PojoCache. The actual examples can also be
found under examples/PojoCache/annotated14 (for JDK14 annotation)
and annotated50 (for JDK50) as well.

Basically, if you want to use the target for either annoc
(jdk14 only) or aopc into your own project, you should 1) set a property
cache_home pointing to the root of your JBoss Cache dist;  2) set 2 properties:
user.build, user.source indicating where your source and compiled class output 
directories are; 3) create a path with id user.classpath to indicate the full
classpath needed to compile your classes; 4) do an import 
of the PojoCacheTasks.xml; 5) use the imported annoc and aopc targets.
