I made the git path change and now the 1.4-SNAPSHOT's are building again.
There was a configuration issue with the 1.5-SNAPSHOT version but I
copied over the settings from my jenkins instance and it should work
once the build gets to it.
There is a problem with the dojo project that uses the
maven-ant-plugin. It works fine in my linux instance but on
wicketstuff.org/hudson it dies, see this link:
http://wicketstuff.org/hudson/job/Wicket%20Stuff%20Core%20Java5%20%28wicket%201.4-SNAPSHOT%29/lastFailedBuild/org.wicketstuff$dojo-resources-standard/console
Is ant installed on the wicketstuff.org server?
Mike
[~]$ which git
/usr/local/bin/git
[~]$ git --version
git version 1.6.5.5
Git is there.
I have few accounts in Jenkins but none of them is admin.
Can someone with Admin rights to give me the karma for user martin-g ?
On Mon, Jul 4, 2011 at 8:31 PM, Harald Wellmann<harald.wellm...@gmx.de> wrote:
Am 04.07.2011 19:51, schrieb Ron Smits:
Actually looking at the output at
http://wicketstuff.org/hudson/job/Wicket%20Stuff%20Core%20Java6%20%28wicket%201.4-SNAPSHOT%29/lastFailedBuild/consoleyou
will see that it cannot find the git program: This is actually the
giveaway:
Cannot run program "git": java.io.IOException: error=2, No such file
or directory
Looks like either git is not installed on the machine, or it's not in the
PATH - in that case, it should be sufficient to set the absolute path to the
git binary in Jenkins' main configuration page.
Regards,
Harald