Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 86335 invoked from network); 10 Oct 2006 00:39:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2006 00:39:00 -0000 Received: (qmail 78355 invoked by uid 500); 10 Oct 2006 00:38:59 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 78328 invoked by uid 500); 10 Oct 2006 00:38:59 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 78319 invoked by uid 99); 10 Oct 2006 00:38:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Oct 2006 17:38:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Oct 2006 17:38:58 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 95D1E7142D6 for ; Mon, 9 Oct 2006 17:38:20 -0700 (PDT) Message-ID: <21665993.1160440700611.JavaMail.root@brutus> Date: Mon, 9 Oct 2006 17:38:20 -0700 (PDT) From: "Konstantin Shvachko (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-584) Calling shell scripts from build.xml discriminates Windows user minority. In-Reply-To: <16860241.1160180419554.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HADOOP-584?page=comments#action_12441023 ] Konstantin Shvachko commented on HADOOP-584: -------------------------------------------- Yes, under cygwin it builds fine. But it does not if you build in a stand alone eclipse. Which it did before the patch, and that is why I'm saying it imposes more depenecies. I think it should not. Here is a practical advice that solved the problem for me: Include "C:\cygwin\bin" and "C:\Program Files\Subversion\bin" into the Path. cygwin\bin contains sh.exe, and Subversion\bin has svn.exe, which are now required to build hadoop. > Calling shell scripts from build.xml discriminates Windows user minority. > ------------------------------------------------------------------------- > > Key: HADOOP-584 > URL: http://issues.apache.org/jira/browse/HADOOP-584 > Project: Hadoop > Issue Type: Bug > Components: scripts > Affects Versions: 0.7.0 > Environment: Windows > Reporter: Konstantin Shvachko > > This is introduced by HADOOP-567. > The problem is that now I cannot even build hadoop in Eclipse under Windows unless I run it under Cygwin. > This is in a way the same as calling make in build.xml, which was recently fixed HADOOP-537. > I think we should not introducing more dependencies on Cygwin just in order to show something in Web UI. > I also don't remember we claimed that Cygwin or anything else except for Ant is required for Hadoop builds. > Is there another way of solving this? > build.xml defines "version" property, Ant has "user.name" property. URL is not changing very often. > Or may be the web ui should obtain these properties in run-time. > Or may be the Packaging is a better solution, as you guys discussed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira