Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 59098 invoked by uid 500); 12 Apr 2001 12:32:58 -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 59067 invoked from network); 12 Apr 2001 12:32:58 -0000 Sender: fwelland Message-ID: <3AD5A037.FB79C49D@intelixinc.com> Date: Thu, 12 Apr 2001 08:31:51 -0400 From: Fred Welland X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.16-22 i686) X-Accept-Language: en MIME-Version: 1.0 To: ANT USER Subject: Suggestions or How To Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, I have been using ANT for a while and have an intermediate working knowledge of ANT. This is would I would like to do. Enviro: iPlanet AppServer 6sp2 (iAS) WinNT / Solaris ANT 1.3 March 2 2001 Various JDKs but mainly 1.22 and 1.3 During hardcore development I would like to use a target that would refresh changed files in my EJBs/WARs/EARs (assume stub compliation is not needed). For example, I know the 'unravled' filesystem structure after an EAR deployment in iAS and I have my source/classes file structure. I would like a target 'refresh' that would do a delta between matching named files in my (compiled) classes dir (and jsp dir) and the deploye iAS area - and update files as needed. Any ideas as to how to build such a target? I would perfer not to do a bulk replace of everthing. I don't mind if this is an NT only solution, since dev is on NT and production is on Solaris - and we wouldn't need this target much on solaris. Also, our dev tress are always on the same drive/device as the iPlanet deploy area (i.e. no FTP/rcp needed). Thanks in advance for any hints. -Fred