RE: does not support 'if' attribute

2003-07-30 Thread David McTavish
d. -Original Message- From: Billy Bacon [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 1:56 PM To: Ant Users List Subject: Re: does not support 'if' attribute Not sure what you mean here EJ :-/ Could you explain a little bit more? What does expressly cre

RE: WAR file not deflating when tomcat starts up when built with Ant

2003-07-28 Thread David McTavish
e anything else I'm missing? - Billy - On 7/28/03 12:05 PM, "David McTavish" <[EMAIL PROTECTED]> wrote: > I had this problem on BSD when the tomcat process did not have adequate > permissions to the webapps directory, OR, the .war file in particular. > try chmod 777

RE: WAR file not deflating when tomcat starts up when built with Ant

2003-07-28 Thread David McTavish
I had this problem on BSD when the tomcat process did not have adequate permissions to the webapps directory, OR, the .war file in particular. try chmod 777 on /webapps and your war file and see if that works. d. -Original Message- From: Billy Bacon [mailto:[EMAIL PROTECTED] Sent: Monday

RE: Is there a way?

2003-07-24 Thread David McTavish
I also believe that there is an SSH task you could use to remote execute scripts. somewhere around here: http://sourceforge.net/projects/sshtools/ d. -Original Message- From: Michael Finger [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 2:21 PM To: Ant Users List Subject: RE: I

RE: Stopping and starting a service in Win2000 with Ant.

2003-07-24 Thread David McTavish
you should put single quotes around ${service} if there are multiple words in the name of the service. d. -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 7:22 AM To: Ant Users List; Gian Franco Casula Subject: Re: Stopping and starti

RE: source style integration with ant

2003-04-03 Thread David McTavish
checkstyle is sent from heaven. http://checkstyle.sourceforge.net or jalopy is good for auto-updating http://jalopy.sourceforge.net/ -Original Message- From: Ruel Loehr [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 10:49 AM To: Ant Users List Subject: source style integration

RE: Removing whitespace in the code

2003-02-25 Thread David McTavish
I believe if you compile with the optimize flag on, it will remove this for you. d. -Original Message- From: Lee, Michael.M [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 2:41 PM To: '[EMAIL PROTECTED]' Subject: Removing whitespace in the code Hello, all. When I write code,

SSH for Ant

2003-02-25 Thread David McTavish
First beta release of J2SSH is now available at: http://sourceforge.net/forum/forum.php?forum_id=255546 includes an ant task as well. Thought the posts on here requesting this last week might be interested. d. - To unsubscribe,