Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 81060 invoked by uid 500); 10 Jul 2003 06:41:51 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 63613 invoked by uid 500); 10 Jul 2003 06:31:45 -0000 From: "John Trevor" To: Subject: RE: [apache-ant] Digest Number 906 Date: Thu, 10 Jul 2003 16:27:59 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Importance: Normal In-Reply-To: <1057816801.1126.11964.m8@yahoogroups.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N David I gave up on cpptasks as well, and used the and to accomplish the same thing even to the stage of running installshield. My executables run ok, what method did you use? I haven't looked at the java code except to see where it used the "fo". I had a message from Curt Arnold as follows; ============= Questions about cpptask should be asked on ant-contrib-developers@lists.sourceforge.net (http://sourceforge.net/mail/?group_id=36177). I've forward a previous message about a problem with Borland C++ 6. The problem appears to be in BorlandProcessor.getOutputFileSwitch() which should do nothing but adds a -fo"filename" option. I haven't had time to research why this didn't show up earlier, perhaps BCC 5.5 ignores it, or for potential side-effects. ============= John. -----Original Message----- Subject: [apache-ant] Digest Number 906 Message: 17 Date: Thu, 10 Jul 2003 10:52:25 +1000 From: David Wright Subject: RE: Digest Number 904 We are at the same point then. I removed the -fo only to realise the sequence of obj and exe are not correct and I can not find out how to correct the sequence to be as documented: ILINK32 [@resp file] [options] start-up myobjs, [exe], [map file], [libraries], [def file], [res file] The doco says the Obj files come before the exe and are comma separated and I can't get this to work either. The exe I have finally created by hacking the cpp-tasks java source does not even run, it crashes on start-up. I decided last night to use a combination of Ant and Makefiles for our build process until the cpp-tasks bcc component is documented more. Maybe we could work on getting it documented? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.493 / Virus Database: 292 - Release Date: 25/06/2003 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org