From npanday-commits-return-1184-apmail-incubator-npanday-commits-archive=incubator.apache.org@incubator.apache.org Tue Jul 12 17:05:25 2011 Return-Path: X-Original-To: apmail-incubator-npanday-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-npanday-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 629C362F0 for ; Tue, 12 Jul 2011 17:05:25 +0000 (UTC) Received: (qmail 1397 invoked by uid 500); 12 Jul 2011 17:05:25 -0000 Delivered-To: apmail-incubator-npanday-commits-archive@incubator.apache.org Received: (qmail 1342 invoked by uid 500); 12 Jul 2011 17:05:24 -0000 Mailing-List: contact npanday-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: npanday-dev@incubator.apache.org Delivered-To: mailing list npanday-commits@incubator.apache.org Received: (qmail 1080 invoked by uid 99); 12 Jul 2011 17:05:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 17:05:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 17:05:22 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B60FB4C06A for ; Tue, 12 Jul 2011 17:05:00 +0000 (UTC) Date: Tue, 12 Jul 2011 17:05:00 +0000 (UTC) From: "John R. Fallows (JIRA)" To: npanday-commits@incubator.apache.org Message-ID: <311194079.6672.1310490300742.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <340187150.68432.1303253465898.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (NPANDAY-414) Executable name nunit-console2 not found on Linux MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/NPANDAY-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064001#comment-13064001 ] John R. Fallows commented on NPANDAY-414: ----------------------------------------- Ideally, the nunit-console executable would be located using the same mechanism as for other executables like csc and gmcs. This would also address the problem with having an absolute path for nunitCommand on non-Windows platforms, where leading / in the absolute path is confused with the windows-based / used for command flags. At present, the best known workable solution for non-Windows platforms is to explicitly put the directory containing nunit-console on the environment path, which is not desirable given all the hard work already put in to making sure global paths were not required for any other executables. > Executable name nunit-console2 not found on Linux > ------------------------------------------------- > > Key: NPANDAY-414 > URL: https://issues.apache.org/jira/browse/NPANDAY-414 > Project: NPanday > Issue Type: Bug > Components: Maven Plugins > Affects Versions: 1.4-incubating > Environment: $ mvn -v > Apache Maven 2.2.1 (rdebian-4) > Java version: 1.6.0_24 > Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux" version: "2.6.35-28-generic" arch: "amd64" Family: "unix" > Reporter: John R. Fallows > Labels: mono > Fix For: 2.0 > > > When npanday-test-plugin is constructing the command line to execute unit tests with the NUnit console, it uses the executable name "nunit-console2". > On Ubuntu 10.10, the nunit-console 2.4.7 package ships with /usr/bin/nunit-console but no executable named nunit-console2, resulting in the following build error. > {code} > [INFO] > [INFO] /bin/sh: nunit-console2: not found > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > {code} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira