Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 656 invoked by uid 500); 18 Oct 2001 13:11:38 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 645 invoked from network); 18 Oct 2001 13:11:38 -0000 Message-ID: <502326F46B08D41191C400508B6D70C10235C6F2@ThisAddressDoesNotExist> From: Les Hughes To: "'ant-user@jakarta.apache.org'" Subject: RE: Identify which classes were created from a Java task? Date: Thu, 18 Oct 2001 14:10:56 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I think I'd start with my SCM, identifying submitted changes from the release label instead of basing it on source files on a filesystem. You could then perhaps feed this list of changed files into the depend task maybe to see what needs to be incrementally built. This whole area for "what changed - what should I rebuild" has been debated a number of times and I'm not sure if we came up with a good solution in the end What you're getting at (IMHO) should be part of your release strategy - how do you roll patches at present outside of Ant? Bye, Les > -----Original Message----- > From: SimonRichardson2@halifax.co.uk > [mailto:SimonRichardson2@halifax.co.uk] > Sent: 17 October 2001 08:50 > To: ant-user@jakarta.apache.org > Subject: RE: Identify which classes were created from a Java task? > > > Any takers? > > > -----Original Message----- > > From: SimonRichardson2@halifax.co.uk > > [mailto:SimonRichardson2@halifax.co.uk] > > Sent: 16 October 2001 15:59 > > To: ant-user@jakarta.apache.org > > Subject: Identify which classes were created from a Java task? > > > > > > I would like to use Ant to distribute a patch release where > > only the new / > > updated classes are distributed in a tar. Does anyone know > > of an ant task > > that would identify the files created from a javac, ejbc or > > rmic? I've > > thought of using find -newer and although this would > > provide a list > > (an includesfile?) I bet there's a better way to do it. > > Simon > > > > P.S. I have looked on the archives and found this > > > http://marc.theaimsgroup.com/?l=ant-user&m=99548629804533&w=2, but the > > question asks how to identify the source files to compile, > > whereas I want to > > be able to identify the classes created (from javac, rmic or ejbc). > > > > > > > Simon Richardson > > > Technology > > > Tel: 020 7574 8838 > > > E Mail: simonrichardson2@halifax.co.uk > > > > > > Halifax Group Treasury & Wholesale Banking > > > 33 Old Broad Street > > > London > > > EC2N 1HZ > > > > > > > -------------------------------------------------------------- > > ---------------- > > Halifax plc, Registered in England No. 2367076. Registered > > Office: Trinity Road, Halifax, West Yorkshire HX1 2RG. > > Represents only the Halifax Financial Services Marketing > > Group for the purposes of advising on and selling life > > assurance, pensions and unit trust business. The Marketing > > Group is regulated by the Personal Investment Authority. > > Switchboard 01422 333333. > > > > ============================================================== > > ================ > > > > > > -------------------------------------------------------------- > ---------------- > Halifax plc, Registered in England No. 2367076. Registered > Office: Trinity Road, Halifax, West Yorkshire HX1 2RG. > Represents only the Halifax Financial Services Marketing > Group for the purposes of advising on and selling life > assurance, pensions and unit trust business. The Marketing > Group is regulated by the Personal Investment Authority. > Switchboard 01422 333333. > > ============================================================== > ================ >