RE: version numbers in jars

2002-02-21 Thread Glen Daniels
Axis contains an org.apache.axis.Version class, which has a getVersionString() method and a main() which prints the version info to System.out. The version string comes from a resource file, and is automatically updated by our ant build each time the jar is put together. Being a SOAP

RE: version numbers in jars

2002-02-21 Thread Glen Daniels
/02, Glen Daniels wrote: Axis contains an org.apache.axis.Version class, which has a getVersionString() method and a main() which prints the version info to System.out. The version string comes from a resource file, and is automatically updated by our ant build each time the jar is put