RE: ant UI

2004-12-22 Thread Charles Hudak
: Charles Hudak [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 1:31 PM To: Ant Users List Subject: RE: ant UI Sounds like you guys are reinventing the wheel. Why not just use a continous integration tool like Anthill or CruiseControl that has a web interface for configuring and

RE: ant UI

2004-12-22 Thread Charles Hudak
Sounds like you guys are reinventing the wheel. Why not just use a continous integration tool like Anthill or CruiseControl that has a web interface for configuring and launching builds or building automatically based on a schedule? they doall of the CVS work including checkout and tagging and

RE: mask the input that user is giving

2004-12-16 Thread Charles Hudak
Yes, you can use a custom inputhandler. See here: http://umn.dl.sourceforge.net/sourceforge/emaria/antinput.pdf > -Original Message- > From: Sorabh Vijay [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 16, 2004 6:37 AM > To: [EMAIL PROTECTED] > Subject: mask the input that user is

RE: jboss tmp directory

2004-11-18 Thread Charles Hudak
You shouldn't be copying anything to these directories in Jboss. Jboss creates these directories when it deploys your application. All you need to do is redeploy your application and jboss will recreate these directories as needed. -Original Message- From: Machiel Groeneveld [mailto:[

RE: sshexec errors

2004-10-21 Thread Charles Hudak
sr" > password="pass" > command="sudo /usr/local/apache/bin/apachectl stop"/> > > And I get this weird error. What gives? > > -Original Message- > From: Charles Hudak [mailto:[EMAIL PROTECTED] > Sent: Thursday,

RE: sshexec errors

2004-10-21 Thread Charles Hudak
"The man-in-the-middle attack has also become inpossible, because the client does of course check the identity of the remote host using his host key, too. To archieve maximum security here, the client should be configured to use ``StrictHostKeyChecking''. Setting this option to ``yes'' tells the cl

RE: winning the case for ANT

2004-10-15 Thread Charles Hudak
If your teammate is against the use of Ant, their competence is highly suspect. -Original Message- From: Andreas Bothner [ MTN - Innovation Centre ] [mailto:[EMAIL PROTECTED] Sent: Fri 10/15/2004 4:03 AM To: [EMAIL PROTECTED] Cc: Subject:winning the case for ANT -

RE: javac ant task

2004-09-16 Thread Charles Hudak
time even though no file has > been changed. > > Still puzzled.. > > Thanks for your help, > Satish > > -Original Message- > From: Charles Hudak [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 16, 2004 3:08 PM > To: Ant Users List > Subjec

RE: javac ant task

2004-09-16 Thread Charles Hudak
t compiles all the java files > under ${wt_home}/src/ext every time even though no file has > been changed. > > Still puzzled.. > > Thanks for your help, > Satish > > -Original Message- > From: Charles Hudak [mailto:[EMAIL PROTECTED] > Sent: Thursd

Problem with jcoverage task being called multiple times

2004-09-01 Thread Charles Hudak
I'm seeing another problem with Ant 1.6.2 for a target that previously worked in 1.6.1. I have a test and functest target that I run during a single build (e.g. 'ant clean test functest dist'). The test targets rely on instrumenting the code with jcoverage before the tests run, e.g.:

RE: OutOfMemory...

2004-08-20 Thread Charles Hudak
You can always up the memory that Ant uses by setting ANT_OPTS in the ant.bat file (or whatever you are using), e.g. set ANT_OPTS=-Xmx256m. > -Original Message- > From: Alan Brown [mailto:[EMAIL PROTECTED] > Sent: Friday, August 20, 2004 1:50 PM > To: [EMAIL PROTECTED] > Subject: OutOfMem