[evla-sw-discuss] Vers 3.5.2 of vci jar & schema files
David Harland
dharland at nrao.edu
Thu Feb 18 16:05:55 EST 2010
I advanced the version of the VCI jar from 3.5.1 to 3.5.2.
3.5.1 had been built on Nov 23, 2009.
3.5.2 incorporates all of Sonja's changes from that time until now,
including the results of the spectral window email conversation.
I tagged 3.5.2 in subversion.
The new jar and schema locations have paths similar to the previous paths,
but with "3.5.1" replaced by "3.5.2".
Locations for 3.5.2:
+ widar-schema-3.5.2.jar
/home/asg/www-internal/maven/m2-repo/nrao/widar-schema/3.5.2
This directory also holds widar-schema-3.5.2-sources.jar,
a zip of the generated source files
+ Root for schema files
URL form: https://e2e.nrao.edu/schemas/widar/3.5.2/
Dir form: /home/e2e.nrao.edu/content/schemas/widar/3.5.2
+ javadoc for generated classes
https://staff.nrao.edu/evla/maven/m2-sites/shared/widar/apidocs/ca/nrc/widar/jaxb/vci/package-summary.html
I'll be updating SSS pom.xml files to use the new jar in the next few days.
Since some of the new properties are mandatory, code changes will be
required
in the sss2vci code.
No SSS software (OPT, test pgms) will likely use this new jar until next
week.
To use the new jar in a pom.xml (maven) file:
<dependency>
<groupId>nrao</groupId>
<artifactId>widar-schema</artifactId>
<version>3.5.2</version>
</dependency>
More information about the evla-sw-discuss
mailing list