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
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
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
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
Hello,
addResources(scope, pattern, resources, new StringBuffer(relativePath).append(file.getName()) .append('/'), file, recurse);
This line does not compile in revision 5191.
Dirk