Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 13847 invoked from network); 15 Nov 2003 00:01:07 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Nov 2003 00:01:07 -0000 Received: (qmail 91332 invoked by uid 500); 15 Nov 2003 00:00:44 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 91299 invoked by uid 500); 15 Nov 2003 00:00:43 -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 76171 invoked from network); 14 Nov 2003 19:55:33 -0000 From: "W. Sean Hennessy" To: "'Ant Users List'" Subject: RE: RMIC under windows and linux Date: Fri, 14 Nov 2003 11:55:29 -0800 Message-ID: <002c01c3aae9$42034bc0$8590a8c0@GHSDENGXP67T> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal In-Reply-To: <00ad01c3aae3$66cb8d60$0c00a8c0@tenba.noip.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N -----Original Message----- From: Gerrit Hulleman [mailto:hulleman@lupus-delta.tmfweb.nl] Sent: Friday, November 14, 2003 11:14 AM To: user@ant.apache.org Subject: RMIC under windows and linux A little problem trying to build my app. Situation is: Package Server class RMIServer This class needs to be used with rmic, so in ant build.xml the following line is present: Under linux, this works find. Under windows an error occured: [rmic] error: Class Server/RMIServer not found. After some experimenting I found out that when the slash is flipped to Windows builds fine. But now linux produces the same error as before under windows. Is there a way to detect the environment OS so that the under linux one line is used, and under windows the other. Or perhaps there is a better solution? Many tnxs for some info... Gerrit Hulleman --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org