Re: [Wicket-develop] compile error

2006-07-29 Thread Juergen Donnerstag
seems to be fixed. Thanks Juergen On 7/29/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > i made those changes...but it is compiling on my box. matej also said there > was a compile error. i tried updating svn but i dont see the error and > subclipse tells me i dont have anything to commit. i will

Re: [Wicket-develop] compile error

2006-07-29 Thread Igor Vaynberg
i made those changes...but it is compiling on my box. matej also said there was a compile error. i tried updating svn but i dont see the error and subclipse tells me i dont have anything to commit. i will try checking out the project clean from svn tomorrow unless someone gets to it by then. -IgorO

[Wicket-develop] compile error

2006-07-28 Thread Juergen Donnerstag
Is it just me who has compile error due the latest change: WebRequestCycle.getRequest()/Response()? Juergen - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance

Re: [Wicket-develop] Compile error: wicket\markup\html\PackageResource.java

2006-03-31 Thread Gwyn Evans
Thanks, it looks like a JDK 5 feature (autoboxing?) had crept in - Fixed in HEAD (r5197) /Gwyn On 30/03/06, Dirk Markert <[EMAIL PROTECTED]> wrote: > > Hello, > > addResources(scope, pattern, resources, new > StringBuffer(relativePath).append(file.getName()) >.append('/'), file, recu

[Wicket-develop] Compile error: wicket\markup\html\PackageResource.java

2006-03-29 Thread Dirk Markert
Hello,    addResources(scope, pattern, resources, new StringBuffer(relativePath).append(file.getName())   .append('/'), file, recurse);   This line does not compile in revision 5191.   Dirk