<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I did some work related to the build of VCI jar files.  I consider this
work to be a stop-gap until the time when the vci stays stable for
awhile.  Perhaps Sonja will just supply a jar file in the future?<br>
<br>
Here's a summary:<br>
<ol>
  <li>In subversion i added pom.xml to the repository that holds the
vci schema files.  This is used for maven 2 builds.  Maven 1 builders
can ignore this.<br>
    <br>
  </li>
  <li>I did NOT alter the location of the schema files in the
repository.  I had thought this might be a req't for the maven 2 build
(the schema files are expected to reside in src/main/resources), but
the configuration allowed for overriding the default location.<br>
    <br>
  </li>
  <li>I did, though, add a dummy src/main/resources to the repository. 
The build squawked w/out this.  It is empty.<br>
    <br>
  </li>
  <li>I built new versions in the same place in the repository
(../nrao/widar-schema) as the older ones.  The new ones are: 3.4.0
& 3.4.1-SNAPSHOT.  I figured that matching the 3.4 VCI version ID
was an OK idea.  3.4.0 won't change; 3.4.1-S'T will change when schema
changes are made but the VCI doc version is not updated.<br>
    <br>
  </li>
  <li>I used the same pkg name as was found in the 06262008 version.<br>
    <br>
  </li>
  <li>I added jars of the generated source files to the repository.<br>
    <br>
  </li>
  <li>The new jars depend on jaxb 2.1, not 2.0.<br>
    <br>
  </li>
  <li>I'll be updating the Project Model to use the new VCI shortly.</li>
</ol>
I don't think this will cause any one grief, but if it does, please let
me know.<br>
<br>
David<br>
</body>
</html>