[OGNL] unable to instantiate TabCharacter

2011-05-13 Thread Simone Tripodi
Hi all guys,
while fixing the reporting, re-enabling the commented report plugins,
I got this error:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.0-beta-3:site
(default-site) on project commons-ognl: Error during page generation:
Error rendering Maven report: Failed during checkstyle configuration:
cannot initialize module TreeWalker - Unable to instantiate
TabCharacter: Unable to instantiate TabCharacterCheck

Does anyone know more? Please note I already imported the required files.
Many thanks in advance, have a nice day!
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [OGNL] unable to instantiate TabCharacter

2011-05-13 Thread sebb
On 13 May 2011 10:55, Simone Tripodi simonetrip...@apache.org wrote:
 Hi all guys,
 while fixing the reporting, re-enabling the commented report plugins,
 I got this error:

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-site-plugin:3.0-beta-3:site
 (default-site) on project commons-ognl: Error during page generation:
 Error rendering Maven report: Failed during checkstyle configuration:
 cannot initialize module TreeWalker - Unable to instantiate
 TabCharacter: Unable to instantiate TabCharacterCheck

 Does anyone know more? Please note I already imported the required files.

Does it also fail with Maven 2.2.1 ?

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [OGNL] unable to instantiate TabCharacter

2011-05-13 Thread Simone Tripodi
didn't try it yet, going it now!
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Fri, May 13, 2011 at 11:58 AM, sebb seb...@gmail.com wrote:
 On 13 May 2011 10:55, Simone Tripodi simonetrip...@apache.org wrote:
 Hi all guys,
 while fixing the reporting, re-enabling the commented report plugins,
 I got this error:

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-site-plugin:3.0-beta-3:site
 (default-site) on project commons-ognl: Error during page generation:
 Error rendering Maven report: Failed during checkstyle configuration:
 cannot initialize module TreeWalker - Unable to instantiate
 TabCharacter: Unable to instantiate TabCharacterCheck

 Does anyone know more? Please note I already imported the required files.

 Does it also fail with Maven 2.2.1 ?

 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [OGNL] unable to instantiate TabCharacter

2011-05-13 Thread Simone Tripodi
yes, it fails also using maven2:

[INFO] Error during page generation

Embedded error: Error rendering Maven report: error while invoking generate
Unable to instantiate TabCharacterCheck

any hint? many thanks in advance!
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Fri, May 13, 2011 at 12:01 PM, Simone Tripodi
simonetrip...@apache.org wrote:
 didn't try it yet, going it now!
 Simo

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/



 On Fri, May 13, 2011 at 11:58 AM, sebb seb...@gmail.com wrote:
 On 13 May 2011 10:55, Simone Tripodi simonetrip...@apache.org wrote:
 Hi all guys,
 while fixing the reporting, re-enabling the commented report plugins,
 I got this error:

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-site-plugin:3.0-beta-3:site
 (default-site) on project commons-ognl: Error during page generation:
 Error rendering Maven report: Failed during checkstyle configuration:
 cannot initialize module TreeWalker - Unable to instantiate
 TabCharacter: Unable to instantiate TabCharacterCheck

 Does anyone know more? Please note I already imported the required files.

 Does it also fail with Maven 2.2.1 ?

 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [OGNL] unable to instantiate TabCharacter

2011-05-13 Thread Konstantin Kolinko
2011/5/13 Simone Tripodi simonetrip...@apache.org:
 Hi all guys,
 while fixing the reporting, re-enabling the commented report plugins,
 I got this error:

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-site-plugin:3.0-beta-3:site
 (default-site) on project commons-ognl: Error during page generation:
 Error rendering Maven report: Failed during checkstyle configuration:
 cannot initialize module TreeWalker - Unable to instantiate
 TabCharacter: Unable to instantiate TabCharacterCheck

 Does anyone know more? Please note I already imported the required files.
 Many thanks in advance, have a nice day!

It is checkstyle configuration error

From release notes for Release 5.0 Beta 2 of checkstyle [1]:
New check FileTabCharacter for ensuring that any files does not
contain a tab character. It replaces TabCharacterCheck which was
restricted to Java files. 

[1] http://checkstyle.sourceforge.net/releasenotes.html

Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [OGNL] unable to instantiate TabCharacter

2011-05-13 Thread Antonio Petrelli
2011/5/13 Simone Tripodi simonetrip...@apache.org

 Hi all guys,
 while fixing the reporting, re-enabling the commented report plugins,
 I got this error:

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-site-plugin:3.0-beta-3:site
 (default-site) on project commons-ognl: Error during page generation:
 Error rendering Maven report: Failed during checkstyle configuration:
 cannot initialize module TreeWalker - Unable to instantiate
 TabCharacter: Unable to instantiate TabCharacterCheck

 Does anyone know more? Please note I already imported the required files.
 Many thanks in advance, have a nice day!


I think that it is a Checkstyle 4.x rule that has been changed in 5.x
http://checkstyle.sourceforge.net/releasenotes.html
http://checkstyle.sourceforge.net/releasenotes.htmlSee release 5.0 beta 2.

Antonio