Project:
View Revisions: Issue #19850 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0019850: API-check code should be able to run without the ERP compiled | ||
Revision | 2013-04-22 17:34 by shuehner | ||
Description | When trying to run ant run.api.test.model -DstableDBdir=<path-to-api-checks-model> without having the erp compiled various errors happen: b.) '${bbdd.verbosity}' is not an allowed value (need Openbravo.properties.template copied to normal name), but perhaps could be defaulted to normal verbosity in that case d.) O2 appender -> needs OBRebuildAppender -> needs ant core.lib + db-created for ad_error_log table. Probably api-check shouldn't use that O2 appender (not sure if easily possible, but also not important as only raises warnings) |
||
Revision | 2012-02-23 13:00 by shuehner | ||
Description | When trying to run ant run.api.test.model -DstableDBdir=<path-to-api-checks-model> without having the erp compiled various errors happen: a.) dbsm-code using OBException -> change to just use some normal exception class (3 files use that api-check 2.50, api-check 3.0, export.db) b.) '${bbdd.verbosity}' is not an allowed value (need Openbravo.properties.template copied to normal name), but perhaps could be defaulted to normal verbosity in that case c.) ant database.lib is needed (recheck usage in api-check code-path only and if not used (most likely not) -> remove those 1-2 parameters from the build.xml for api-check (shu might have patches for that) d.) O2 appender -> needs OBRebuildAppender -> needs ant core.lib + db-created for ad_error_log table. Probably api-check shouldn't use that O2 appender (not sure if easily possible, but also not important as only raises warnings) |
Copyright © 2000 - 2009 MantisBT Group |