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,

Removing whitespace in the code

2003-02-25 Thread Lee, Michael.M
Hello, all. When I write code, I like to put indentations on every line so it's easy to read ( i think everyone does). However, when i package the code, the whitespace used for indentation takes up to 30-40 percent of the file size! So i would like to get rid of all the white space before i buil

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,

RE: help required on ANT

2003-02-25 Thread Mike Ayers
Hello Mr. Banerjee, I'm afraid I have already given you the best advice I can, as I know little about HPUX. Perhaps the list can do better. Also, I must point out that you should never individually contact someone who responds to your list posting - always respond to t

AW: Logging and listeners

2003-02-25 Thread Jan . Materne
Not fully tested, but you can use the Log4jListener. One Appender will print to STDOUT and one to file. Quick hack and quicker test: build.xml --- Hello World log4j.properties -

RE: AW: Useful to allow a in an task ?

2003-02-25 Thread Dominique Devienne
Maybe... But is standalone, and doesn't require you to recompile Ant. Just compile that one source file, which depends on ant.jar only, and you're good to go. Getting a patch of to accept a is not technically difficult, just challenging to get accepted ;-) --DD -Original Message- From:

Re: AW: Useful to allow a in an task ?

2003-02-25 Thread Andrew Goodnough
Yes, it does - but wouldn't be more staight-forward to extend the Ant task? I'll see what I can come up with and also play around with SubAnt. Andy >>> [EMAIL PROTECTED] 2/25/2003 10:12:12 AM >>> Does meets your needs? see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12368 Jan Matèrne

Re: Logging and listeners

2003-02-25 Thread M. Erik Husby
If you are willing to get the Cygwin toolset, you can get a version of tail for Windows. Checkout http://www.cygwin.org [EMAIL PROTECTED] wrote: Hi, I have a question about the logging ant supplies: I would like to have the output from an ant build session both on screen and in a file: specifi

Re[2]: error in using multiple src dirs...

2003-02-25 Thread Jacob Kjome
Hello Zac, The reason why 's "src" attribute takes multiple directories as an alternative to nesting multiple elements is because the former allows one to put all info on a single string. That allows you to change a single property to modify the behavior of a common task rather than hardcoding