Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 78027 invoked from network); 14 Nov 2003 19:13:06 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Nov 2003 19:13:06 -0000 Received: (qmail 4528 invoked by uid 500); 14 Nov 2003 19:12:48 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 4487 invoked by uid 500); 14 Nov 2003 19:12:47 -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 4412 invoked from network); 14 Nov 2003 19:12:47 -0000 Received: from unknown (HELO ha-smtp1.tiscali.nl) (195.241.76.187) by daedalus.apache.org with SMTP; 14 Nov 2003 19:12:47 -0000 Received: from asuka (unknown [212.123.184.253]) by ha-smtp1.tiscali.nl (Postfix) with SMTP id C3D4B12BB19 for ; Fri, 14 Nov 2003 20:12:50 +0100 (CET) Message-ID: <00ad01c3aae3$66cb8d60$0c00a8c0@tenba.noip.com> From: "Gerrit Hulleman" To: Subject: RMIC under windows and linux Date: Fri, 14 Nov 2003 20:13:33 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00A6_01C3AAEB.C725B700" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 ------=_NextPart_000_00A6_01C3AAEB.C725B700 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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=20 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 ------=_NextPart_000_00A6_01C3AAEB.C725B700--