Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-20 Thread Lukas Theussl
This was a separate bug, it's fixed. Please re-download the snapshot and 
test.


Thanks,
Lukas


Eric Rose wrote:

On Sunday 19 February 2006 08:11, Lukas Theussl wrote:


I have deployed a new snapshot which uses a jsl transform instead of
ant's style task. This should eliminate any jdk related issues, please
test:

maven plugin:download
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repo
sitory/ -DgroupId=maven -DartifactId=maven-checkstyle-plugin
-Dversion=3.0.1-SNAPSHOT



The plugin failed for me with a message as follows:

BUILD FAILED
File.. 
/usr/local/mavenPluginRepository/cache/maven-checkstyle-plugin-3.0.1-SNAPSHOT/plugin.jelly
Element... util:file
Line.. 99
Column 75
You must define an attribute called 'name must be specified' for this tag.
Total time: 21 seconds
Finished at: Mon Feb 20 09:34:29 EST 2006


But I think this might be related to  MPCHECKSTYLE-9

Once I set the ${maven.checkstyle.header.file} explicitly, the checkstyle 
plugin worked fine.


Eric



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-20 Thread Andy Fyfe

The revised 3.0.1 snapshot works for me.

--Andy

On Feb 20, 2006, at 2:09 PM, Lukas Theussl wrote:

This was a separate bug, it's fixed. Please re-download the  
snapshot and test.


Thanks,
Lukas


Eric Rose wrote:

On Sunday 19 February 2006 08:11, Lukas Theussl wrote:

I have deployed a new snapshot which uses a jsl transform instead of
ant's style task. This should eliminate any jdk related issues,  
please

test:

maven plugin:download
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http:// 
cvs.apache.org/repo

sitory/ -DgroupId=maven -DartifactId=maven-checkstyle-plugin
-Dversion=3.0.1-SNAPSHOT

The plugin failed for me with a message as follows:
BUILD FAILED
File.. /usr/local/mavenPluginRepository/cache/maven-checkstyle- 
plugin-3.0.1-SNAPSHOT/plugin.jelly

Element... util:file
Line.. 99
Column 75
You must define an attribute called 'name must be specified' for  
this tag.

Total time: 21 seconds
Finished at: Mon Feb 20 09:34:29 EST 2006
But I think this might be related to  MPCHECKSTYLE-9
Once I set the ${maven.checkstyle.header.file} explicitly, the  
checkstyle plugin worked fine.

Eric


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-19 Thread Eric Rose
On Sunday 19 February 2006 08:11, Lukas Theussl wrote:
 I have deployed a new snapshot which uses a jsl transform instead of
 ant's style task. This should eliminate any jdk related issues, please
 test:

 maven plugin:download
 -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repo
sitory/ -DgroupId=maven -DartifactId=maven-checkstyle-plugin
 -Dversion=3.0.1-SNAPSHOT

The plugin failed for me with a message as follows:

BUILD FAILED
File.. 
/usr/local/mavenPluginRepository/cache/maven-checkstyle-plugin-3.0.1-SNAPSHOT/plugin.jelly
Element... util:file
Line.. 99
Column 75
You must define an attribute called 'name must be specified' for this tag.
Total time: 21 seconds
Finished at: Mon Feb 20 09:34:29 EST 2006


But I think this might be related to  MPCHECKSTYLE-9

Once I set the ${maven.checkstyle.header.file} explicitly, the checkstyle 
plugin worked fine.

Eric

-- 
Eric Rose  | Sed quis custodiet ipsos custodes?
[EMAIL PROTECTED]   | Juvenal (Satires, VI.347-8)

***
This message contains privileged and confidential information intended
only for the use of the addressee named above.  If you are not the
intended recipient of this message you must not disseminate, copy or
take any action in reliance on it.  If you have received this message
in error please notify the sender immediately.  Any views expressed in
this message are those of the individual sender, except where the
sender specifically states them to be the views of another (including
a Body Corporate).

If you wish to opt out from future messages, send an email to
[EMAIL PROTECTED] with the subject UNSUBSCRIBE




pgpu0ZRhMRu2H.pgp
Description: PGP signature


Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-18 Thread Lukas Theussl


I have deployed a new snapshot which uses a jsl transform instead of 
ant's style task. This should eliminate any jdk related issues, please test:


maven plugin:download 
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ 
-DgroupId=maven -DartifactId=maven-checkstyle-plugin 
-Dversion=3.0.1-SNAPSHOT



