On Mar 16, 2012, at 3:30, Konstantin Kolinko wrote:

>> Where is a good breakpoint or debug switch that I could set to see with 
>> which class path values Jasper and javac are being invoked?
> 
> Why are you asking if the source code is available?

Because I'm a little lost in the source code.

E.g. I'm finding JDTCompiler.generateClass() which creates an instance of 
Compiler, which presumably compiles the generated Java (failing, because it 
can't find the custom tag classes), but I cannot find anything resembling a 
class path that's being passed into the call.

Somewhere between my custom Class Loader's getURLs() -- which I fixed per your 
previous advice -- and the compiler invocation, my class path to the custom 
tags gets lost.

> If there are "log.debug()" calls in those places, then you can enable
> FINE logging and see what it logs. Otherwise just run it under
> debugger.

I am … Hasn't helped too much yet.

> See
> https://wiki.apache.org/tomcat/FAQ/Developing#Debugging
> 
> Best regards,
> Konstantin Kolinko
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to