XMLBeans Change requires tch schemas to be rebuilt
--------------------------------------------------

         Key: BEEHIVE-821
         URL: http://issues.apache.org/jira/browse/BEEHIVE-821
     Project: Beehive
        Type: Task
  Components: Controls  
    Reporter: Jacob Danner


XmlBeans recently announce a change in the current v2 beta src that will 
require all schemas to be recompiled. 
While looking through the controls test stuff, it looks like there is a static 
xmlbeans created jar in 
controls/test/infra/tch/schema.jar

To rebuild this xsd jar
1) cd to /trunk/controls/test/tools/tch
2) run the following:
ant compile.schema

3) from the tch directory copy the created schema jar to the controls/infra/tch 
directory
something like (from tools/tch)
cp deploy/schema.jar ../../infra/tch/schema.jar

NOTE:
to run the compile.schemas task you may need to muck with the build.xml file as 
noted by issue:
BEEHIVE-820


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to