Thanks, Incze :)

Vipul, as usual java program. 
Classpath can be extracted from checkstyle-plugin project.xml file:

antlr-2.7.2.jar        
checkstyle-3.1.jar     
regexp-1.2.jar
commons-beanutils-1.6.jar  
commons-collections-2.1.jar
commons-logging-1.0.3.jar    

main class
com.puppycrawl.tools.checkstyle.Main

without parameters it prints command line format:

usage: java com.puppycrawl.tools.checkstyle.Main [options] -c <config.xml>
            file...
 -c    The check configuration file to use.
 -f    Sets the output format. (plain|xml). Defaults to plain
 -n    Loads the package names file
 -o    Sets the output file. Defaults to stdout
 -p    Loads the properties file
 -r    Traverse the directory for source files

Config file can be found in plugin directory.

Best regards,
Alexey
---
Alexey Demakov, ISP RAS
www: http://redverst.ispras.ru
e-mail: [EMAIL PROTECTED]
ICQ 740187


----- Original Message ----- 
From: "vipul vij" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 05, 2003 5:26 PM
Subject: Re: Re: Re: Fw:Re: RE: Checkstyle Plugin - out of memory error


> Sorry ..... but how do I do that ?
> 
> Vipul 
> 
> 
> -----Original Message-----
> >From: Incze Lajos <[EMAIL PROTECTED]>
> >Date: Thu Jun 05 14:19:44 BST 2003
> >To: Maven Users List <[EMAIL PROTECTED]>
> >Subject: Re: Re: Fw:Re: RE: Checkstyle Plugin - out of memory error
> 
> > On Thu, Jun 05, 2003 at 02:11:59PM  0100, vipul vij wrote:
> > > That is what I have been doing from the beginning  : - ( 
> > > I have been executing "maven checkstyle"
> > > 
> > > Can't see what the problem is with the plugin
> > > 
> > > Has anyone else experienced this problem ? Are there users out their using the 
> > > checkstyle plugin on a 1/2 
> > gig box ?
> > > 
> > > 
> > > Regards, 
> > > 
> > > Vipul 
> > > 
> > > 
> > > -----Original Message-----
> > > >From: Alexey Demakov <[EMAIL PROTECTED]>
> > > >Date: Thu Jun 05 13:19:22 BST 2003
> > > >To: Maven Users List <[EMAIL PROTECTED]>
> > > >Subject: Re: Fw:Re: RE: Checkstyle Plugin - out of memory error
> > > 
> > > > You can try to run checkstyle by hands to be sure that the problem is in maven 
> > > > (plugin) or not.
> > > > Best regards,
> > > > Alexey
> > What Alexey said, to run checktyle on your codebase WITHOUT maven.
> > incze
> > ---------------------------------------------------------------------
> > 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]

Reply via email to