Re: Packaging war

2008-10-02 Thread supareno
ECTED]> wrote: With conditional pattern ... Jan -Ursprüngliche Nachricht- Von: Mohit Anchlia [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 30. September 2008 20:54 An: user@ant.apache.org Betreff: Packaging war I have a war file that gets deployed in tomcat and jboss.

Re: Packaging war

2008-10-02 Thread Mohit Anchlia
t;> >> On Tue, Sep 30, 2008 at 10:20 PM, <[EMAIL PROTECTED]> wrote: >> > With conditional pattern ... >> > >> > >> > >> > >> > >> > >> > Jan >> > >> >>-Ursprüngliche Nachric

Re: Packaging war

2008-10-01 Thread Kamal Chandana Mettananda
chlia [mailto:[EMAIL PROTECTED] > >>Gesendet: Dienstag, 30. September 2008 20:54 > >>An: user@ant.apache.org > >>Betreff: Packaging war > >> > >>I have a war file that gets deployed in tomcat and jboss. I

Re: Packaging war

2008-10-01 Thread Mohit Anchlia
] >>Gesendet: Dienstag, 30. September 2008 20:54 >>An: user@ant.apache.org >>Betreff: Packaging war >> >>I have a war file that gets deployed in tomcat and jboss. I need to >>include log4j.xml in WEB-INF/lib only in ce

Re: Packaging war

2008-09-30 Thread Kamal Chandana Mettananda
Inside your jar command you may declare your criteria easily. Try ant condition. http://ant.apache.org/manual/CoreTasks/condition.html First you may declare your criteria as a property, and check that inside a condition. --- Kamal Mettananda http://lkamal.b

AW: Packaging war

2008-09-30 Thread Jan.Materne
With conditional pattern ... Jan >-Ursprüngliche Nachricht- >Von: Mohit Anchlia [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 30. September 2008 20:54 >An: user@ant.apache.org >Betreff: Packaging war > >I have a war file that gets deployed in tom

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