worker property

2009-01-22 Thread Mohit Anchlia
Are changes to worker property dynamically gets picked up by apache? Is there a way to dynamically tell apache mod_jk to bring a node out of service - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands

Re: copy directory

2008-10-16 Thread Mohit Anchlia
der 'my' > my/** --> copies all files under 'my' > my/ --> same as my/** > > http://ant.apache.org/manual/CoreTypes/patternset.html > > > Jan > >>-Ursprüngliche Nachricht- >>Von: Mohit Anchlia [mailto:[EMAIL PROTEC

Re: Write to a new file

2008-10-16 Thread Mohit Anchlia
ou want to create an ini file (as other configuration files) there is > a better way: > use templates and fill in the value while copying. > > http://ant.apache.org/manual/CoreTypes/filterset.html > http://ant.apache.org/manual/CoreTypes/filterchain.html > > > Jan > >&

copy directory

2008-10-15 Thread Mohit Anchlia
Does below copy the files along with directory? What's the difference between ** and just *? Would first one copy along with directory and the second one only individual files? - To unsubscribe,

Re: Write to a new file

2008-10-15 Thread Mohit Anchlia
ve? > > > Jan > >>-Ursprüngliche Nachricht- >>Von: Mohit Anchlia [mailto:[EMAIL PROTECTED] >>Gesendet: Mittwoch, 15. Oktober 2008 17:31 >>An: Ant Users List >>Betreff: Write to a new

Write to a new file

2008-10-15 Thread Mohit Anchlia
Is there a way in ant to create a new file or write to existing file? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: If else

2008-10-14 Thread Mohit Anchlia
that works. thanks But I don't understand what I was doing wrong. On Tue, Oct 14, 2008 at 1:44 PM, Alec Fernandez <[EMAIL PROTECTED]> wrote: > try the condition > >>> -Original Message----- >>> From: Mohit Anchlia [mailto:[EMAIL PROTECTED] >>> Sen

If else

2008-10-14 Thread Mohit Anchlia
I am struggling with a very simple question. How do I test if a variable is defined or not? I tried: and and Nothing seem to work. jboss.wily.jvmargs may or may not be there in property file ---

Re: Packaging war

2008-10-02 Thread Mohit Anchlia
files from a given > directory. > > > > > > > --- > > Kamal Mettananda > http://lkamal.blogspot.com > > > On Wed, Oct 1, 2008 at 8:31 PM, Mohit Anchlia <[EMAIL PROTECTED]>wrote: > >> Can I also use patterns inside of fileset? &g

Re: Packaging war

2008-10-01 Thread Mohit Anchlia
Can I also use patterns inside of fileset? On Tue, Sep 30, 2008 at 10:20 PM, <[EMAIL PROTECTED]> wrote: > With conditional pattern ... > > > > > > > Jan > >>-----Ursprüngliche Nachricht- >>Von: Mohit Anchlia [mailto:[EMAIL PROTECTED

Packaging war

2008-09-30 Thread Mohit Anchlia
I have a war file that gets deployed in tomcat and jboss. I need to include log4j.xml in WEB-INF/lib only in certain env. How can I include this lib file selectively while pacakging war file - To unsubscribe, e-mail: [EMAIL PROTEC