Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 90986 invoked from network); 22 Apr 2003 22:52:27 -0000 Received: from almso2.att.com (HELO almso2.proxy.att.com) (192.128.166.71) by daedalus.apache.org with SMTP; 22 Apr 2003 22:52:27 -0000 Received: from attrh0i.attrh.att.com ([135.37.94.54]) by almso2.proxy.att.com (AT&T IPNS/MSO-4.0) with ESMTP id h3MMConp029894 for ; Tue, 22 Apr 2003 18:52:34 -0400 (EDT) Received: from acclust02evs1.ugd.att.com (135.37.16.9) by attrh0i.attrh.att.com (6.5.019) id 3E90501700A24027 for user@ant.apache.org; Tue, 22 Apr 2003 18:52:33 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C30921.DE538AC0" Subject: Automatic stub generation Date: Tue, 22 Apr 2003 18:52:36 -0400 Message-ID: <126C77D3993DC640B8C9012D54A3C46004696151@ACCLUST02EVS1.ugd.att.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Automatic stub generation Thread-Index: AcMJIdwH28NPjFpKR8K96zkcJn2O6g== From: "Tharp, Joshua L, SOLGV" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C30921.DE538AC0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I've scanned the archives for my answer, but I haven't found a satisfactory answer, so I'll pose the question myself... =20 I'm trying to automatically detect which files need to have RMI stubs generated. I already have a comment in each file that requires generation that I can search for. However, I haven't been able to figure out how to use a combination of selectors, filesets, or whatever to specify which files need RMI stubs generated. I did something similar to this with make on Solaris with a little grep > temp.file routine. Then I took the list of files from that routine and ran them through rmic (after changing the *.java path names to qualified class names). This worked really well. I can use a selector to find the files with the comments using ant... but then what? =20 Any help here would be appreciated, =20 Josh ------_=_NextPart_001_01C30921.DE538AC0--