You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Bert Van Kets <be...@vankets.com> on 2003/01/09 21:44:46 UTC

CVS BUILD FAILED on validation

I did a completely new and fresh checkout of the CVS HEAD and can't build 
it.  It fails on a validation issue:

validate-config:
      [echo] Conducting validation of core configuration files.
      [echo] (You can turn validation off if you must, using ./properties.xml)
      [echo] Validating all cocoon.roles instances ...

BUILD FAILED
file:C:/xml-cocoon2/build.xml:2412: There must be a file attribute or a fileset
child element

Total time: 9 minutes 27 seconds

I'm using JDK 1.3.1_02 on Windows 2K

Bert

This mail is written in 100% recycled electrons.


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


Re: CVS BUILD FAILED on validation

Posted by Giacomo Pati <gi...@apache.org>.
On Sat, 11 Jan 2003, Giacomo Pati wrote:

> On 10 Jan 2003, David Crossley wrote:
>
> > Giacomo Pati wrote:
> > > Bert Van Kets wrote:
> > >
> > > > I did a completely new and fresh checkout of the CVS HEAD and can't build
> > > > it.  It fails on a validation issue:
> > > >
> > > > validate-config:
> > > >       [echo] Conducting validation of core configuration files.
> > > >       [echo] (You can turn validation off if you must, using ./properties.xml)
> > > >       [echo] Validating all cocoon.roles instances ...
> > > >
> > > > BUILD FAILED
> > > > file:C:/xml-cocoon2/build.xml:2412: There must be a file attribute or a fileset
> > > > child element
> > >
> > > I have that too, but wasn't able to check it out to an end. I can say so
> > > far that the jing task itself works when used in a separate build.xml
> > > file.
> > >
> > > As a workaround I've set validation to false.
> > >
> > > Giacomo
> >
> > I do not have any such problem. The above error message
> > seems to indicate that someone had removed the <fileset>
> > element from that <jing> declaration. With today's cvs
> > the build.xml is complete and validation is okay.
> > Would you please try again today and see how you go.
>
> I still believe validation doesn't work under certain circumstances.
> I've build Cocoon on more than 5 independant machines recently (Linux as
> well as Windows) which none of them could validate by using "build
> installscratchpadwar". They all say what Bert was reporting above.
>
> Interesting is the following:
>   If you do a "build validate-xdocs" all runs ok.
>   If you do a "build installscratchpadwar" it fails.
>
> I haven't figured why it is differen. Will have to investgate.

Sorry guys, it's not validate-xdocs, it's validate-config.

Giacomo


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


Re: CVS BUILD FAILED on validation

Posted by Giacomo Pati <gi...@apache.org>.
On 10 Jan 2003, David Crossley wrote:

> Giacomo Pati wrote:
> > Bert Van Kets wrote:
> >
> > > I did a completely new and fresh checkout of the CVS HEAD and can't build
> > > it.  It fails on a validation issue:
> > >
> > > validate-config:
> > >       [echo] Conducting validation of core configuration files.
> > >       [echo] (You can turn validation off if you must, using ./properties.xml)
> > >       [echo] Validating all cocoon.roles instances ...
> > >
> > > BUILD FAILED
> > > file:C:/xml-cocoon2/build.xml:2412: There must be a file attribute or a fileset
> > > child element
> >
> > I have that too, but wasn't able to check it out to an end. I can say so
> > far that the jing task itself works when used in a separate build.xml
> > file.
> >
> > As a workaround I've set validation to false.
> >
> > Giacomo
>
> I do not have any such problem. The above error message
> seems to indicate that someone had removed the <fileset>
> element from that <jing> declaration. With today's cvs
> the build.xml is complete and validation is okay.
> Would you please try again today and see how you go.

I still believe validation doesn't work under certain circumstances.
I've build Cocoon on more than 5 independant machines recently (Linux as
well as Windows) which none of them could validate by using "build
installscratchpadwar". They all say what Bert was reporting above.

Interesting is the following:
  If you do a "build validate-xdocs" all runs ok.
  If you do a "build installscratchpadwar" it fails.

I haven't figured why it is differen. Will have to investgate.

Giacomo


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


Re: CVS BUILD FAILED on validation

Posted by David Crossley <cr...@indexgeo.com.au>.
Giacomo Pati wrote:
> Bert Van Kets wrote:
> 
> > I did a completely new and fresh checkout of the CVS HEAD and can't build
> > it.  It fails on a validation issue:
> >
> > validate-config:
> >       [echo] Conducting validation of core configuration files.
> >       [echo] (You can turn validation off if you must, using ./properties.xml)
> >       [echo] Validating all cocoon.roles instances ...
> >
> > BUILD FAILED
> > file:C:/xml-cocoon2/build.xml:2412: There must be a file attribute or a fileset
> > child element
> 
> I have that too, but wasn't able to check it out to an end. I can say so
> far that the jing task itself works when used in a separate build.xml
> file.
> 
> As a workaround I've set validation to false.
> 
> Giacomo

I do not have any such problem. The above error message
seems to indicate that someone had removed the <fileset>
element from that <jing> declaration. With today's cvs
the build.xml is complete and validation is okay.

Would you please try again today and see how you go.
--David


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


Re: CVS BUILD FAILED on validation

Posted by Giacomo Pati <gi...@apache.org>.
On Thu, 9 Jan 2003, Bert Van Kets wrote:

> I did a completely new and fresh checkout of the CVS HEAD and can't build
> it.  It fails on a validation issue:
>
> validate-config:
>       [echo] Conducting validation of core configuration files.
>       [echo] (You can turn validation off if you must, using ./properties.xml)
>       [echo] Validating all cocoon.roles instances ...
>
> BUILD FAILED
> file:C:/xml-cocoon2/build.xml:2412: There must be a file attribute or a fileset
> child element

I have that too, but wasn't able to check it out to an end. I can say so
far that the jing task itself works when used in a separate build.xml
file.

As a workaround I've set validation to false.

Giacomo

>
> Total time: 9 minutes 27 seconds
>
> I'm using JDK 1.3.1_02 on Windows 2K
>
> Bert
>
> This mail is written in 100% recycled electrons.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
>
>
>
>


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