Description Generates a serial version ID for serializable classes. The ID is shown to the console, you must insert it into the class yourself. To use this as an ANT task, you will need to add a taskdef to your build file:
<taskdef name="serialver" classname="com.deaded.ant.SerialVerTask" classpath="commonAntTasks.jar"/>
Parameters
Example This will go through all classes in the com.mycompany.xyz.something package:
<serialver projectName="${component.name}" packageName="com.mycompany.xyz.something" className=""/>
<serialver projectName="${component.name}" packageName="com.mycompany.xyz.something" className="MyClass"/>
Last Updated Monday, November 21 2005 @ 07:34 PM CST; 1,663 Hits