Re: how can i compile jsps

2005-04-25 Thread Jack Tang
Hi How about ant jspc task? http://ant.apache.org/manual/OptionalTasks/jspc.html /Jack On 4/26/05, rajas kumar <[EMAIL PROTECTED]> wrote: > Hai all, > > I need help in compiling jsps before creating war file...can any body > tell me the way how to compile. > > regs, > raja. > >

Re: is passfile can only used for pserver

2005-01-20 Thread Jack Tang
of course! On Thu, 20 Jan 2005 22:13:38 +, lincoln zheng <[EMAIL PROTECTED]> wrote: > Hi All the Mavens, > I want to make sure if passfile can be used on extssh. > Thanks > Lincoln z > > - > To unsubscribe, e-mail: [EMAIL PR

Re: code review plugin

2005-01-17 Thread Jack Tang
In fact, I have implemented @review xdoclet, and borrowed the idea from @todo tag. So, is it useful to you? /Jack On Sat, 15 Jan 2005 22:20:39 -0500, Jeffrey Bonevich <[EMAIL PROTECTED]> wrote: > Would anyone be interested in a maven plugin I wrote that just gathers > up javadoc-style code revie

Re: Maven scm plugin

2004-09-17 Thread Jack Tang
Thanks, Emmanuel. I got detail answer here http://ant.apache.org/manual/CoreTasks/cvs.html. Regards /Jack On Fri, 17 Sep 2004 16:03:28 +0200, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > cvs is in your path? > > Emmanuel > > > > - Original Message -

Maven scm plugin

2004-09-17 Thread Jack Tang
Hi Guys I use maven to check project hosted in cvs. The command is: maven scm:checkout-project -Dmaven.scm.method=cvs -Dmaven.scm.cvs.module=jakarta-commons/jexl -Dmaven.scm.cvs.root=:pserver:[EMAIL PROTECTED]:/home/cvspublic