RE: about the ear task

2008-10-06 Thread Rez
My apologies, I accidentally replied to this thread with my problem, please ignore. Thanks> Date: Sun, 5 Oct 2008 10:52:39 -0700> From: [EMAIL PROTECTED]> To: user@ant.apache.org> Subject: about the ear task> > > Hello, sorry for my bad english.> > Apparently, when I create an ear with the ta

RE: about the ear task

2008-10-06 Thread Rez
Good morning everyone. I would like to use the condition task in my build file within my war task. The billing target calls the compile target and initiates the war task. Depending on the environment, say QA, I would like the zipfileset task to be executed, otherwise excluded. 1. I'm not

RE: about the ear task

2008-10-05 Thread Martin Gainty
you can use the ear task to accomplish this objective you will need to specify the input (as seen here) with fileset destfile (the .ear) appxml http://ant.apache.org/manual/CoreTasks/ear.html Martin Gainty __ Disclaimer and confidenti