It builds fine for me, I think what BJ is saying is that you probably
have an svn conflict in the file mentioned in the log.

Regards
Scott

2008/9/24 BJ Freeman <[EMAIL PROTECTED]>:
> did an update to 698406
> did a ant clean
> then
> ant build
> got this error
> BUILD FAILED
> build.xml:101: The following error occurred while exe
> cuting this line:
> framework\build.xml:125: The following error occurred
>  while executing this line:
> macros.xml:27: The following error occurred while exe
> cuting this line:
> framework\webtools\build.xml:66: The content of eleme
> nts must consist of well-formed character data or markup.
>
> usually these are merge comments like
>   <target name="classes" depends="prepare">
>        <javac15/>
> <<<<<<< .mine
>        <!-- .r672780-->
>        <!-- also put the DTDs in the jar file... -->
>        <copy todir="${build.dir}/classes">
>            <!--<fileset dir="${dtd.dir}" includes="*.dtd"/>-->
>            <fileset dir="${src.dir}"
> includes="**/*.properties,**/*.xml,**/*.bsh,**/*.logic,**/*.js,**/*.jacl,**/*.py"/>
>        </copy>
>
>        <!-- now add the NOTICE and LICENSE files to allow the jar file
> to be distributed alone -->
>        <copy todir="${build.dir}/classes/META-INF">
>            <fileset dir="${ofbiz.home.dir}" includes="NOTICE,LICENSE"/>
>        </copy>
> =======
>>>>>>>> .r688609
>
>
> Enrique Ruibal sent the following on 9/23/2008 5:23 PM:
>> Hello,
>>
>> I just updated my local files from latest rev. 698373 and built also with
>> ant run-install and ofbiz shows the following error:
>>
>> org.xml.sax.SAXParseException: The content of elements must consist of
>> well-formed character data or markup.
>>
>> This is the error log from the debugger:
>>
>> 2008-09-23 17:21:51,093 (http-0.0.0.0-8443-1) [
>> ConfigXMLReader.java:378:INFO ] RequestMap Created: (445) records in 0.047s
>> 2008-09-23 17:21:51,109 (http-0.0.0.0-8443-1) [
>> UtilXml.java:241:INFO ] XML Read 0.016s:
>> file:/C:/Ofbiz/framework/common/webcommon/WEB-INF/common-controller.xml
>> 2008-09-23 17:21:51,109 (http-0.0.0.0-8443-1) [
>> ConfigXMLReader.java:466:INFO ] ViewMap Created: (9) records in 0.016s
>> 2008-09-23 17:21:51,109 (http-0.0.0.0-8443-1) [
>> ConfigXMLReader.java:466:INFO ] ViewMap Created: (138) records in 0.016s
>> 2008-09-23 17:21:51,125 (http-0.0.0.0-8443-1) [
>> UtilXml.java:241:INFO ] XML Read 0.016s:
>> file:/C:/Ofbiz/framework/common/webcommon/WEB-INF/common-controller.xml
>> 2008-09-23 17:21:51,125 (http-0.0.0.0-8443-1) [
>> RequestHandler.java:238:INFO ] [Processing Request]: main
>> sessionId=7ECD53619218505BAD3EF56E74094646.jvm1
>> 2008-09-23 17:21:51,125 (http-0.0.0.0-8443-1) [
>> LoginWorker.java:277:INFO ] reqParams Map: []
>> 2008-09-23 17:21:51,125 (http-0.0.0.0-8443-1) [
>> LoginWorker.java:278:INFO ] queryString:
>> 2008-09-23 17:21:51,125 (http-0.0.0.0-8443-1) [
>> LoginWorker.java:288:INFO ] checkLogin: queryString=
>> 2008-09-23 17:21:51,125 (http-0.0.0.0-8443-1) [
>> LoginWorker.java:289:INFO ] checkLogin: PathInfo=/main
>> 2008-09-23 17:21:51,125 (http-0.0.0.0-8443-1) [
>> RequestHandler.java:423:INFO ] [RequestHandler.doRequest]: Response is a
>> view. sessionId=7ECD53619218505BAD3EF56E74094646.jvm1
>> 2008-09-23 17:21:51,125 (http-0.0.0.0-8443-1) [
>> RequestHandler.java:573:INFO ] servletName=control, view=login
>> sessionId=7ECD53619218505BAD3EF56E74094646.jvm1
>> 2008-09-23 17:21:51,156 (http-0.0.0.0-8443-1) [
>> UtilXml.java:672:ERROR] XmlFileLoader: File
>> file:/C:/Ofbiz/framework/common/widget/CommonScreens.xml process fatal
>> error. Line: 122. Error message: The content of elements must consist of
>> well-formed character data or markup.
>> 2008-09-23 17:21:51,156 (http-0.0.0.0-8443-1) [
>> ControlServlet.java:207:ERROR]
>> ---- exception report
>> ----------------------------------------------------------
>> Error in request handler:
>> Exception: org.xml.sax.SAXParseException
>> Message: The content of elements must consist of well-formed character data
>> or markup.
>> ---- stack trace
>> ---------------------------------------------------------------
>> org.xml.sax.SAXParseException: The content of elements must consist of
>> well-formed character data or markup.
>> org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
>> org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
>> javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:98)
>> org.ofbiz.base.util.UtilXml.readXmlDocument(UtilXml.java:238)
>> org.ofbiz.base.util.UtilXml.readXmlDocument(UtilXml.java:177)
>> org.ofbiz.widget.screen.ScreenFactory.getScreensFromLocation(ScreenFactory.java:125)
>> org.ofbiz.widget.screen.ScreenFactory.getScreenFromLocation(ScreenFactory.java:99)
>> org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:106)
>> org.ofbiz.widget.screen.ScreenRenderer.render(ScreenRenderer.java:92)
>> org.ofbiz.widget.screen.ScreenWidgetViewHandler.render(ScreenWidgetViewHandler.java:96)
>> org.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:640)
>> org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:425)
>> org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:204)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>> org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:259)
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568)
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>> java.lang.Thread.run(Thread.java:595)
>> --------------------------------------------------------------------------------
>>
>> 2008-09-23 17:21:51,156 (http-0.0.0.0-8443-1) [
>> ControlServlet.java:221:ERROR] An error occurred, going to the errorPage:
>> /error/error.jsp
>> 2008-09-23 17:21:51,156 (http-0.0.0.0-8443-1) [
>> ControlServlet.java:228:ERROR] Including errorPage: /error/error.jsp
>> 2008-09-23 17:21:51,171 (http-0.0.0.0-8443-1) [
>> ControlServlet.java:302:INFO ] [[[main] Done rendering page, Servlet
>> Finished- total:0.218,since last([main] Setup done...):0.218]]
>>
>> Your help is much appreciated.
>>
>> -Enrique Ruibal
>>
>>
>>
>>
>
>

Reply via email to