Site reporting problem

2006-11-03 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi.  I am trying to max. the memory on the checkstyle plugin.  However,
the memory settings I provided are not getting picked.  Does anyone see
what is wrong here?  Thanks.

plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-checkstyle-plugin/artifactId
version2.1/version
configuration
minmemory512m/minmemory
   maxmemory1024m/maxmemory
/configuration
/plugin 


This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]


Re: Site reporting problem

2006-11-03 Thread Wayne Fay

Looking at the code...
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-checkstyle-plugin-2.1/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java

I don't see any configuration parameters for min/max memory in the
plugin. Where did you get these parameters -- or did you just make
them up?

Try adjusting the Java memory (-Xmx etc) in MAVEN_OPTS in your mvn.bat
file instead.

Wayne

On 11/3/06, Morgovsky, Alexander (US - Glen Mills)
[EMAIL PROTECTED] wrote:

Hi.  I am trying to max. the memory on the checkstyle plugin.  However,
the memory settings I provided are not getting picked.  Does anyone see
what is wrong here?  Thanks.

plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-checkstyle-plugin/artifactId
version2.1/version
configuration
minmemory512m/minmemory
   maxmemory1024m/maxmemory
/configuration
/plugin


This message (including any attachments) contains confidential information
intended for a specific individual and purpose, and is protected by law.  If
you are not the intended recipient, you should delete this message.


Any disclosure, copying, or distribution of this message, or the taking of
any action based on it, is strictly prohibited. [v.E.1]




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