Hi everyone,
is there a task that can check if two ear files are the same. I want to
mess around with the build file a bit, so I would like a tool to
be able to compare a reference ear (from an old build) with the one
being built at the moment.
I tried to use condition's filesmatch tas
Use the following tasks:
1. "Mkdir" task to make your new directory
2. "Move" task to move the ear file to the new directory you just created.
--- Travis Quarterman <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am wanting to create an EAR with the following:
>
>
>
>
>
>
>
>
>
>
ll
-Original Message-
From: Philippe Waltregny [mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2003 10:06 AM
To: [EMAIL PROTECTED]
Subject: Updating JARS then WAR and at least EAR files using Ant
Hello,
Here's my problem.
I've an EAR file which contains a WAR f
> I've an EAR file which contains a WAR file. This WAR file
> contains some
> JAR files as librairies. I've to update some JAR files, and
> consequently
> both the WAR and the EAR files.
>
> How to do
Hello,
Here's my problem.
I've an EAR file which contains a WAR file. This WAR file contains some
JAR files as librairies. I've to update some JAR files, and consequently
both the WAR and the EAR files.
How to do each of these updates using Ant?
Is it possible to do it wi