Hi David,
That worked. :-)
Tx a lot.
Regards,
Tanuja
On 4/29/08, David Weintraub <[EMAIL PROTECTED]> wrote:
>
> The appxml property should be your application.xml and not a path to
> it. Here's what my ear task looks like:
>
> destfile="${deploy.dir}/@{app.name}.ear"
>manifest="@{manif
The appxml property should be your application.xml and not a path to
it. Here's what my ear task looks like:
Interesting note: Although the application.xml file was in the correct
place in my fileset, I have to point to it via the appxml parameter,
then exclude it from my fil
Hi all,
I am using Ant 1.7.0.
I tried using the ear task in my build.xml. It gives me the corresponding
ear but it doesnt include the application.xml
I tried using the metainf task too. But still it doesn't include
the application.xml in the ear.
It gives me the following warning
*app-ear*:
>
> Hi all,
>
> I am using Ant 1.7.0.
>
> I tried using the ear task in my build.xml
> It gives me the corresponding ear but it doesnt include the
> application.xml
>
> I tried using the metainf task too. But still it doesn't include the
> application.xml in the ear.
> It gives me the following war