Task for comparing 2 ear files?

2008-02-19 Thread Dimitris Mouchritsas
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

Re: EAR files

2004-09-11 Thread Anthony Bisong
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: > > > > > > > > > >

RE: Updating JARS then WAR and at least EAR files using Ant

2003-08-04 Thread Lopez, William
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

RE: Updating JARS then WAR and at least EAR files using Ant

2003-08-04 Thread Jan . Materne
> 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

Updating JARS then WAR and at least EAR files using Ant

2003-08-04 Thread Philippe Waltregny
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