|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (MBUILDNUM-108) The plugin fails... Fabrizio Giudici (JIRA)
- [mojo-dev] [jira] (MBUILDNUM-108) The plugin ... Fabrizio Giudici (JIRA)
- [mojo-dev] [jira] (MBUILDNUM-108) The plugin ... Fabrizio Giudici (JIRA)
- [mojo-dev] [jira] (MBUILDNUM-108) The plugin ... Fabrizio Giudici (JIRA)

For some time I thought it was a NetBeans problem, but the same happens for Eclipse.
As a hint, if I execute the logged sh from the terminal (not from the project directory), I see:
[Mistral:~] fritz% /bin/sh -c cd /Users/fritz/Business/Tidalwave/Projects/WorkAreas/NorthernWind/northernwind-src && hg id -i
abort: there is no Mercurial repository here (.hg not found)
while executing it with quotes I get the id:
[Mistral:~] fritz% /bin/sh -c "cd /Users/fritz/Business/Tidalwave/Projects/WorkAreas/NorthernWind/northernwind-src && hg id -i"
a08fb358be46+
Perhaps is it just the matter of quoting the command line?