Re: Build failed due to StateUtilsTestCase

2006-01-13 Thread Simon Kitching
Hmm.. The original files (eg impl/src/main/tld/myfaces_core.tld) don't have any xmlns declaration in them. It does have this: !DOCTYPE taglib PUBLIC -//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd; [ It also has xml entity references

Re: Build failed due to StateUtilsTestCase

2006-01-13 Thread Simon Kitching
Drat - accidentally pressed send before email was complete. Please see changes inline... On Fri, 2006-01-13 at 23:46 +1300, Simon Kitching wrote: Hmm.. The original files (eg impl/src/main/tld/myfaces_core.tld) don't have any xmlns declaration in them. It does have this: !DOCTYPE taglib

Re: Build failed due to StateUtilsTestCase

2006-01-13 Thread Simon Kitching
On Fri, 2006-01-13 at 08:17 +0100, Bernd Bohmann wrote: or use a different xsl for generating the tld's, But the changed xsl has no indenting support(indent is activated but it doesn't work maybe a transformer bug in jdk). With both solutions the generated tld's contains the

Re: Build failed due to StateUtilsTestCase

2006-01-13 Thread Bernd Bohmann
different xsl attached Simon Kitching schrieb: On Fri, 2006-01-13 at 08:17 +0100, Bernd Bohmann wrote: or use a different xsl for generating the tld's, But the changed xsl has no indenting support(indent is activated but it doesn't work maybe a transformer bug in jdk). With both

Build failed due to StateUtilsTestCase

2006-01-12 Thread Mario Ivankovits
Hi! I cant build the current svn head due to the class StateUtilsTestCase defined in an file named myfaces/commons/src/test/java/org/apache/myfaces/util/StateUtilsAbstractCase.java After renaming the file to StateUtilsTestCase.java it worked. Ciao, Mario

Re: Build failed due to StateUtilsTestCase

2006-01-12 Thread Mario Ivankovits
Mathias Brökelmann wrote: It´s fixed now. Thanks Mario. resoved, verified! Thanks! Ciao, Mario

Re: Build failed due to StateUtilsTestCase

2006-01-12 Thread Sean Schofield
Actually that's a known problem. Bernd had me rename the file in SVN (which I did) but then his patch didn't work so I didn't check in the part that needs the new file name. I had to wait for him to send me a revised patch this morning. So I'm going to revert mbr's change again (but not until

Re: Build failed due to StateUtilsTestCase

2006-01-12 Thread Dennis Byrne
: Re: Build failed due to StateUtilsTestCase Actually that's a known problem. Bernd had me rename the file in SVN (which I did) but then his patch didn't work so I didn't check in the part that needs the new file name. I had to wait for him to send me a revised patch this morning. So I'm going

Re: Build failed due to StateUtilsTestCase

2006-01-12 Thread Sean Schofield
[mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 08:51 AM To: 'MyFaces Development' Subject: Re: Build failed due to StateUtilsTestCase Actually that's a known problem. Bernd had me rename the file in SVN (which I did) but then his patch didn't work so I didn't check in the part

Re: Build failed due to StateUtilsTestCase

2006-01-12 Thread Sean Schofield
i think matze has already added the license. Maybe a checkstyle report can check this in the future. +1 for a checkstyle to check for license I have one problem the xmlns=http://java.sun.com/JSP/TagLibraryDescriptor; attribute in the taglib node caused a problem with the tlddoc report.

Re: Build failed due to StateUtilsTestCase

2006-01-12 Thread Bernd Bohmann
No indenting for now Sean Schofield schrieb: i think matze has already added the license. Maybe a checkstyle report can check this in the future. +1 for a checkstyle to check for license I have one problem the xmlns=http://java.sun.com/JSP/TagLibraryDescriptor; attribute in the taglib

Re: Build failed due to StateUtilsTestCase

2006-01-12 Thread Bernd Bohmann
Manfred Geiler schrieb: 2006/1/12, Sean Schofield [EMAIL PROTECTED]: i think matze has already added the license. Maybe a checkstyle report can check this in the future. +1 for a checkstyle to check for license I have one problem the xmlns=http://java.sun.com/JSP/TagLibraryDescriptor;

Re: Build failed due to StateUtilsTestCase

2006-01-12 Thread Matthias Wessendorf
: Thursday, January 12, 2006 08:51 AM To: 'MyFaces Development' Subject: Re: Build failed due to StateUtilsTestCase Actually that's a known problem. Bernd had me rename the file in SVN (which I did) but then his patch didn't work so I didn't check in the part that needs the new file name. I had

Re: Build failed due to StateUtilsTestCase

2006-01-12 Thread Simon Kitching
On Thu, 2006-01-12 at 22:17 +0100, Manfred Geiler wrote: 2006/1/12, Sean Schofield [EMAIL PROTECTED]: i think matze has already added the license. Maybe a checkstyle report can check this in the future. +1 for a checkstyle to check for license I have one problem the

Re: Build failed due to StateUtilsTestCase

2006-01-12 Thread Bernd Bohmann
The Problem is the taglib xmlns=http://java.sun.com/JSP/TagLibraryDescriptor; in the generated tld. The tlddoc generator doesn't allow http://java.sun.com/JSP/TagLibraryDescriptor for the xmlns attribute. One solution is remove the PUBLIC -//Sun Microsystems, Inc.//DTD JSP Tag Library