开发者

No Stack Information - V(Unknown Source)

开发者 https://www.devze.com 2022-12-08 06:30 出处:网络
I am having a problem with my app, and wondering why I am not getting any stack information just; java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

I am having a problem with my app, and wondering why I am not getting any stack information just;

    java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
            at com.x.y.z.()V(Unknown Sour开发者_Python百科ce)

I am building using an Ant script - do I need to fiddle with some sort of compilation verbosity setting?

P.S. I am not interested in the NoClassDefFoundError, just the lack of stack trace.


After some googling I found it.

Need to add the arguments;

debug="true" debuglevel="lines,vars,source"

, to the javac task.

0

精彩评论

暂无评论...
验证码 换一张
取 消