Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #56039 All Revisions ] Back to Issue ]
Summary 0056039: ant export.config.script fails when formalChangesScript.xml contains no formal changes
Revision 2024-09-26 16:34 by AugustoMauch
Steps To Reproduce workspace with only backoffice repo (without extra modules)
ant install.source
ant update.database (to generate formalChangesScript.xml)
psql
  update ad_module set isindevelopment = 'Y' where type = 'T'
ant export.config.script

[exportconfigscript] 19117 [main] ERROR org.apache.commons.digester.Digester - Parse Fatal Error at line 2 column 1: Premature end of file.
[exportconfigscript] org.xml.sax.SAXParseException: Premature end of file.
[exportconfigscript] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204) ~[?:?]
[exportconfigscript] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:178) [?:?]
[exportconfigscript] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400) [?:?]
[exportconfigscript] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) [?:?]
[exportconfigscript] at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1465) [?:?]
Revision 2024-09-26 15:46 by AugustoMauch
Steps To Reproduce workspace with only backoffice repo (without extra modules)
ant install.source
ant update.database (to generate formalChangesScript.xml)
psql
  update ad_module set isindevelopment = 'Y' where type = 'T'
ant export.config.script


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker