| Ant task that can be used to execute the generation.
Parameters of the task:
localpropertiesfile , indicates whether there is a persistdesc.properties
confFile , location of the corresponding properties files
logPropFile , location of the log system properties file
projectname is the project name (optional) (Jorm parameter)
mappername is the mapper name for which the code will be generated
keepsrc , indicates whether generated Java files must be kept (optionnal, the default value is true
input , location of the base directory of .class files
output , location of the base destination directory
classpath nested classpath element containing the speedo and jorm jars
jdopath nested element containing a parameter dir and include elements , location of .jdo JDO XML Descriptors
jormpath (similar to jdopath ), location of .pd JORM XML Descriptors
persistenceaware (similar to jdopath ), location of Persistence Aware Java Class
keepclasses , indicates whether original java classes must be stored in another directory (see below)
storedir , location for storing original classes
failsonerror , indicates whether the process should fail if an error occurs
author: S.Chassande-Barrioz |