Sagewire Logo

T4.1.4 tagged as what in svn?

2 Message(s) by 2 Author(s) originally posted in tapestry java


From: Phillip Rhodes Date:   Friday, December 28, 2007
I'd like to build the 4.1.4 version of tapestry from source . In the svn repository, I don't see anything with a tag of 4.1.4. Is the 4.1.4 release being built from the trunk of svn, or am I missing something?

I had a few things I wanted to try out regarding the stack trace that I have below. My app keeps spitting out tons of these messages. The application does keep running...

Thanks.

Caused by: compile error : no such class: $Border_274
at JAVAssist.compiler.MemberResolver.searchImports(MemberResolver.JAVA:416)
at JAVAssist.compiler.MemberResolver.lookupClass(MemberResolver.JAVA:392)
at JAVAssist.compiler.MemberResolver.lookupClassByName(MemberResolver.JAVA:306)
at JAVAssist.compiler.MemberResolver.resolveClassName(MemberResolver.JAVA:450)
at JAVAssist.compiler.TypeChecker.resolveClassName(TypeChecker.JAVA:131)
at JAVAssist.compiler.TypeChecker.atCastExpr(TypeChecker.JAVA:545)
at JAVAssist.compiler.JvstTypeChecker.atCastExpr(JvstTypeChecker.JAVA:103)
at JAVAssist.compiler.ast.CastExpr.accept(CastExpr.JAVA:54)
at JAVAssist.compiler.TypeChecker.atCallExpr(TypeChecker.JAVA:653)
at JAVAssist.compiler.JvstTypeChecker.atCallExpr(JvstTypeChecker.JAVA:156)
at JAVAssist.compiler.ast.CallExpr.accept(CallExpr.JAVA:45)
at JAVAssist.compiler.TypeChecker.atCallExpr(TypeChecker.JAVA:653)
at JAVAssist.compiler.JvstTypeChecker.atCallExpr(JvstTypeChecker.JAVA:156)
at JAVAssist.compiler.ast.CallExpr.accept(CallExpr.JAVA:45)
at JAVAssist.compiler.JvstTypeChecker.atCastToWrapper(JvstTypeChecker.JAVA:125)
at JAVAssist.compiler.JvstTypeChecker.atCastExpr(JvstTypeChecker.JAVA:97)
at JAVAssist.compiler.ast.CastExpr.accept(CastExpr.JAVA:54)
at JAVAssist.compiler.CodeGen.doTypeCheck(CodeGen.JAVA:235)
at JAVAssist.compiler.CodeGen.compileExpr(CodeGen.JAVA:222)
at JAVAssist.compiler.CodeGen.atReturnStmnt2(CodeGen.JAVA:591)
at JAVAssist.compiler.JvstCodeGen.atReturnStmnt(JvstCodeGen.JAVA:424)
at JAVAssist.compiler.CodeGen.atStmnt(CodeGen.JAVA:356)
at JAVAssist.compiler.ast.Stmnt.accept(Stmnt.JAVA:49)
at JAVAssist.compiler.CodeGen.atStmnt(CodeGen.JAVA:344)
at JAVAssist.compiler.ast.Stmnt.accept(Stmnt.JAVA:49)
at JAVAssist.compiler.CodeGen.atMethodBody(CodeGen.JAVA:285)
at JAVAssist.compiler.JAVAc.compileBody(JAVAc.JAVA:212)
at JAVAssist.CtBehavior.setBody(CtBehavior.JAVA:341)
... 98 more

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxx


From: Jesse Kuhnert Date:   Friday, December 28, 2007
I think it's just trunk for snapshot builds.

Any information you can gather about this error in particular'd be
greatly appreciated.

wrote in message:
I'd like to build the 4.1.4 version of tapestry from source. In the svn repository, I don't see anything with a tag of 4.1.4. Is the 4.1.4 release being built from the trunk of svn, or am I missing something?
I had a few things I wanted to try out regarding the stack trace that I have below. My app keeps spitting out tons of these messages. The application does keep running...
Thanks.
Caused by: compile error: no such class: $Border_274
at JAVAssist.compiler.MemberResolver.searchImports(MemberResolver.JAVA:416)
at JAVAssist.compiler.MemberResolver.lookupClass(MemberResolver.JAVA:392)
at JAVAssist.compiler.MemberResolver.lookupClassByName(MemberResolver.JAVA:306)
at JAVAssist.compiler.MemberResolver.resolveClassName(MemberResolver.JAVA:450)
at JAVAssist.compiler.TypeChecker.resolveClassName(TypeChecker.JAVA:131)
at JAVAssist.compiler.TypeChecker.atCastExpr(TypeChecker.JAVA:545)
at JAVAssist.compiler.JvstTypeChecker.atCastExpr(JvstTypeChecker.JAVA:103)
at JAVAssist.compiler.ast.CastExpr.accept(CastExpr.JAVA:54)
at JAVAssist.compiler.TypeChecker.atCallExpr(TypeChecker.JAVA:653)
at JAVAssist.compiler.JvstTypeChecker.atCallExpr(JvstTypeChecker.JAVA:156)
at JAVAssist.compiler.ast.CallExpr.accept(CallExpr.JAVA:45)
at JAVAssist.compiler.TypeChecker.atCallExpr(TypeChecker.JAVA:653)
at JAVAssist.compiler.JvstTypeChecker.atCallExpr(JvstTypeChecker.JAVA:156)
at JAVAssist.compiler.ast.CallExpr.accept(CallExpr.JAVA:45)
at JAVAssist.compiler.JvstTypeChecker.atCastToWrapper(JvstTypeChecker.JAVA:125)
at JAVAssist.compiler.JvstTypeChecker.atCastExpr(JvstTypeChecker.JAVA:97)
at JAVAssist.compiler.ast.CastExpr.accept(CastExpr.JAVA:54)
at JAVAssist.compiler.CodeGen.doTypeCheck(CodeGen.JAVA:235)
at JAVAssist.compiler.CodeGen.compileExpr(CodeGen.JAVA:222)
at JAVAssist.compiler.CodeGen.atReturnStmnt2(CodeGen.JAVA:591)
at JAVAssist.compiler.JvstCodeGen.atReturnStmnt(JvstCodeGen.JAVA:424)
at JAVAssist.compiler.CodeGen.atStmnt(CodeGen.JAVA:356)
at JAVAssist.compiler.ast.Stmnt.accept(Stmnt.JAVA:49)
at JAVAssist.compiler.CodeGen.atStmnt(CodeGen.JAVA:344)
at JAVAssist.compiler.ast.Stmnt.accept(Stmnt.JAVA:49)
at JAVAssist.compiler.CodeGen.atMethodBody(CodeGen.JAVA:285)
at JAVAssist.compiler.JAVAc.compileBody(JAVAc.JAVA:212)
at JAVAssist.CtBehavior.setBody(CtBehavior.JAVA:341)
... 98 more
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxx
--


Jesse Kuhnert
Tapestry / OGNL / Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxx



Next Message: T5.0.7 Validation error



Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional