Well, I must have done something wrong because I readded the xslFiles
nodes and it now works just fine.

On 8 juil, 16:53, OBones <[email protected]> wrote:
> Well, I had this config:
>
>         <xslFiles>
>           <file name="xsl\header.xsl"/>
>           <file name="xsl\compile-msbuild.xsl"/>
>           <file name="xsl\modifications.xsl"/>
>         </xslFiles>
>
> and then this config:
>
>         <xslFiles>
>           <file name="xsl\header.xsl"/>
>           <file name="xsl\compile.xsl"/>
>           <file name="xsl\modifications.xsl"/>
>         </xslFiles>
>
> But none of these worked, they gave me the error mentioned above.
> So I removed the xslFiles node and subones altogether and back to
> normal, hence my question
>
> Regards
> Olivier
>
> On 8 juil, 15:48, Ruben Willems <[email protected]> wrote:
>
> > Hi
>
> > nope
>
> > you may use any xsl file you like
>
> > on the issue was a wrong config, and I placed the correct config there for
> > the same setup.
> > but you may use any xsl file :-)
>
> > with kind regards
> > Ruben Willems
>
> > On Thu, Jul 8, 2010 at 3:09 PM, OBones <[email protected]> wrote:
> > > Hello,
>
> > > I have seen issue 1658 (http://jira.public.thoughtworks.org/browse/
> > > CCNET-1658 <http://jira.public.thoughtworks.org/browse/%0ACCNET-1658>) and
> > > have the exact same error message.
> > > The comment says that the correct config is
>
> > >    <xslFiles>
> > >       <file>xsl\header.xsl</file>
> > >       <file>xsl\compile.xsl</file>
> > >       <file>xsl\unittests.xsl</file>
> > >       <file>xsl\modifications.xsl</file>
> > >    </xslFiles>
>
> > > Does this mean one has to use those XSL files and only those in that
> > > order?
> > > I'm not using unittests, so I removed the line about it, and I'm using
> > > msbuild so I replaced compile.xsl with compile-msbuild.xsl
> > > Is that why I get the error?
>
> > > Regards
> > > Olivier

Reply via email to