You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Antonio Gallardo <ag...@agsoftware.dnsalias.com> on 2003/02/01 05:54:09 UTC

CVS broken build

Hi. I downloaded right now the CVS (31-Jan-2003 22:49 CST ).

I am using Java 1.4.1_01, Red Hat Linux 8.0. And after a build.sh clean, I
tried to rebuild all using:

./build.sh -Dinclude.webapp.libs=true -Dinclude.scratchpad.libs=true webapp

I got:

Validating all sitemap.xmap instances ...
Error at URL
"file:/xml-cocoon2/build/cocoon/webapp/samples/databases/sitemap.xmap",
line number 14, column number 22: element "use-connection" not allowed in
this context
Error at URL
"file:/xml-cocoon2/build/cocoon/webapp/samples/simpleform/sitemap.xmap",
line number 23, column number 41: element "output" not allowed in this
context
Error at URL "file:/xml-cocoon2/build/cocoon/webapp/samples/sitemap.xmap",
line number 61, column number 23: element "parameter" not allowed in this
context
Error at URL "file:/xml-cocoon2/build/cocoon/webapp/samples/sitemap.xmap",
line number 61, column number 23: required attributes missing
Error at URL "file:/xml-cocoon2/build/cocoon/webapp/samples/sitemap.xmap",
line number 61, column number 43: bad character content for element
Error at URL "file:/xml-cocoon2/build/cocoon/webapp/samples/sitemap.xmap",
line number 62, column number 24: unfinished element

BUILD FAILED
file:///home/agallardo/CVS/cocoon/xml-cocoon2/build.xml:2454: Validation
failed, messages should have been provided.

Total time: 3 minutes 52 seconds


Best Regards,

Antonio Gallardo



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: CVS broken build

Posted by Vadim Gritsenko <va...@verizon.net>.
Antonio Gallardo wrote:

>Hi. I downloaded right now the CVS (31-Jan-2003 22:49 CST ).
>
>I am using Java 1.4.1_01, Red Hat Linux 8.0. And after a build.sh clean, I
>tried to rebuild all using:
>
>./build.sh -Dinclude.webapp.libs=true -Dinclude.scratchpad.libs=true webapp
>  
>

Try:
    build -Dbuild.validate.config=false -Dbuild.validate.xdocs=false run

Works for me ;-)

PS I've seen this exception...

Vadim



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org