Re: Teamcity build agent not running?

2009-02-18 Thread Johan Compagner
ok zo http://www.wicketstuff.org/maven/repository/org/wicketstuff/gmap2/1.4-SNAPSHOT/ that is what wicket-core does build? (also please update the pom file or something so that it doesnt generate unique versions!) I would like that i could set that by default somewhere on all pom files. It just ca

Re: Teamcity build agent not running?

2009-02-18 Thread Martin Funk
I think so, gmap2 artifacts can be found in the latest wicketstuff-core build: http://wicketstuff.org/teamcity/viewLog.html?buildId=3142&tab=artifacts&buildTypeId=bt35 under the gmap2-parent/gmap2/target folder don't know if thats the final destination of the binaries. but up till there things

Re: Teamcity build agent not running?

2009-02-18 Thread Berry Crawford
Could you guys remove me from this mailing list please? --- On Wed, 2/18/09, Martin Funk wrote: > From: Martin Funk > Subject: Re: Teamcity build agent not running? > To: dev@wicket.apache.org > Date: Wednesday, February 18, 2009, 6:41 AM > wicket contrib gmap2 moved into wicketstuff-core, > s

Re: Teamcity build agent not running?

2009-02-18 Thread Johan Compagner
it is being build now? By core itself? On Wed, Feb 18, 2009 at 15:41, Martin Funk wrote: > wicket contrib gmap2 moved into wicketstuff-core, > so I just deleted that TeamCity Build project. > > mf > Am 18.02.2009 um 13:42 schrieb Johan Compagner: > > > yes i have cleaned up and restarted tomcat

Re: Teamcity build agent not running?

2009-02-18 Thread Martin Funk
wicket contrib gmap2 moved into wicketstuff-core, so I just deleted that TeamCity Build project. mf Am 18.02.2009 um 13:42 schrieb Johan Compagner: yes i have cleaned up and restarted tomcat and so on We still have some wicketstuf projects that dont build some because of a svn url that is wron

Re: svn commit: r745247 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/markup/ test/java/org/apache/wicket/markup/parser/

2009-02-18 Thread Juergen Donnerstag
The actual change is simple: change the regex in MarkupParser. That will fix it. There are some javadoc changes (ref to sun bug database etc.) and the testcase which you might copy as well. I can not think of any risk in applying the patch to 1.3 as well. Juergen

Re: Teamcity build agent not running?

2009-02-18 Thread Johan Compagner
yes i have cleaned up and restarted tomcat and so on We still have some wicketstuf projects that dont build some because of a svn url that is wrong now (because of some moves or complete deletes? (rome?) others give this: (gmap2) *[13:39:28]:* *[ERROR] BUILD ERROR* *[13:39:28]:* *[INFO]

Re: Teamcity build agent not running?

2009-02-18 Thread Martin Funk
thnx, seems to work now. mf Am 17.02.2009 um 22:32 schrieb Johan Compagner: i will look at that tomorrow Also i think about moving wickestuff to another server (vm) on my own big server in the coming months johan On Tue, Feb 17, 2009 at 22:21, Martin Funk wrote: Could it be that the

Re: svn commit: r745247 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/markup/ test/java/org/apache/wicket/markup/parser/

2009-02-18 Thread Martijn Dashorst
Is this change pushable to 1.3.x too? Or does this break possibly something? I'm willing to do the legwork, just wanted to make sure this can be applied to 1.3.x... Martijn On Tue, Feb 17, 2009 at 9:38 PM, wrote: > Author: jdonnerstag > Date: Tue Feb 17 20:38:15 2009 > New Revision: 745247 > >