Re: Wicketstuff Jenkins Status?

2011-07-05 Thread Bruno Borges
I added an assertNotNull to the CDNTest to see what's happening. Weird enough, it works just fine in my laptop. Builds OK https://github.com/wicketstuff/core/commit/82fa876572e49f99267a0a899ca24508990ffc49 Could you rebuild through Jenkins? *Bruno Borges* www.brunoborges.com.br +55 21 76727099

Re: Wicketstuff Jenkins Status?

2011-07-05 Thread Bruno Borges
Sorry, not to see what's happening. But to make sure it's not null and let the test fail correctly, if it fails. *Bruno Borges* www.brunoborges.com.br +55 21 76727099 On Tue, Jul 5, 2011 at 9:09 AM, Bruno Borges bruno.bor...@gmail.com wrote: I added an assertNotNull to the CDNTest to see

Re: Wicketstuff Jenkins Status?

2011-07-05 Thread Bruno Borges
I didn't notice it was building 1.4.x. Anyway, I ran the build again and it worked. *Bruno Borges* www.brunoborges.com.br +55 21 76727099 On Tue, Jul 5, 2011 at 9:10 AM, Bruno Borges bruno.bor...@gmail.com wrote: Sorry, not to see what's happening. But to make sure it's not null and let

Re: Wicketstuff Jenkins Status?

2011-07-04 Thread Ron Smits
Both the jdk-1.6-parent and jdk-1.5-parent fail building with missing artifacts: jdk-1.6: 1 required artifact is missing. for artifact: org.wicketstuff:javaee-inject-example-war:war:1.5-SNAPSHOT jdk1.5: 1) org.wicketstuff:wicket-osgi-test-service:jar:1.5-SNAPSHOT 2)

Re: Wicketstuff Jenkins Status?

2011-07-04 Thread Harald Wellmann
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:

Re: Wicketstuff Jenkins Status?

2011-07-04 Thread Ron Smits
by default /usr/local/bin is not included on most unix systems when running in an execv env I Haven't Lost My Mind - It's Backed Up On Disk Somewhere On Mon, Jul 4, 2011 at 20:38, Martin Grigorov mgrigo...@apache.org wrote: [~]$ which git /usr/local/bin/git [~]$ git --version git version

Re: Wicketstuff Jenkins Status?

2011-07-04 Thread Michael O'Cleirigh
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

Re: Wicketstuff Jenkins Status?

2011-07-04 Thread Martijn Dashorst
On Mon, Jul 4, 2011 at 9:02 PM, Michael O'Cleirigh michael.ocleir...@rivulet.ca wrote: 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

Re: Wicketstuff Jenkins Status?

2011-07-04 Thread Martijn Dashorst
On Mon, Jul 4, 2011 at 8:38 PM, Martin Grigorov mgrigo...@apache.org wrote: 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 ? done Martijn -- Become a Wicket expert, learn from the best: http://wicketinaction.com

Re: Wicketstuff Jenkins Status?

2011-07-04 Thread Martin Grigorov
Thanks! I added Ant but Dojo-Resources project still fails for unknown reason. JSLibraries fails as well with broken test: http://wicketstuff.org/hudson/job/Wicket%20Stuff%20Core%20Java5%20(wicket%201.4-SNAPSHOT)/87/org.wicketstuff$jslibraries/ I removed two of my accounts. On Mon, Jul 4, 2011

Wicketstuff Jenkins Status?

2011-07-03 Thread Harald Wellmann
It isn't easy to find the link to Wicketstuff Jenkins: This is the one I'm looking at: http://wicketstuff.org/hudson/ The jobs on this server haven't run for 2 months or so. Has Jenkins moved somewhere else? Or if not, why not simply reenable automatic builds...? Regards, Harald

Re: Wicketstuff Jenkins Status?

2011-07-03 Thread Attila Király
I don't know about other public wicketstuff related CI server. In my experience wicketstuff hudson/jenkins was broken for most of the time during this year. Currently it seems it can not connect to the remote github repository (could be dns related, it had problems with that in the past). Attila