When we supported JDK 1.5 DBSourceManager required stax-api-1.0.1.jar and wstx-asl-3.0.2.jar to export the database correctly. Now that using 1.6 is a must, these libraries are not useful at all. The only difference they "add" is that they use simple quotes instead of double quotes in the XML headers. But they're only used in sourcedata.
Taking into account that we already use double quotes in src-db/database/model, there's no reason to use it differently in src-db/database/sourcedata. Eliminating this dependency simplifies the development environment setup process because there's no need to copy the jar files to $ANT_HOME/lib. Plus we'd have 2 jar files less in src-db/database/lib. We could say that the risk is close to zero, we'll just change the quotes in the sourcedata XML files. So what do you think if we change this? Juan Pablo ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development
