From owner-freebsd-eclipse@FreeBSD.ORG Sat Sep 8 04:23:44 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3FD016A421 for ; Sat, 8 Sep 2007 04:23:44 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8372B13C478 for ; Sat, 8 Sep 2007 04:23:43 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l884NSSs087150; Sat, 8 Sep 2007 13:23:29 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Sat, 08 Sep 2007 13:25:08 +0900 (JST) Message-Id: <20070908.132508.71086449.ken@tydfam.jp> To: mbowie@buzmo.com From: Ken Yamada In-Reply-To: <20070908.111953.41626495.ken@tydfam.jp> References: <20070907204747.GA48113@misty.eyesbeyond.com> <46E1BBFA.5000501@buzmo.com> <20070908.111953.41626495.ken@tydfam.jp> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91/4191/Sat Sep 8 11:08:27 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Cc: freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.3.0 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2007 04:23:44 -0000 Sorry one more... The instruction says; : : : # In the build.xml * update the compilelibs property in the init target to reflect the new architecture * update the compilelibs target to reflect the new architecture # Run the build using "build -compilelibs" to force the recompilation of the native libaries : : However, I cannot find any in original build.xml in the top directory. What should I do for this?