Cheers,
Lukas


Andy Fyfe wrote:

 From my experience, using JDK 5 and maven 1.0.2,
checkstyle 3.0 and  3.0.1-SNAPSHOT with or without
the setProperty fail in this manner.

--Andy




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-17 Thread Arnaud HERITIER
Forward to the list ..
I didn't saw that I was the only one to receive it
Thanks for the tip JB


Arnaud

On 2/12/06, JB Defard [EMAIL PROTECTED] wrote:
 Hi,

BUILD FAILED
File..
/usr/local/mavenPluginRepository/cache/maven-checkstyle-plugin
-3.0/plugin.jelly
Element... style
Line.. 238
Column 59
Provider for javax.xml.transform.TransformerFactory cannot be found
Total time: 36 seconds
Finished at: Tue Feb 07 15:58:56 EST 2006

 I have the same problem.
 I fix it with comment this line (238):
 !-- Make sure xalan is used for ant's style task --
 !--
 ${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')}
 --

 My environment: Java 5 , maven 1.1b3-SNAPSHOT, plugin 3.0.1-SNAPSHOT.

 Regards.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-17 Thread Lukas Theussl

Hi,

The systemScope.setProperty line was introduced to fix

http://jira.codehaus.org/browse/MPCHECKSTYLE-53

so you are saying that you have to remove it again? Can you attach your 
comments to the issue above, or maybe open a new issue to attack the 
problem more generally.


Thanks,
-Lukas


Arnaud HERITIER wrote:

Forward to the list ..
I didn't saw that I was the only one to receive it
Thanks for the tip JB


Arnaud

On 2/12/06, JB Defard [EMAIL PROTECTED] wrote:


Hi,

  BUILD FAILED
  File..
  /usr/local/mavenPluginRepository/cache/maven-checkstyle-plugin
  -3.0/plugin.jelly
  Element... style
  Line.. 238
  Column 59
  Provider for javax.xml.transform.TransformerFactory cannot be found
  Total time: 36 seconds
  Finished at: Tue Feb 07 15:58:56 EST 2006

I have the same problem.
I fix it with comment this line (238):
   !-- Make sure xalan is used for ant's style task --
!--
${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')}
--

My environment: Java 5 , maven 1.1b3-SNAPSHOT, plugin 3.0.1-SNAPSHOT.

Regards.





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-17 Thread Andy Fyfe

From my experience, using JDK 5 and maven 1.0.2,
checkstyle 3.0 and  3.0.1-SNAPSHOT with or without
the setProperty fail in this manner.

--Andy

On Feb 17, 2006, at 9:16 AM, Lukas Theussl wrote:


Hi,

The systemScope.setProperty line was introduced to fix

http://jira.codehaus.org/browse/MPCHECKSTYLE-53

so you are saying that you have to remove it again? Can you attach  
your comments to the issue above, or maybe open a new issue to  
attack the problem more generally.


Thanks,
-Lukas


Arnaud HERITIER wrote:

Forward to the list ..
I didn't saw that I was the only one to receive it
Thanks for the tip JB
Arnaud
On 2/12/06, JB Defard [EMAIL PROTECTED] wrote:

Hi,

  BUILD FAILED
  File..
  /usr/local/mavenPluginRepository/cache/maven-checkstyle-plugin
  -3.0/plugin.jelly
  Element... style
  Line.. 238
  Column 59
  Provider for javax.xml.transform.TransformerFactory cannot be  
found

  Total time: 36 seconds
  Finished at: Tue Feb 07 15:58:56 EST 2006

I have the same problem.
I fix it with comment this line (238):
   !-- Make sure xalan is used for ant's style task --
!--
${systemScope.setProperty 
('javax.xml.transform.TransformerFactory','org.apache.xalan.processo 
r.TransformerFactoryImpl')}

--

My environment: Java 5 , maven 1.1b3-SNAPSHOT, plugin 3.0.1- 
SNAPSHOT.


Regards.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-07 Thread Durfee, Bernard
I get the following after I upgraded from 2.5 to 3.0...

BUILD FAILED
File.. \home\.maven\cache\maven-checkstyle-plugin-3.0\plugin.jelly
Element... style
Line.. 238
Column 59
java.lang.ClassCastException:
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser

...I have the Xerces libraries in the JRE's lib/endorsed directory,
but I have the Oracle XML parser specified as the TransformerFactory.
Does this mean that CheckStyle is now dependant on having Xerces be the
active XML parser?

Bernie



 -Original Message-
 From: Eric Rose [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, February 07, 2006 12:09 AM
 To: Maven Users List
 Subject: Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released
 
 
 On Tuesday 07 February 2006 06:18, [EMAIL PROTECTED] wrote:
  We are pleased to announce the Maven Checkstyle Plugin 3.0 release!
 
  http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/
 
 Hi,
 
 I'm using Maven 1.0.2 and had been running with no errors 
 using the Checkstyle 
 Plugin 2.5, but am getting the following after upgrading to 
 version 3.0:
 
 checkstyle:init:
 
 checkstyle:report:
 checkstyle:run:
 [echo] Using 
 file:/usr/local/forge/ForgeLibs/BuildTools/etc/checkstyle.xml 
 for checkstyle ...
 [echo] LocaleCountry : en
 [checkstyle] Running Checkstyle 4.1 on 1396 files
 
 checkstyle:report-internal:
 [style] 
 Processing 
 /home/ericr/workspace/mapIntelligence/tmp/checkstyle/checkstyl
 e-raw-report.xml 
 to 
 /home/ericr/workspace/mapIntelligence/tmp/checkstyle/checkstyl
 e-summary-report.xml
 [style] Loading 
 stylesheet 
 /usr/local/mavenPluginRepository/cache/maven-checkstyle-plugin
 -3.0/plugin-resources/checkstyle-summary.xsl
 
 BUILD FAILED
 File.. 
 /usr/local/mavenPluginRepository/cache/maven-checkstyle-plugin
 -3.0/plugin.jelly
 Element... style
 Line.. 238
 Column 59
 Provider for javax.xml.transform.TransformerFactory cannot be found
 Total time: 36 seconds
 Finished at: Tue Feb 07 15:58:56 EST 2006
 
 
 
 I presume that I'll have to add 
 -Djavax.xml.transform.TransformerFactory=org.apache.xalan.proc
 essor.TransformerFactoryImpl 
 somewhere, but I'm not sure where best to put it or of 
 there's a better 
 solution. Any clues?
 
 Eric
 
 -- 
 Eric Rose  | Sed quis custodiet ipsos custodes?
 [EMAIL PROTECTED]   | Juvenal (Satires, VI.347-8)
 
 **
 *
 This message contains privileged and confidential information intended
 only for the use of the addressee named above.  If you are not the
 intended recipient of this message you must not disseminate, copy or
 take any action in reliance on it.  If you have received this message
 in error please notify the sender immediately.  Any views expressed in
 this message are those of the individual sender, except where the
 sender specifically states them to be the views of another (including
 a Body Corporate).
 
 If you wish to opt out from future messages, send an email to
 [EMAIL PROTECTED] with the subject UNSUBSCRIBE
 **
 **
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-07 Thread Arnaud HERITIER
I don't know (I don't have the code here) but it must be transparent
do you use maven 1.0.2 also ?

Can you open an issue for these problems of parsers please.

Arnaud

On 2/7/06, Durfee, Bernard [EMAIL PROTECTED] wrote:
 I get the following after I upgraded from 2.5 to 3.0...

 BUILD FAILED
 File.. \home\.maven\cache\maven-checkstyle-plugin-3.0\plugin.jelly
 Element... style
 Line.. 238
 Column 59
 java.lang.ClassCastException:
 org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser

 ...I have the Xerces libraries in the JRE's lib/endorsed directory,
 but I have the Oracle XML parser specified as the TransformerFactory.
 Does this mean that CheckStyle is now dependant on having Xerces be the
 active XML parser?

 Bernie



  -Original Message-
  From: Eric Rose [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, February 07, 2006 12:09 AM
  To: Maven Users List
  Subject: Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released
 
 
  On Tuesday 07 February 2006 06:18, [EMAIL PROTECTED] wrote:
   We are pleased to announce the Maven Checkstyle Plugin 3.0 release!
  
   http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/
 
  Hi,
 
  I'm using Maven 1.0.2 and had been running with no errors
  using the Checkstyle
  Plugin 2.5, but am getting the following after upgrading to
  version 3.0:
 
  checkstyle:init:
 
  checkstyle:report:
  checkstyle:run:
  [echo] Using
  file:/usr/local/forge/ForgeLibs/BuildTools/etc/checkstyle.xml
  for checkstyle ...
  [echo] LocaleCountry : en
  [checkstyle] Running Checkstyle 4.1 on 1396 files
 
  checkstyle:report-internal:
  [style]
  Processing
  /home/ericr/workspace/mapIntelligence/tmp/checkstyle/checkstyl
  e-raw-report.xml
  to
  /home/ericr/workspace/mapIntelligence/tmp/checkstyle/checkstyl
  e-summary-report.xml
  [style] Loading
  stylesheet
  /usr/local/mavenPluginRepository/cache/maven-checkstyle-plugin
  -3.0/plugin-resources/checkstyle-summary.xsl
 
  BUILD FAILED
  File..
  /usr/local/mavenPluginRepository/cache/maven-checkstyle-plugin
  -3.0/plugin.jelly
  Element... style
  Line.. 238
  Column 59
  Provider for javax.xml.transform.TransformerFactory cannot be found
  Total time: 36 seconds
  Finished at: Tue Feb 07 15:58:56 EST 2006
 
 
 
  I presume that I'll have to add
  -Djavax.xml.transform.TransformerFactory=org.apache.xalan.proc
  essor.TransformerFactoryImpl
  somewhere, but I'm not sure where best to put it or of
  there's a better
  solution. Any clues?
 
  Eric
 
  --
  Eric Rose  | Sed quis custodiet ipsos custodes?
  [EMAIL PROTECTED]   | Juvenal (Satires, VI.347-8)
 
  **
  *
  This message contains privileged and confidential information intended
  only for the use of the addressee named above.  If you are not the
  intended recipient of this message you must not disseminate, copy or
  take any action in reliance on it.  If you have received this message
  in error please notify the sender immediately.  Any views expressed in
  this message are those of the individual sender, except where the
  sender specifically states them to be the views of another (including
  a Body Corporate).
 
  If you wish to opt out from future messages, send an email to
  [EMAIL PROTECTED] with the subject UNSUBSCRIBE
  **
  **
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-06 Thread ltheussl
We are pleased to announce the Maven Checkstyle Plugin 3.0 release! 

http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/


===

Changes in this version include:

  New Features:

o Added new summary report as front page. 
o Added properties maven.checkstyle.output.xml and 
  maven.checkstyle.output.txt 
o Ability to check test sources using property maven.checkstyle.check.tests 
  Fixes MPCHECKSTYLE-30. 
o Generate reports filtered by severity 

  Fixed bugs:

o Do not assert ASF copyright in checkstyle.rss. Fixes MPCHECKSTYLE-39. 
o Fixed MemberName rule in Turbine checkstyle rules Fixes MPCHECKSTYLE-29. 

  Changes:

o Upgraded to checkstyle 4.1. 
o Moved reports under the checkstyle folder and renamed. 
o Added maven.checkstyle.dir and move output files there. 
o The checkstyle plugin use the maven.xdoc.locale.default to generate the 
  report. Fixes MPCHECKSTYLE-39. 
o Support for Java5  

===


To automatically install the plugin, type the following on a single line:

maven plugin:download
  
-Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-checkstyle-plugin
  -Dversion=3.0

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-checkstyle-plugin-3.0.jar
 

Have fun!
-The Maven Checkstyle Plugin development team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-06 Thread Dion Gillard
Go Luke!

Keep up the hard work.

On 2/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 We are pleased to announce the Maven Checkstyle Plugin 3.0 release!

 http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/


 ===

 Changes in this version include:

   New Features:

 o Added new summary report as front page.
 o Added properties maven.checkstyle.output.xml and
   maven.checkstyle.output.txt
 o Ability to check test sources using property maven.checkstyle.check.tests
   Fixes MPCHECKSTYLE-30.
 o Generate reports filtered by severity

   Fixed bugs:

 o Do not assert ASF copyright in checkstyle.rss. Fixes MPCHECKSTYLE-39.
 o Fixed MemberName rule in Turbine checkstyle rules Fixes MPCHECKSTYLE-29.

   Changes:

 o Upgraded to checkstyle 4.1.
 o Moved reports under the checkstyle folder and renamed.
 o Added maven.checkstyle.dir and move output files there.
 o The checkstyle plugin use the maven.xdoc.locale.default to generate the
   report. Fixes MPCHECKSTYLE-39.
 o Support for Java5

 ===


 To automatically install the plugin, type the following on a single line:

 maven plugin:download
   
 -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
   -DgroupId=maven
   -DartifactId=maven-checkstyle-plugin
   -Dversion=3.0

 For a manual installation, you can download the plugin here:
 http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-checkstyle-plugin-3.0.jar


 Have fun!
 -The Maven Checkstyle Plugin development team

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
http://www.multitask.com.au/people/dion/
If I close my eyes it doesn't seem so dark. - SpongeBob SquarePants

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-06 Thread Arnaud HERITIER
Thanks for yours encouragements
Now, we know that we still have at least one person interested by maven 1.1 ;-)

Cheers,

Arnaud

On 2/7/06, Dion Gillard [EMAIL PROTECTED] wrote:
 Go Luke!

 Keep up the hard work.

 On 2/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  We are pleased to announce the Maven Checkstyle Plugin 3.0 release!
 
  http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/
 
 
  ===
 
  Changes in this version include:
 
New Features:
 
  o Added new summary report as front page.
  o Added properties maven.checkstyle.output.xml and
maven.checkstyle.output.txt
  o Ability to check test sources using property maven.checkstyle.check.tests
Fixes MPCHECKSTYLE-30.
  o Generate reports filtered by severity
 
Fixed bugs:
 
  o Do not assert ASF copyright in checkstyle.rss. Fixes MPCHECKSTYLE-39.
  o Fixed MemberName rule in Turbine checkstyle rules Fixes MPCHECKSTYLE-29.
 
Changes:
 
  o Upgraded to checkstyle 4.1.
  o Moved reports under the checkstyle folder and renamed.
  o Added maven.checkstyle.dir and move output files there.
  o The checkstyle plugin use the maven.xdoc.locale.default to generate the
report. Fixes MPCHECKSTYLE-39.
  o Support for Java5
 
  ===
 
 
  To automatically install the plugin, type the following on a single line:
 
  maven plugin:download

  -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
-DgroupId=maven
-DartifactId=maven-checkstyle-plugin
-Dversion=3.0
 
  For a manual installation, you can download the plugin here:
  http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-checkstyle-plugin-3.0.jar
 
 
  Have fun!
  -The Maven Checkstyle Plugin development team
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 http://www.multitask.com.au/people/dion/
 If I close my eyes it doesn't seem so dark. - SpongeBob SquarePants

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-06 Thread Eric Rose
On Tuesday 07 February 2006 06:18, [EMAIL PROTECTED] wrote:
 We are pleased to announce the Maven Checkstyle Plugin 3.0 release!

 http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/

Hi,

I'm using Maven 1.0.2 and had been running with no errors using the Checkstyle 
Plugin 2.5, but am getting the following after upgrading to version 3.0:

checkstyle:init:

checkstyle:report:
checkstyle:run:
[echo] Using file:/usr/local/forge/ForgeLibs/BuildTools/etc/checkstyle.xml 
for checkstyle ...
[echo] LocaleCountry : en
[checkstyle] Running Checkstyle 4.1 on 1396 files

checkstyle:report-internal:
[style] 
Processing 
/home/ericr/workspace/mapIntelligence/tmp/checkstyle/checkstyle-raw-report.xml 
to 
/home/ericr/workspace/mapIntelligence/tmp/checkstyle/checkstyle-summary-report.xml
[style] Loading 
stylesheet 
/usr/local/mavenPluginRepository/cache/maven-checkstyle-plugin-3.0/plugin-resources/checkstyle-summary.xsl

BUILD FAILED
File.. 
/usr/local/mavenPluginRepository/cache/maven-checkstyle-plugin-3.0/plugin.jelly
Element... style
Line.. 238
Column 59
Provider for javax.xml.transform.TransformerFactory cannot be found
Total time: 36 seconds
Finished at: Tue Feb 07 15:58:56 EST 2006



I presume that I'll have to add 
-Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl
 
somewhere, but I'm not sure where best to put it or of there's a better 
solution. Any clues?

Eric

-- 
Eric Rose  | Sed quis custodiet ipsos custodes?
[EMAIL PROTECTED]   | Juvenal (Satires, VI.347-8)

***
This message contains privileged and confidential information intended
only for the use of the addressee named above.  If you are not the
intended recipient of this message you must not disseminate, copy or
take any action in reliance on it.  If you have received this message
in error please notify the sender immediately.  Any views expressed in
this message are those of the individual sender, except where the
sender specifically states them to be the views of another (including
a Body Corporate).

If you wish to opt out from future messages, send an email to
[EMAIL PROTECTED] with the subject UNSUBSCRIBE




pgppwFmiUj5me.pgp
Description: PGP signature