Markup iterator

2011-07-04 Thread Adriano dos Santos Fernandes
Hi! I was creating a code in onMarkupAttached to get the list of child components that wasn't manually added by the user. I started with something like the code below, and it was wrong. IMarkupFragment mark = this.getMarkup(); for (MarkupElement element : mark) Then I

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