You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-dev@incubator.apache.org by David Akehurst <da...@akehurst.net> on 2013/07/01 19:00:24 UTC

trunk

Hi,

I have just checked out the latest npanday trunk from

https://svn.apache.org/repos/asf/incubator/npanday/trunk


The build fails at NPanday :: Executable

[INFO] NPanday :: Model :: Settings ...................... SUCCESS [1.498s]
[INFO] NPanday :: Vendor ................................. SUCCESS [1.463s]
[INFO] NPanday :: Executable ............................. FAILURE [2.460s]
[INFO] NPanday :: Model :: Configuration Appenders ....... SKIPPED


there seems to be some test failures

Failed tests:
testCommandArgWithSpaces[0](npanday.executable.execution.CommandExecutorTest):
(cmd.standardOut == expected). Values: expected = "a b"

testCommandArgWithSpaces[1](npanday.executable.execution.CommandExecutorTest):
(cmd.standardOut == expected). Values: expected = "a b"

Tests in error:

testCommandArgWithEmbeddedSingleQuotes_middle[0](npanday.executable.execution.CommandExecutorTest):
NPANDAY-040-001: Could not execute: Command = /bin/sh -c echo 'a \' b',
Result = 2

testCommandArgWithEmbeddedSingleQuotes_middle[1](npanday.executable.execution.CommandExecutorTest):
NPANDAY-040-001: Could not execute: Command = /bin/sh -c echo 'a \' b',
Result = 2


I am building on a linux machine, not windows, would this be why, or is
there a problem with the current trunk?

cheers

Re: trunk

Posted by Lars Corneliussen <me...@lcorneliussen.de>.
developing npanday on linux/mac doesnt really work. 

try on windows...

_
Mobil versendet. 

Am 01.07.2013 um 21:00 schrieb David Akehurst <da...@akehurst.net>:

> Hi,
> 
> I have just checked out the latest npanday trunk from
> 
> https://svn.apache.org/repos/asf/incubator/npanday/trunk
> 
> 
> The build fails at NPanday :: Executable
> 
> [INFO] NPanday :: Model :: Settings ...................... SUCCESS [1.498s]
> [INFO] NPanday :: Vendor ................................. SUCCESS [1.463s]
> [INFO] NPanday :: Executable ............................. FAILURE [2.460s]
> [INFO] NPanday :: Model :: Configuration Appenders ....... SKIPPED
> 
> 
> there seems to be some test failures
> 
> Failed tests:
> testCommandArgWithSpaces[0](npanday.executable.execution.CommandExecutorTest):
> (cmd.standardOut == expected). Values: expected = "a b"
> 
> testCommandArgWithSpaces[1](npanday.executable.execution.CommandExecutorTest):
> (cmd.standardOut == expected). Values: expected = "a b"
> 
> Tests in error:
> 
> testCommandArgWithEmbeddedSingleQuotes_middle[0](npanday.executable.execution.CommandExecutorTest):
> NPANDAY-040-001: Could not execute: Command = /bin/sh -c echo 'a \' b',
> Result = 2
> 
> testCommandArgWithEmbeddedSingleQuotes_middle[1](npanday.executable.execution.CommandExecutorTest):
> NPANDAY-040-001: Could not execute: Command = /bin/sh -c echo 'a \' b',
> Result = 2
> 
> 
> I am building on a linux machine, not windows, would this be why, or is
> there a problem with the current trunk?
> 
> cheers