From ant-dev-return-14027-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Wed May 23 08:33:15 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 61182 invoked by uid 500); 23 May 2001 08:33:08 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 61163 invoked from network); 23 May 2001 08:33:06 -0000 Message-ID: <502326F46B08D41191C400508B6D70C10235C021@nvision01.rubus.com> From: Les Hughes To: 'Cyril Bouteille' , "Ant-Dev@Jakarta. Apache. Org (E-mail)" Subject: RE: Perforce Tasks For Ant Date: Wed, 23 May 2001 09:29:47 +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: h31.sny.collab.net 1.6.2 0/1000/N Hi, I'm not familiar with and its depend checking. But a hack-around is to change all of the classes to writable. Do your compile then do dir /s /b /a-d | p4 -x - add p4 diff -sd //myview/... | p4 -x delete p4 diff -se //myview/... | p4 -x - edit then submit your change. Others on the list my have ideas/input to linking javac to the various SCM tasks. Bye, Les -----Original Message----- From: Cyril Bouteille [mailto:CyrilBouteille@yahoo.com] Sent: 22 May 2001 22:18 To: Les Hughes Cc: Ed Park Subject: Re: Perforce Tasks For Ant Les, > Hmm, Do you mean that you check-in your compiled classes and then need to > check them out for edit before running your compile? Yes. > Let me have some more details and I'll have a think for you. Basically, we've 2 options right now: 1. edit all the classes This is brutal for revision control and prevent us from locking 2. edit the classes we need to recompile This take a long time to edit/lock by hand these classes 1 by 1 and we often forget some. Is there anyway we can link the algorithm used in to figure out which java files need to be recompiled with the perforce tasks so that we could make ant edit all the corresponding classes automatically? Any other idea is welcome too. :) Thanks,